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).
embedCfg— the cutoff embeddingFin N ↪ Fin Mon configurations (N ≤ M), extending theembedModelineage ofCV/OscillatorBorn.leanto the multi-mode field.natDensityCoupling k l g— the occupation-defined pair potentialv c = g (c k) (c l)at any cutoff.natDensityCoupling_embedCfg,fieldEnergy_embedCfg— both the free energy and the interaction are cutoff-independent on embedded configurations (thefieldEnergy_cutoff_independentpattern).- ★★
interactingU_cutoff_independent— the matrix elements agree across cutoffs: the cutoff-Nand cutoff-Minteracting drives, at the SAME coupling, have equal entries between corresponding configurations (diagonal entries equal, off-diagonal entries zero on both sides). Raising the cutoff changes nothing about the predictions on the configurations that already existed. - ★
natDensityCoupling_price_uniform— the CV-9 price of a bounded occupation kernel is|τ|·|λ|·CwithCindependent ofNandK: no coupling rescaling is required for cutoff-stability. ContrastCV/PowerCounting.lean'sgradedInteraction_price_le(√(2N)^m).
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 #
The cutoff embedding: a configuration at cutoff N read at a
larger cutoff M, occupation numbers unchanged.
Equations
- CSD.CV.embedCfg h c k = Fin.castLE h (c k)
Instances For
The free energy is cutoff-independent on embedded configurations.
Occupation-defined couplings #
An occupation-defined pair coupling: the interaction energy is a cutoff-uniform function of the two occupation numbers.
Equations
- CSD.CV.natDensityCoupling k l g c = g ↑(c k) ↑(c l)
Instances For
Occupation-defined couplings are cutoff-independent on embedded configurations.
Cutoff independence of the drive #
The diagonal entry of the interacting drive at a configuration.
The off-diagonal entries vanish (the drive is diagonal at every cutoff).
★★ 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 #
★ 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.