LF6-2 (bounded core): the qubit T2 dephasing quantum dynamical semigroup #
Category: 6-Local (the continuous-time open-system de-isolation frontier, the "living-history" tier).
LF6-D realises measurement as a single deterministic de-isolation flow step. LF6-2 asks for the continuous-time open-system version: a one-parameter quantum dynamical semigroup (the solution of a Lindblad master equation) implementing decoherence. This module builds the canonical bounded instance — the qubit T2 dephasing semigroup — as a self-contained computation:
Φ_t(ρ) = [[ρ₀₀, e^{-γt}·ρ₀₁],
[e^{-γt}·ρ₁₀, ρ₁₁ ]].
This is the exact solution of the Lindblad dephasing equation dρ/dt = γ(σ_z ρ σ_z − ρ)/2 (dephasing
rate γ = 1/T2). We prove the defining semigroup and open-system properties, axiom-free:
dephasingChannel_zero—Φ_0 = id(the semigroup identity);dephasingChannel_semigroup—Φ_s ∘ Φ_t = Φ_{s+t}(the Markovian composition law);dephasingChannel_trace—tr Φ_t(ρ) = tr ρ(trace preservation — it is a channel);dephasingChannel_populations— the diagonalρ₀₀, ρ₁₁(the pointer populations) are conserved: dephasing is population-preserving (pure T2, no T1 relaxation);dephasingChannel_coherence— the off-diagonal coherence decays exactly ase^{-γt}·ρ₀₁;dephasingChannel_coherence_tendsto_zero— forγ > 0the coherence→ 0ast → ∞, so the state is driven to its pointer-diagonal (decohered) form: continuous-time einselection.
Honest scope #
This is the T2 dephasing instance — a genuine continuous-time de-isolation semigroup with monotone
decoherence to the pointer basis (coherence → 0, populations preserved). It is the bounded core of
LF6-2. Deferred (the general residual): the general Lindblad generator
(dρ/dt = -i[H,ρ] + Σ L_k ρ L_k† − ½{L_k†L_k, ρ}), its complete positivity, and the T1
amplitude-damping channel — the full open-system tier. The generator/ODE derivation (that Φ_t = e^{tℒ}
for the Lindblad ℒ) is not built here; the semigroup is exhibited directly as the physical content.
Reuses only Mathlib matrix + Real.exp facts (CSD-free).
Reference: specs/future-work.md (LF6-2).
The qubit T2 dephasing channel at time t with rate γ: the diagonal (population) entries are
untouched, the off-diagonal (coherence) entries are damped by e^{-γt}. The exact solution of the
Lindblad dephasing equation.
Equations
Instances For
The Markovian semigroup law Φ_s ∘ Φ_t = Φ_{s+t}. The dephasing channels compose as a
one-parameter semigroup: e^{-γs}·e^{-γt} = e^{-γ(s+t)}. This is the defining property of a quantum
dynamical (Markovian) semigroup — memoryless continuous-time evolution.
The complex-valued decay factor e^{-γt} → 0 as t → ∞ (for γ > 0).
Monotone decoherence: the coherence vanishes as t → ∞ (for γ > 0). The off-diagonal element
Φ_t(ρ)₀₁ → 0: continuous-time de-isolation drives the state to the pointer (diagonal) basis — its
populations survive (dephasingChannel_populations), its coherence dies. This is the continuous-time
realisation of einselection to the pointer basis.