Hₛ le log d
Hₛ_le_log_d
Plain-language statement
Shannon entropy of a distribution is at most ln d.
Source project: quantumInfo
Person-level attribution pending.
Source-pinned research
Search theorem names, mathematical ideas, modules, topics, projects, and role-labelled researchers. Open a result for its complete indexed Lean declaration and source record.
This index contains 115 research declarations. Search 10,000 more complete Mathlib declarations.
115 results
Clear filtersHₛ_le_log_d
Plain-language statement
Shannon entropy of a distribution is at most ln d.
Source project: quantumInfo
Person-level attribution pending.
IdealGas.PartitionZ_eq
Plain-language statement
The partition function Z for an ideal gas.
Source project: quantumInfo
Person-level attribution pending.
InfRegularized.anti_inf
Plain-language statement
For Antitone functions, the InfRegularized is the supremum of values.
Source project: quantumInfo
Person-level attribution pending.
inner_eq_inner_conj_of_ker_le
Plain-language statement
Under the support condition σ.M.ker ≤ ρ.M.ker (i.e., supp(ρ) ⊆ supp(σ)), conjugation by σ^γ and σ^{-γ} preserves the inner product: ⟪ρ.M, H⟫ = ⟪σ^γ ρ σ^γ, σ^{-γ} H σ^{-γ}⟫. This holds because the kernel condition ensures ρ is supported on supp(σ), where σ^γ σ^{-γ} acts as the identity.
Source project: quantumInfo
Person-level attribution pending.
inner_rho_H_hat
Project documentation
Sub-lemma for Step 1b: the conj of H_hat by σ^{−γ} simplifies to (ρ.M.conj (σ^γ).mat)^{α−1}. This uses σ^{−γ} · σ^γ = identity (on support) to cancel the outer σ^γ factors. -/ theorem H_hat_conj_sigma (hα : 1 < α) (ρ σ : MState d) : let γ := (1 - α) / (2 * α) (H_hat α ρ σ).conj (σ.M ^ (-γ)).mat = (ρ.M.conj (σ.M ^ γ).mat) ^ (α - 1) := by intro γ have hγ :...
Source project: quantumInfo
Person-level attribution pending.
intermediate_ineq
Plain-language statement
The intermediate operator inequality: ρ_AB ⊗ σ_C⁻¹ ≤ (ρ_A ⊗ σ_BC⁻¹).reindex(assoc⁻¹). This is derived from W_mat_sq_le_one by algebraic manipulation (conjugation and simplification).
Source project: quantumInfo
Person-level attribution pending.