LF6-2 (T1 tier): the qubit amplitude-damping (T1 relaxation) semigroup #
Category: 6-Local (the continuous-time open-system de-isolation frontier, the "living-history" tier).
The companion of the T2 dephasing semigroup (LF6/DephasingSemigroup.lean). Where dephasing removes
coherence but conserves populations, amplitude damping (T1 relaxation) transfers population from the
excited state (index 1) to the ground state (index 0) — spontaneous emission / energy relaxation.
With e := e^{-γt} (the excited-state survival factor) and coherence factor e^{-γt/2}:
Φ_t(ρ) = [[ρ₀₀ + (1−e)·ρ₁₁, e^{-γt/2}·ρ₀₁],
[e^{-γt/2}·ρ₁₀, e·ρ₁₁ ]].
This is the exact solution of the Lindblad amplitude-damping equation
dρ/dt = γ(L ρ L† − ½{L†L, ρ}) with L = |0⟩⟨1| (the lowering operator), damping rate γ = 1/T1. We
prove the defining semigroup and open-system properties, axiom-free:
dampingChannel_zero—Φ_0 = id;dampingChannel_semigroup—Φ_s ∘ Φ_t = Φ_{s+t}(the Markovian composition law);dampingChannel_trace—tr Φ_t(ρ) = tr ρ(trace preservation — it is a channel);dampingChannel_excited_population— the excited population decays exactly ase^{-γt}·ρ₁₁;dampingChannel_ground_population— the ground population gains(1−e^{-γt})·ρ₁₁(population flows1 → 0); this is the T1 signature, absent from pure dephasing;dampingChannel_coherence— the coherence decays ase^{-γt/2}·ρ₀₁(at half the population rate — theT2 ≤ 2T1relation);dampingChannel_excited_tendsto_zero/dampingChannel_coherence_tendsto_zero— forγ > 0the excited population and the coherence both→ 0ast → ∞: the state relaxes to the ground state (continuous-time energy relaxation / einselection to the ground pointer).
Honest scope #
This is the T1 amplitude-damping instance, the population-transferring companion of T2 dephasing;
together they are the two canonical qubit dissipators. Deferred (the general residual, unchanged): the
general Lindblad generator dρ/dt = -i[H,ρ] + Σ L_k ρ L_k† − ½{L_k†L_k, ρ} and its complete positivity.
The semigroup is exhibited directly (not derived as Φ_t = e^{tℒ}). Reuses only Mathlib matrix +
Real.exp facts (CSD-free).
Reference: specs/future-work.md (LF6-2).
The qubit amplitude-damping (T1) channel at time t, rate γ. The excited population (index
1) decays by e^{-γt}, its lost weight (1−e^{-γt})·ρ₁₁ flows into the ground population (index 0),
and the coherence is damped by e^{-γt/2}. The exact solution of the Lindblad amplitude-damping
equation.
Equations
Instances For
The Markovian semigroup law Φ_s ∘ Φ_t = Φ_{s+t}. The amplitude-damping channels compose as a
one-parameter semigroup: the excited population factor e^{-γt} and the coherence factor e^{-γt/2}
each multiply, and the transferred ground weight accumulates consistently.
Ground-population gain (the T1 signature). The ground population increases by the weight
(1−e^{-γt})·ρ₁₁ lost from the excited state: population flows 1 → 0. This is what distinguishes
amplitude damping from pure dephasing (which conserves both populations).
The complex decay factor e^{-c t} → 0 as t → ∞ (for c > 0).
Relaxation to the ground state: the excited population vanishes as t → ∞ (for γ > 0). The
diagonal Φ_t(ρ)₁₁ → 0: continuous-time energy relaxation empties the excited state.
The coherence vanishes as t → ∞ (for γ > 0). The off-diagonal Φ_t(ρ)₀₁ → 0 at rate
γ/2: relaxation also destroys coherence, driving the state to the ground pointer.