Chaos diagnostics: the out-of-time-order commutator (§H) #
Category: Special (incubator — CSD-free; upstream-candidate(physlib)).
The third chaos diagnostic: the OTOC in commutator-norm form,
C(n) = ‖[A(n), B]‖, A(n) = (Uⁿ)† A (Uⁿ),
the growth of the commutator between a Heisenberg-evolved observable and a
static one. Scrambling is C(n) becoming large for initially commuting
A, B; the state-resolved form ⟨[A(n),B]†[A(n),B]⟩ is a refinement over
this operator-norm envelope, not stated here.
heisenberg U A = U† A U— Heisenberg conjugation over any finite index (the CV-6CSD.CV.heisenbergis theFieldConfiginstance, definitional bridge inCV/ChaosBounds.lean).otoc— the commutator-norm diagnostic;otoc_eq_zero_iff(vanishing = exact commutation),otoc_le(the a-priori envelope≤ 2‖A‖‖B‖: conjugation by unitaries never grows the norm).
The teeth are in the instantiation: for the CV interacting drive the
coupling-graph light cone forces otoc = 0 until the evolving observable's
cone reaches the static probe's support (CV/ChaosBounds.lean,
otoc_graphInteractingU_eq_zero) — scrambling provably cannot begin
before causal contact. Honest scope: no
exponential-growth (Lyapunov) claims; growth rates are the thread's
recorded continuation.
Heisenberg conjugation over any finite index: A ↦ U† A U.
Equations
- QuantumChaos.heisenberg U A = star ↑U * A * ↑U
Instances For
The OTOC, commutator-norm form: ‖[A(n), B]‖ with
A(n) = (Uⁿ)† A (Uⁿ).
Equations
- QuantumChaos.otoc U A B n = ‖QuantumChaos.heisenberg (U ^ n) A * B - B * QuantumChaos.heisenberg (U ^ n) A‖
Instances For
The OTOC vanishes exactly when the evolved observable still commutes with the probe.
Conjugation by a unitary never grows the L2 operator norm.