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 160 research declarations. Search 10,000 more complete Mathlib declarations.

1 topic

160 results

Clear filters
Project-declaredLean 4.33.0-rc1

Exists is Uniform of rdist eq zero

exists_isUniform_of_rdist_eq_zero

Plain-language statement

If d[X1;X2]=0d[X_1;X_2]=0, then there exists a subgroup HGH \leq G such that d[X1;UH]=d[X2;UH]=0d[X_1;U_H] = d[X_2;U_H] = 0. Follows from the preceding claim by the triangle inequality.

additive combinatoricsentropyprobability

Source project: Polynomial Freiman-Ruzsa project

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

F alpha at optimizer

f_alpha_at_optimizer

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

F alpha convex in sigma

f_alpha_convex_in_sigma

Plain-language statement

Step 3 (Convexity in σ): For fixed H ≥ 0 and ρ, and α > 1, the map σ ↦ f_alpha α H ρ σ is convex. The key is that for p = α/(α−1) > 1: • A ↦ Tr[A^p] is convex on PSD matrices (trace function convexity, Theorem 2.10 of Carlen), • σ ↦ σ^{−γ} H σ^{−γ} is concave in σ by Lieb concavity (since −γ = (α−1)/(2α) ∈ (0,½)), • The composition...

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

F alpha jointly convex

f_alpha_jointly_convex

Plain-language statement

Step 3 (Convexity in σ): For fixed H ≥ 0 and ρ, and α > 1, the map σ ↦ f_alpha α H ρ σ is convex. The key is that for p = α/(α−1) > 1: • A ↦ Tr[A^p] is convex on PSD matrices (trace function convexity, Theorem 2.10 of Carlen), • σ ↦ σ^{−γ} H σ^{−γ} is concave in σ by Lieb concavity (since −γ = (α−1)/(2α) ∈ (0,½)), • The composition...

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

F alpha le at optimizer

f_alpha_le_at_optimizer

Plain-language statement

Step 1c: H_hat is a maximizer: for all H ≥ 0, f_α(H) ≤ f_α(H_hat). This uses the trace Young inequality: for PSD A, B and conjugate exponents p, q > 1, ⟪A, B⟫ ≤ Tr[A^p]/p + Tr[B^q]/q. Applied with A = σ^γ ρ σ^γ, B = σ^{-γ} H σ^{-γ}, p = α, q = α/(α-1), the inner product identity ⟪ρ, H⟫ = ⟪A, B⟫ (under the support condition) yield...

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record