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.

1 topic

115 results

Clear filters
Project-declaredLean 4.28.0

I Sup f alpha jointly convex

iSup_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

Ker kron le of le

ker_kron_le_of_le

Plain-language statement

If the kernels of the components are contained, then the kernel of the Kronecker product is contained.

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

Ker le of ker kron le left

ker_le_of_ker_kron_le_left

Plain-language statement

If the kernel of a product state is contained in another, the left component kernel is contained.

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

Ker le of ker kron le right

ker_le_of_ker_kron_le_right

Plain-language statement

If the kernel of a product state is contained in another, the right component kernel is contained.

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

Ker le trace Right

ker_le_traceRight

Plain-language statement

The kernel condition σ.M.ker ≤ ρ.M.ker is preserved under partial trace. This follows because supp(ρ) ⊆ supp(σ) implies supp(Tr_B ρ) ⊆ supp(Tr_B σ): if v ∈ supp(Tr_B ρ), then ⟨v, (Tr_B ρ) v⟩ > 0, so for some basis vector e_b we have v ⊗ e_b ∈ supp(ρ) ⊆ supp(σ), hence ⟨v, (Tr_B σ) v⟩ ≥ ⟨v ⊗ e_b, σ (v ⊗ e_b)⟩ > 0.

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

Ket Is Prod iff mul eq mul

Ket.IsProd_iff_mul_eq_mul

Plain-language statement

A ket is a product state iff its components are cross-multiplicative.

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record