Primitive Quantum Channels #
This file contains basic formalization toward the theory of primitive quantum channels (Wolf Section 6.3, Theorem 6.7: equivalent characterizations of primitivity).
We formalize the rank-one projection onto a fixed point and the algebraic decomposition
[
E^n = P + (E-P)^n \qquad (n \ge 1)
]
where P is the fixed-point projection. This decomposition is the algebraic core
of Wolf Theorem 6.7 item 3 → item 1: a complementary transfer-map gap for
E - P ensures (E - P)^n → 0, so E^n → P, giving convergence to the
unique fixed state.
Main definitions #
fixedPointProj: rank-one projectionX ↦ (tr X / tr ρ) • ρonto a fixed stateρ
Main results #
fixedPointProj_idempotent:P ∘ P = Ppow_succ_eq_fixedPointProj_add_compl_pow:E^(n+1) = P + (E-P)^(n+1)for allnpow_eq_fixedPointProj_add_compl_pow: same for alln ≥ 1LinearMap.trace_pow_tendsto_one_of_spectralRadius_compl_lt_one: convergence of the traces to one under a complementary spectral-radius gap
Notation #
Within section ComplementaryDecomposition, we use local notation:
PforfixedPointProj ρ htrNforE - P(the complementary part)
References #
- [M. Wolf, Quantum Channels & Operations: Guided Tour, Section 6.3 Theorem 6.7][Wolf2012QChannels]
The trace of fixedPointProj ρ as a linear endomorphism is 1.
The proof expresses fixedPointProj ρ htr as the rank-one map X ↦ f(X) • ρ
for f := (trace ρ)⁻¹ • traceLinearMap, then applies the rank-one trace formula.
For P := fixedPointProj ρ and N := E - P, we have E^(n+1) = P + N^(n+1).
This is the algebraic core of primitive convergence: the dynamics splits into the fixed-point
part P and a complementary part N that decays under a complementary transfer-map
gap hypothesis.
For P := fixedPointProj ρ and N := E - P, we have E^n = P + N^n for all n ≥ 1.
Let P be the rank-one projection onto a fixed point ρ and let N := E - P.
If the spectral radius of N is less than one, then trace(E ^ n) converges to one.