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.
The algebraic positive cone is closed under addition.
The algebraic positive cone is closed under finite sums — the fact POVM coarse-graining needs (node 1.1.3).
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"]
- A : Type u
- starModuleA : StarModule ℂ self.A
- H : Type u
- nacgH : NormedAddCommGroup self.H
- ipsH : InnerProductSpace ℂ self.H
- completeH : CompleteSpace self.H
- ι_dense : DenseRange ⇑self.ι
- LR_commute (a b : self.A) : Commute (self.L a) (self.R (MulOpposite.op b))
Instances For
Right action on an element written without the opposite wrapper.
Equations
- M.Rop a = M.R (MulOpposite.op a)
Instances For
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).
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ᵢ)†.
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).