Documentation

MIPRE.Background.Repetition.CommutingRepetition.Tracial.Interface

def CommutingRepetition.IsPosElem {A : Type u_1} [AddCommMonoid A] [Mul A] [Star A] (a : A) :

Algebraic positivity: a is a finite sum of hermitian squares ∑ᵢ cᵢ* cᵢ — the algebraic positive cone of a ∗-ring. In a C*-algebra this coincides with the usual positive cone (a positive element is a single square, and a sum of squares is positive); the interface uses the sums-of-squares cone so that positivity of effects can be stated — and is closed under the POVM coarse-graining of node 1.1.3 — without any C*-structure. [DIFFERENCES.md D13]

Equations
Instances For

    A single hermitian square is algebraically positive.

    theorem CommutingRepetition.IsPosElem.add {A : Type u_1} [AddCommMonoid A] [Mul A] [Star A] {a b : A} (ha : IsPosElem a) (hb : IsPosElem b) :
    IsPosElem (a + b)

    The algebraic positive cone is closed under addition.

    theorem CommutingRepetition.isPosElem_sum {A : Type u_1} [AddCommMonoid A] [Mul A] [Star A] {ι : Type u_2} (s : Finset ι) (f : ιA) (h : is, IsPosElem (f i)) :
    IsPosElem (∑ is, f i)

    The algebraic positive cone is closed under finite sums — the fact POVM coarse-graining needs (node 1.1.3).

    theorem CommutingRepetition.IsPosElem.smul_ofReal {A : Type u_1} [AddCommMonoid A] [Mul A] [Star A] [Module A] [SMulCommClass A A] [IsScalarTower A A] [StarModule A] {x : A} (hx : IsPosElem x) {r : } (hr : 0 r) :
    IsPosElem (r x)

    The algebraic positive cone is closed under nonnegative real scaling: r • (∑ cᵢ* cᵢ) = ∑ (√r cᵢ)* (√r cᵢ) — the fact convex combinations of effects need (05_prerounding.tex, eq effective-HK: "finite convex combinations of positive contractions in M").

    Standard form of a tracial ∗-algebra: carrier A with a normalized trace τ, the GNS Hilbert space H = L²(A, τ) with dense embedding ι, commuting left and right actions L, R, and the evaluation identities. [02_preliminaries.tex, "Finite tracial standard form"]

    Instances For

      The trace vector Ω_τ = ι 1.

      Equations
      Instances For

        Right action on an element written without the opposite wrapper.

        Equations
        Instances For
          theorem CommutingRepetition.StdTracialAlgebra.inner_L_R (M : StdTracialAlgebra) (σ' x σ y : M.A) :
          inner (M.ι σ') ((M.L x) ((M.Rop y) (M.ι σ))) = M.τ (star σ' * (x * σ * y))

          The evaluation identity behind everything in Sections 3–7: ⟪ι σ', L(x) R(y) ι σ⟫ = τ((σ')* x σ y). Specializes to the correlation formula ⟪σ, L(E) R(F) σ⟫ = τ(σ* E σ F) (03_tracial_reduction.tex, eq tracial-correlation-formula; audit node 1.1.4).

          τ is positive: τ(a* a) = ‖ι a‖² is a nonnegative real.

          The left action of an algebraically positive element is a positive operator: L(∑ cᵢ* cᵢ) = ∑ L(cᵢ)† ∘ L(cᵢ).

          The right action of an algebraically positive element is a positive operator: R(op(∑ cᵢ* cᵢ)) = ∑ R(op cᵢ) ∘ R(op cᵢ)†.

          theorem CommutingRepetition.StdTracialAlgebra.pairing_nonneg (M : StdTracialAlgebra) (σ : M.A) {u w : M.A} (hu : IsPosElem u) (hw : IsPosElem w) :
          0 (M.τ (star σ * (u * σ * w))).re

          Positivity of the two-sided pairing: for algebraically positive u, w and any σ, τ(σ* u σ w) = ⟪ι σ, L(u) R(w) ι σ⟫ ≥ 0 — the commuting product of the positive operators L(u) and R(w) applied to the state ι σ (the Born-rule nonnegativity behind eq tracial-correlation-formula and the detagging inequality of node 1.1.3).