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

1 topic

27 results

Clear filters
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

Rpow mul neg rpow eq support Proj

rpow_mul_neg_rpow_eq_supportProj

Plain-language statement

For PSD A and γ ≠ 0, the product A^γ * A^{-γ} equals the support projection of A. This is because x^γ * x^{-γ} = if x = 0 then 0 else 1 for x ≥ 0.

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

Sandwiched Aux Fun concave in H

sandwichedAuxFun_concave_in_H

Plain-language statement

For α > 1, the map H ↦ f_α(H, ρ, σ) is concave (for fixed ρ, σ), so the optimal H is a maximizer.

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

Sandwiched Renyi Entropy DPI eq one

sandwichedRenyiEntropy_DPI_eq_one

Plain-language statement

The Data Processing Inequality for the Sandwiched Rényi relative entropy (α > 1). Every CPTP map Φ satisfies D̃_α(Φρ‖Φσ) ≤ D̃_α(ρ‖σ). The proof uses the Stinespring representation (see CPTPMap.exists_purify): every CPTP map can be written as ancilla preparation + unitary conjugation + partial trace. Since the sandwiched Rényi divergence is invariant...

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

Sandwiched Renyi Entropy DPI gt one

sandwichedRenyiEntropy_DPI_gt_one

Plain-language statement

The Data Processing Inequality for the Sandwiched Rényi relative entropy (α > 1). Every CPTP map Φ satisfies D̃_α(Φρ‖Φσ) ≤ D̃_α(ρ‖σ). The proof uses the Stinespring representation (see CPTPMap.exists_purify): every CPTP map can be written as ancilla preparation + unitary conjugation + partial trace. Since the sandwiched Rényi divergence is invariant...

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

Sandwiched Renyi Entropy mono trace Left

sandwichedRenyiEntropy_mono_traceLeft

Plain-language statement

Monotonicity of the sandwiched Rényi divergence under traceLeft for α > 1. Follows from sandwichedRenyiEntropy_mono_traceRight' + SWAP invariance.

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record