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

Peierls inequality

HermitianMat.peierls_inequality

Project documentation

The trace functional is invariant under joint unitary conjugation of MStates. -/ theorem sandwichedTraceFunctional_conj_unitary_MState (U : Matrix.unitaryGroup d ℂ) (ρ σ : MState d) : Q̃_ α(ρ.U_conj U‖σ.U_conj U) = Q̃_ α(ρ‖σ) := by unfold sandwichedTraceFunctional MState.U_conj exact sandwichedTraceFunctional_conj_unitary_hermitian U ρ.M σ.M /-! ## Joint...

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

Trace function convex ici

HermitianMat.trace_function_convex_ici

Plain-language statement

Convexity of trace functions: if g is convex on ℝ₊, then A ↦ Tr[g(A)] is convex on PSD matrices. This is Theorem 2.10 of Carlen.

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

Trace function convex univ

HermitianMat.trace_function_convex_univ

Project documentation

The trace functional is invariant under joint unitary conjugation of MStates. -/ theorem sandwichedTraceFunctional_conj_unitary_MState (U : Matrix.unitaryGroup d ℂ) (ρ σ : MState d) : Q̃_ α(ρ.U_conj U‖σ.U_conj U) = Q̃_ α(ρ‖σ) := by unfold sandwichedTraceFunctional MState.U_conj exact sandwichedTraceFunctional_conj_unitary_hermitian U ρ.M σ.M /-! ## Joint...

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

Funext pos trace

HPMap.funext_pos_trace

Plain-language statement

Two maps are equal if they agree on all positive inputs with trace one

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record