Documentation

CsdLean4.CV.Boost

CV-14: boost covariance of the mass shell #

Category: CV (continuous variables — the multi-mode field).

CV/Dispersion.lean proved the mass shell ω² − p² = m² and read the Lorentz content off its shape. This module makes that content a theorem: the 1+1D boost acts on energy–momentum pairs, and the shell is its invariant.

⚠️ Honest scope: this is one-particle kinematic covariance, at the level of the dispersion relation. There is no claim of a boost action on the mode lattice — a finite lattice of modes is not boost-invariant, and that asymmetry is the standard cutoff honesty rather than an oversight (the mode structure is a cutoff artefact; the dispersion is what survives the limit). No continuum claims (ApproxCCR.no_exact_finite_ccr stands).

References #

CV/Dispersion.lean (omega, omega_sq_sub_sq, abs_le_omega); specs/eft-stage4-plan.md (row CV-14); specs/future-work.md.

The 1+1D boost #

noncomputable def CSD.CV.boostE (χ E p : ) :

The boosted energy at rapidity χ.

Equations
Instances For
    noncomputable def CSD.CV.boostP (χ E p : ) :

    The boosted momentum at rapidity χ.

    Equations
    Instances For
      @[simp]
      theorem CSD.CV.boostE_zero (E p : ) :
      boostE 0 E p = E
      @[simp]
      theorem CSD.CV.boostP_zero (E p : ) :
      boostP 0 E p = p
      theorem CSD.CV.boostE_add (χ₁ χ₂ E p : ) :
      boostE χ₂ (boostE χ₁ E p) (boostP χ₁ E p) = boostE (χ₁ + χ₂) E p

      Rapidities add on the energy component.

      theorem CSD.CV.boostP_add (χ₁ χ₂ E p : ) :
      boostP χ₂ (boostE χ₁ E p) (boostP χ₁ E p) = boostP (χ₁ + χ₂) E p

      Rapidities add on the momentum component.

      The invariant #

      theorem CSD.CV.boost_invariant (χ E p : ) :
      boostE χ E p ^ 2 - boostP χ E p ^ 2 = E ^ 2 - p ^ 2

      The boost preserves the quadratic form E² − p².

      theorem CSD.CV.boost_mass_shell (m p χ : ) :
      boostE χ (omega m p) p ^ 2 - boostP χ (omega m p) p ^ 2 = m ^ 2

      ★★ Boost covariance of the mass shell: the boosted energy–momentum pair of a mode satisfies the same shell, with the same mass. The Lorentz content of the dispersion relation, as a theorem.

      The forward shell #

      |sinh χ| ≤ cosh χ.

      theorem CSD.CV.boost_forward (m p χ : ) :
      0 boostE χ (omega m p) p

      The forward shell is preserved: a boost never turns a physical mode into a negative-energy one.

      theorem CSD.CV.boost_omega (m p χ : ) :
      boostE χ (omega m p) p = omega m (boostP χ (omega m p) p)

      The dispersion relation is boost-covariant on the nose: the boosted energy IS the dispersion evaluated at the boosted momentum.