Documentation

CsdLean4.CV.PowerCounting

CV-10: finite-cutoff power counting — the price scales with operator grade #

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

The honest finite content of EFT power counting: grade an interaction by its operator content (how many quadrature factors), and track how the CV-9 Duhamel price scales with the cutoff N:

The contrast class needs no new theorem: a bounded potential (|v| ≤ C with C cutoff-independent — any density coupling with bounded g) is priced cutoff-uniformly at unrenormalized coupling by CV-9's interactingU_dist_le directly.

⚠️ Norms are the scoped Matrix.Norms.L2Operator (C) norm* throughout. Honest scope: these are upper bounds on the certified price, with no lower bounds — so no claim that an unrenormalized coupling actually diverges, and no claim the price is attained; "relevant/irrelevant" here means scaling of the bound, not an RG statement, and nothing continuum is asserted (ApproxCCR.no_exact_finite_ccr stands).

References #

CV/Oscillator.lean (annihilation, creation, Q, creation_mul_annihilation); CV/ModeLocality.lean (modeOp); CV/InteractionPrice.lean (CV-9, freeField_perturbed_exp_dist_le); specs/cv-stage3-plan.md §3d; specs/future-work.md (row CV-10).

Norm growth of the single-mode operators #

The ladder-operator norm brick: ‖a‖ ≤ √N, by the C*-identity ‖a‖² = ‖a†a‖ = ‖N̂‖ and the diagonal bound — no spectral asymptotics.

The creation operator has the same norm bound.

theorem CSD.CV.Q_l2_opNorm_le {N : } :
Q N (2 * N)

The quadrature norm brick: ‖Q‖ ≤ √(2N).

Embedding into the field does not grow the norm #

def CSD.CV.modeSplit {K N : } (k : Fin K) :
FieldConfig K N ({ j : Fin K // j k }Fin N) × Fin N

Split a configuration at mode k: the spectator assignment and the k-occupation.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    @[simp]
    theorem CSD.CV.modeSplit_symm_apply_self {K N : } (k : Fin K) (s : { j : Fin K // j k }Fin N) (n : Fin N) :
    (modeSplit k).symm (s, n) k = n
    theorem CSD.CV.update_modeSplit_symm {K N : } (k : Fin K) (s : { j : Fin K // j k }Fin N) (n i : Fin N) :
    theorem CSD.CV.modeOp_mulVec_apply {K N : } (k : Fin K) (a : Matrix (Fin N) (Fin N) ) (x : FieldConfig K N) (c : FieldConfig K N) :
    (modeOp k a).mulVec x c = n : Fin N, a (c k) n * x (Function.update c k n)

    The field action of modeOp collapses to the single-mode action along the k-fibre.

    theorem CSD.CV.l2_opNorm_modeOp_le {K N : } (k : Fin K) (a : Matrix (Fin N) (Fin N) ) :

    Embedding a single-mode operator into the field does not increase its norm: modeOp is block-diagonal over the spectator configurations.

    The graded interaction and its price #

    theorem CSD.CV.modeOp_conjTranspose {K N : } (k : Fin K) (a : Matrix (Fin N) (Fin N) ) :

    modeOp commutes with the adjoint.

    noncomputable def CSD.CV.gradedInteraction (K : ) {N : } (k : Fin K) (m : ) :

    The grade-m interaction: Q_k^mm quadrature factors on mode k, embedded in the field.

    Equations
    Instances For

      The graded interaction is Hermitian.

      theorem CSD.CV.gradedInteraction_l2_opNorm_le {K N : } (k : Fin K) {m : } (hm : 0 < m) :

      The graded interaction's norm grows at most like √(2N)^m — exponent = the operator grade.

      theorem CSD.CV.gradedInteraction_price_le {K N : } [NeZero N] (τ lam : ) (k : Fin K) {m : } (hm : 0 < m) :
      NormedSpace.exp (-(Complex.I * τ) (fieldHamiltonian K N + lam gradedInteraction K k m)) - (freeFieldU K N τ) |τ| * (|lam| * (2 * N) ^ m)

      Power counting of the price: the Duhamel price of the grade-m interaction is ≤ |τ|·|λ|·√(2N)^m — the certified bound grows with the cutoff like N^{m/2}, exponent = the operator grade.

      theorem CSD.CV.gradedInteraction_renormalized_price_le {K N : } [NeZero N] (τ lam₀ : ) (k : Fin K) {m : } (hm : 0 < m) :
      NormedSpace.exp (-(Complex.I * τ) (fieldHamiltonian K N + (lam₀ / (2 * N) ^ m) gradedInteraction K k m)) - (freeFieldU K N τ) |τ| * |lam₀|

      ★★ Renormalization by the grade: with the coupling scaled as λ₀/√(2N)^m, the price of the grade-m interaction is ≤ |τ|·|λ₀|uniform in the cutoff. Cutoff-stability of the certified effect costs exactly the power N^{-m/2} of coupling: relevant/irrelevant as a theorem about the cutoff scaling of the price bound.