Documentation

CsdLean4.CV.CutoffStability

CV-15: the renormalization-trivial class #

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

CV-10 showed the certified price of a grade-m interaction grows with the cutoff like N^{m/2}, so cutoff-stability costs a coupling rescaling λ ~ N^{-m/2}. This module names and proves the complement: an operator class whose predictions do not move with the cutoff at all, at fixed coupling — the "relevant side" that needs no renormalization.

The class: interactions defined by occupation numbers through a cutoff-uniform kernel g : ℕ → ℕ → ℝ (density–density couplings, the CV-7 drive's own shape).

So relevant/irrelevant is now a theorem on both sides: quadrature-graded interactions must be renormalized by the power CV-10 computes; occupation -graded interactions must not be renormalized at all.

⚠️ Honest scope: cutoff stability of this class, not a renormalization group — matching between cutoffs for interactions that genuinely need it is CV-16 (gated). Statements are about embedded configurations (the low-energy sector shared by both cutoffs); nothing is claimed about the new configurations a larger cutoff adds, and no continuum limit is taken (ApproxCCR.no_exact_finite_ccr stands).

References #

CV/OscillatorBorn.lean (embedMode, numberBornProb_embed); CV/FieldModes.lean (fieldEnergy_cutoff_independent); CV/Interaction.lean (CV-7, densityCoupling, interactingU); CV/InteractionPrice.lean (CV-9); CV/PowerCounting.lean (CV-10, the other side); specs/eft-stage4-plan.md (row CV-15).

The cutoff embedding on configurations #

def CSD.CV.embedCfg {K N M : } (h : N M) (c : FieldConfig K N) :

The cutoff embedding: a configuration at cutoff N read at a larger cutoff M, occupation numbers unchanged.

Equations
Instances For
    @[simp]
    theorem CSD.CV.embedCfg_val {K N M : } (h : N M) (c : FieldConfig K N) (k : Fin K) :
    (embedCfg h c k) = (c k)
    theorem CSD.CV.fieldEnergy_embedCfg {K N M : } (h : N M) (c : FieldConfig K N) :

    The free energy is cutoff-independent on embedded configurations.

    Occupation-defined couplings #

    def CSD.CV.natDensityCoupling {K N : } (k l : Fin K) (g : ) :

    An occupation-defined pair coupling: the interaction energy is a cutoff-uniform function of the two occupation numbers.

    Equations
    Instances For
      theorem CSD.CV.natDensityCoupling_embedCfg {K N M : } (h : N M) (k l : Fin K) (g : ) (c : FieldConfig K N) :

      Occupation-defined couplings are cutoff-independent on embedded configurations.

      theorem CSD.CV.natDensityCoupling_bounded {K N : } {C : } {g : } (hg : ∀ (a b : ), |g a b| C) (k l : Fin K) (c : FieldConfig K N) :

      A bounded kernel gives a potential bounded by the same constant at every cutoff.

      Cutoff independence of the drive #

      theorem CSD.CV.interactingU_diag {K N : } (τ lam : ) (v : FieldConfig K N) (c : FieldConfig K N) :
      (interactingU K N τ lam v) c c = Complex.exp (-(Complex.I * ↑(τ * (fieldEnergy c + lam * v c))))

      The diagonal entry of the interacting drive at a configuration.

      theorem CSD.CV.interactingU_offDiag {K N : } (τ lam : ) (v : FieldConfig K N) {c d : FieldConfig K N} (h : c d) :
      (interactingU K N τ lam v) c d = 0

      The off-diagonal entries vanish (the drive is diagonal at every cutoff).

      theorem CSD.CV.interactingU_cutoff_independent {K N M : } (h : N M) (τ lam : ) (k l : Fin K) (g : ) (c d : FieldConfig K N) :
      (interactingU K M τ lam (natDensityCoupling k l g)) (embedCfg h c) (embedCfg h d) = (interactingU K N τ lam (natDensityCoupling k l g)) c d

      ★★ The interacting drive's matrix elements are cutoff-independent for occupation-defined couplings at fixed coupling strength: the cutoff-N and cutoff-M drives agree between corresponding configurations. Raising the cutoff does not move the predictions on the configurations that already existed.

      The cutoff-uniform price: no renormalization needed #

      theorem CSD.CV.natDensityCoupling_price_uniform {K N : } [NeZero N] (τ lam : ) (k l : Fin K) {C : } (hC : 0 C) {g : } (hg : ∀ (a b : ), |g a b| C) :
      (interactingU K N τ lam (natDensityCoupling k l g)) - (freeFieldU K N τ) |τ| * (|lam| * C)

      The price of a bounded occupation coupling is cutoff-uniform: |τ|·|λ|·C with C independent of N and K. No coupling rescaling is required for cutoff-stability — the contrast with CV-10's √(2N)^m growth for quadrature-graded interactions.