Definitions #
The circle period used throughout the Hermite development.
Equations
Instances For
The normalized circle used for Fourier analysis.
Equations
Instances For
The distinguished basis vector Φ₀(z) = \bar z.
Equations
- HermiteLEAN.phi0 z = (starRingEnd ℂ) z
Instances For
The weighted norm on L²_γ(ℂ).
Equations
Instances For
The weighted defect norm relative to a background function F₀.
Equations
Instances For
The orthogonal complement to Φ₀, expressed via the weighted inner product.
Equations
Instances For
A finite orthogonal Hermite perturbation G_a = ∑ a_n Φ_{n+1}.
Equations
- HermiteLEAN.hermiteSum a z = ∑ n : Fin D, a n * HermiteLEAN.phi (↑n + 1) z
Instances For
The unit circle point of radius r and argument t.
Equations
- HermiteLEAN.circlePoint r t = ↑r * (fourier 1) t
Instances For
The coefficient appearing in the circle reduction for Φ_{n+1}.
This formula is only intended for r > 0; the radius-zero case is handled
separately later on.
Equations
Instances For
The positive-frequency trigonometric polynomial on the circle attached to G_a.
Equations
- HermiteLEAN.circlePolynomial a r t = ∑ n : Fin D, HermiteLEAN.circleCoeff a r n * (fourier ↑(↑n + 1)) t
Instances For
Consecutive positive frequencies [N, N + L - 1].
Equations
- HermiteLEAN.frequencyBand N L = Finset.Icc N (N + L - 1)
Instances For
The circle L² norm squared with respect to normalized Haar measure.
Equations
- HermiteLEAN.circleL2Sq f = ∫ (t : AddCircle HermiteLEAN.T), ‖f t‖ ^ 2 ∂AddCircle.haarAddCircle
Instances For
The circle defect against the constant 1.
Equations
- HermiteLEAN.circleRhoNormSq f = ∫ (t : AddCircle HermiteLEAN.T), HermiteLEAN.rho (f t) ^ 2 ∂AddCircle.haarAddCircle
Instances For
The circle squared defect norm relative to a background function F₀.
Equations
Instances For
The square block I_ℓ = { n : ℓ² ≤ n < (ℓ + 1)² }.
Equations
- HermiteLEAN.squareBlock ℓ = Finset.Ico (ℓ ^ 2) ((ℓ + 1) ^ 2)
Instances For
The block index of a positive Hermite mode.
Equations
Instances For
The ℓ-th block of a finite Hermite perturbation.
Equations
- HermiteLEAN.blockPiece a ℓ z = ∑ n : Fin D, if HermiteLEAN.blockIndex (↑n + 1) = ℓ then a n * HermiteLEAN.phi (↑n + 1) z else 0
Instances For
The local part V_j built from blocks at distance at most M from j.
Equations
- HermiteLEAN.localPiece a M j z = ∑ n : Fin D, if (HermiteLEAN.blockIndex (↑n + 1)).dist j ≤ M then a n * HermiteLEAN.phi (↑n + 1) z else 0
Instances For
The distant remainder R_j = G - V_j.
Equations
- HermiteLEAN.remainderPiece a M j z = HermiteLEAN.hermiteSum a z - HermiteLEAN.localPiece a M j z
Instances For
The formal Hermite expansion associated to a coefficient sequence.
Equations
- HermiteLEAN.h1Series a z = ∑' (n : ℕ), a n * HermiteLEAN.phi n z
Instances For
The model space H₁, encoded as the closed span of the Hermite family.
Equations
Instances For
The closed span of the higher Hermite modes Φ₁, Φ₂, ....
Equations
- HermiteLEAN.H1Orthogonal = ↑(Submodule.span ℂ (Set.range fun (n : ℕ) => HermiteLEAN.phi (n + 1))).topologicalClosure
Instances For
The leakage coefficient η_M.
Equations
- HermiteLEAN.etaCoeff Cblk cblk M = 2 * Cblk * HermiteLEAN.gaussianTail cblk M