Source-pinned research

Research proof index

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.

All topics

115 results

Clear filters
Project-declaredLean 4.28.0

Hₛ le log d

Hₛ_le_log_d

Plain-language statement

Shannon entropy of a distribution is at most ln d.

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

Partition Z eq

IdealGas.PartitionZ_eq

Plain-language statement

The partition function Z for an ideal gas.

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

Anti inf

InfRegularized.anti_inf

Plain-language statement

For Antitone functions, the InfRegularized is the supremum of values.

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

Inner eq inner conj of ker le

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.

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

Inner rho H hat

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γ :...

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

Intermediate ineq

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).

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record