Assembly of the actual primary tangent field #
The native vector pulse, its integer periodization and covering, and its
complex harmonic use the same PairData as the covariance calculation.
The exact curl correction remains a separate field.
The three components of one literal native pulse.
Equations
- NavierStokes.PrimaryFieldAssembly.pulseVector P r z i = Fin.cases (P.radialProfile r z) (fun (i : Fin 2) => P.tangentProfile r i z) i
Instances For
The vector is placed at the actual signed slot center, with exactly the
native chart and transverse stretch used in PairData.rawRadial.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Evaluation commutes with the actual lattice sum because its support is finite at the evaluation point.
The covering is the same integer linear map as the slot construction.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The square roots, signed-label mask, and physical outer factor are literal; no fresh choice of amplitudes is made when assembling the field.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Slot phase, given by (P.modes j : ℝ) * z.2 + P.phases j z.1.
Instances For
Real part of the actual complex harmonic carrying the periodized vector
pulse. Frequency one here records the full phase; mode_identification
below also accepts a frequency kept separately from its phase.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The same finite set of signed labels works for all auxiliary points and all angles at a positive physical point.
Principal field, given by ∑ᶠ a : SignedIndex, slotVelocity (P a.1) hdet (outer a.1) (ε a.1) (T a.1) q x a.2 Y θ.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The angular integral and torus-square integral of this actual vector field give the physical target, with the original inverse square roots.
A single cutoff, before periodization #
Multiplication by a locally supported cutoff commutes with actual periodization on an injective slot. No choice of a lattice copy is needed.
Primitive local factorization suffices to identify the coefficient after applying its single cutoff. This is not an assumed covariance or assembled-field identity.
Identification with any actual frequency/phase presentation of the
same harmonic, including the frequency convention of WaveCoefficients.
The phase in the manuscript gives precisely the recorded integer angular mode and the recorded slow phase remainder.
The rounded angular frequency is the exact same nonzero integer as in the pair data; this identity does not use an approximate rounding bound.
The exact curl retains its covariance error #
Cutoff velocity, defined pointwise by (vectorMode (a.frequency n) (a.phase n) ((a.withCutoff ψ).amplitude n) x i).re.
Equations
- NavierStokes.PrimaryFieldAssembly.cutoffVelocity a ψ n x i = (NavierStokes.HarmonicCalculus.vectorMode (a.frequency n) (a.phase n) ((a.withCutoff ψ).amplitude n) x i).re
Instances For
Curl velocity, defined pointwise by (vectorMode (a.frequency n) (a.phase n) ((a.withCutoff ψ).curlCorrection s d n) x i).re.
Equations
- NavierStokes.PrimaryFieldAssembly.curlVelocity a s d ψ n x i = (NavierStokes.HarmonicCalculus.vectorMode (a.frequency n) (a.phase n) ((a.withCutoff ψ).curlCorrection s d n) x i).re
Instances For
Corrected velocity, defined pointwise by (vectorMode (a.frequency n) (a.phase n) ((a.corrected s d ψ).amplitude n) x i).re.
Equations
- NavierStokes.PrimaryFieldAssembly.correctedVelocity a s d ψ n x i = (NavierStokes.HarmonicCalculus.vectorMode (a.frequency n) (a.phase n) ((a.corrected s d ψ).amplitude n) x i).re
Instances For
Covariance error, given by V Y θ 0 * R Y θ i.succ + R Y θ 0 * V Y θ i.succ + R Y θ 0 * R Y θ i.succ.
Equations
Instances For
The covariance of the exact curl has three explicitly retained error products, rather than being identified with the principal covariance.
Canonical source data: actual ODE pulses and the same matrix #
Primitive data for a signed pair of actual ODE pulses. No local field, matrix, or covariance identity is a field of this structure.
- domain : Set Q
Domain of
SourcePair, of typeSet Q. - point : Q
Point of
SourcePair, of typeQ. - frame : Fin 2 → PrimaryODE.FrameData Q
Frame of
SourcePair, of typeFin 2 → PrimaryODE.FrameData Q. Lam of
SourcePair, of typeFin 2 → ℝ.Rate of
SourcePair, of typeFin 2 → ℝ.Length of
SourcePair, of typeFin 2 → ℝ.- coefficient_continuous (j : Fin 2) : ContinuousOn ((self.frame j).coefficient 1) (self.domain ×ˢ Set.Icc 0 (self.length j))
- stretch : PartitionedCovariance.Vec2
Stretch of
SourcePair, of typeVec2. Mode of
SourcePair, of typeFin 2 → ℤ.- phase : Fin 2 → PartitionedCovariance.Plane → ℝ
Phase of
SourcePair, of typeFin 2 → Plane → ℝ.
Instances For
Pair data, bundling pulses, ci, ci_pos, fits and the required compatibility proofs.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The matrix is computed directly from the normalized ODE fundamentals, with the exact determinant, transverse scale, and slot-length prefactor.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The source vector is evaluated from cutoffPulse, rather than from
arbitrarily supplied radial and tangent component functions.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The native complex coefficient has the literal inverse-square-root amplitude and a single local Gaussian cutoff.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Actual amplitude, given by TorusAverages.periodize (A.nativeCoefficient hdet outer ε T q x j) ((SlotGeometry.cover ^ SlotColoring.nativeIndex h U.1) Y).
Equations
- One or more equations did not get rendered due to their size.
Instances For
The actual periodized complex coefficient equals the coefficient used in the radial/tangent covariance assembly.
Actual velocity, defined pointwise by (vectorMode 1 (slotPhase A.pairData j) (fun z => A.actualAmplitude hdet outer ε T q x j z.1) (Y, θ) i).re.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Source field, given by ∑ᶠ a : SignedIndex, (A a.1).actualVelocity hdet (outer a.1) (ε a.1) (T a.1) q x a.2 Y θ.
Equations
- One or more equations did not get rendered due to their size.
Instances For
End-to-end principal covariance for the actual ODE/source coefficient. The assumed cone concerns its actual normalized ODE integral matrix.
Adapter to the actual WaveCoefficients.withCutoff field #
Cutoff mode field, given by ∑ᶠ b : SignedIndex, cutoffVelocity (a b) (ψ b) (band b) (point b Y θ).
Equations
- One or more equations did not get rendered due to their size.
Instances For
The only bindings are the constructed coefficient and phase. The field and its assembled covariance are conclusions of this adapter.
A finite exact-curl assembly retains the sum of its actual curl corrections. This applies before any covariance estimate is made.
The angular covariance is a genuine function on the auxiliary torus #
Diagonal covariance as an element of ℝ.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Both off-diagonal elimination and angular integration are performed on the actual finite active family, before descending to the torus.
The square average is exactly the Haar integral of the angular covariance's continuous descent to the auxiliary torus.
The physical covariance target belongs to the principal field. Adding the actual curl remainder preserves all three covariance error terms.
Integer angular modes give actual full-turn periodicity.
Full-field auxiliary periodicity uses the source phase convention. The angular covariance's periodicity above needed no such hypothesis.
Explicit conversion from chart velocity to physical velocity #
Chart velocity is converted to physical velocity outside the chart coefficient. The weighted class of the original coefficient is unchanged.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The physical factor is exactly Q^(-A) applied to each chart field.
It is not inserted into the coefficient before the chart wave estimates.