Physlib Documentation

QuantumInfo.ForMathlib.HermitianMat.LiebConcavity

Main result for DPI #

We derive the concavity of the trace functional σ ↦ Tr[(σ^s H σ^s)^p] from the Lieb–Ando trace inequalities proved in LiebAndoTrace.lean.

@[reducible, inline]

Abbreviation for the star algebra isomorphism.

Equations
Instances For

    Φ is continuous (as a linear map between finite-dimensional spaces).

    Φ maps Hermitian matrices to self-adjoint operators.

    theorem HermitianMatBridge.Φ_nonneg {d : Type u_1} [Fintype d] [DecidableEq d] (A : HermitianMat d ) (hA : 0 A) :
    0 Φ A

    Φ maps PosDef HermitianMat to pdSet.

    theorem HermitianMatBridge.Φ_cfc {d : Type u_1} [Fintype d] [DecidableEq d] (A : HermitianMat d ) (f : ) :
    Φ (cfc f A) = cfc f (Φ A)

    Φ commutes with CFC for Hermitian matrices.

    theorem HermitianMatBridge.Φ_rpow {d : Type u_1} [Fintype d] [DecidableEq d] (A : HermitianMat d ) (hA : 0 A) (r : ) :
    Φ ↑(A ^ r) = Φ A ^ r

    Φ commutes with rpow for PSD matrices.

    General trace bridge: the operator trace of Φ(M) equals the matrix trace of M, for any matrix M (not just Hermitian).

    traceRe(Φ(M)) = re(Tr[M]) for any matrix M.

    Density and continuity lemmas for PD/PSD extension #

    Helper lemmas for the core concavity proof #

    Core concavity on positive definite matrices #

    theorem HermitianMat.trace_conj_rpow_concave {d : Type u_1} [Fintype d] [DecidableEq d] {α : } ( : 1 < α) (H : HermitianMat d ) (hH : 0 H) :
    ConcaveOn {σ : HermitianMat d | 0 σ} fun (σ : HermitianMat d ) => ((conj ↑(σ ^ ((α - 1) / (2 * α)))) H ^ (α / (α - 1))).trace