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).
theorem
HermitianMatBridge.Φ_isSelfAdjoint
{d : Type u_1}
[Fintype d]
[DecidableEq d]
(A : HermitianMat d ℂ)
:
IsSelfAdjoint (Φ ↑A)
Φ maps Hermitian matrices to self-adjoint operators.
theorem
HermitianMatBridge.Φ_nonneg
{d : Type u_1}
[Fintype d]
[DecidableEq d]
(A : HermitianMat d ℂ)
(hA : 0 ≤ A)
:
theorem
HermitianMatBridge.Φ_mem_pdSet
{d : Type u_1}
[Fintype d]
[DecidableEq d]
[Nonempty d]
(A : HermitianMat d ℂ)
(hA : (↑A).PosDef)
:
Φ maps PosDef HermitianMat to pdSet.
theorem
HermitianMatBridge.Φ_cfc
{d : Type u_1}
[Fintype d]
[DecidableEq d]
(A : HermitianMat d ℂ)
(f : ℝ → ℝ)
:
Φ commutes with CFC for Hermitian matrices.
theorem
HermitianMatBridge.Φ_rpow
{d : Type u_1}
[Fintype d]
[DecidableEq d]
(A : HermitianMat d ℂ)
(hA : 0 ≤ A)
(r : ℝ)
:
Φ commutes with rpow for PSD matrices.
theorem
HermitianMatBridge.trace_Φ_eq
{d : Type u_1}
[Fintype d]
[DecidableEq d]
(M : Matrix d d ℂ)
:
General trace bridge: the operator trace of Φ(M) equals the matrix trace of M, for any matrix M (not just Hermitian).
theorem
HermitianMatBridge.traceRe_Φ_general
{d : Type u_1}
[Fintype d]
[DecidableEq d]
(M : Matrix d d ℂ)
:
traceRe(Φ(M)) = re(Tr[M]) for any matrix M.