Uniform native-cell bounds for actual signed coefficients #
The constants in every LocalJets conclusion precede both band and copy.
The input functions need smoothness and jets only on their own native cells.
The matrix inverse, signed square-root quotient and projected pressure are
computed from the primitive input functions.
The quantitative chain rule needs only the actual finite jet at the point. No common smooth extension of the native copies is required.
A band coefficient may itself depend on the copy. Its bound is still chosen before that index, so this also permits a joint label/copy index.
Compactness controls only the fixed outer scalar function. The native input jets have one bound before every band and copy index.
The actual square-root quotient at a native point #
All finite input jet bounds and the positive weight margin are collected before choosing a band, a copy, or a spatial point.
Cramer's actual solve, uniformly on the native cells #
Only primitive matrix/target jets and zeroth-order margins occur here. There is no inverse-jet or signed-output estimate in this record.
- matrix_jets (a b : Fin 2) : PeriodizedWaveBounds.LocalJets s (fun (x : ℕ) (x_1 : D) => 1) 0 K fun (n : ℕ) (i : I) (x : D) => H i n x a b
- target_jets (a : Fin 2) : PeriodizedWaveBounds.LocalJets s (fun (x : ℕ) (x_1 : D) => s.zeta x_1) 0 K fun (n : ℕ) (i : I) (x : D) => T i n x a
- determinantGap : ℝ
Determinant gap of
NativeCovariance, of typeℝ. - entryBound : ℝ
Entry bound of
NativeCovariance, of typeℝ. - primaryLower : ℝ
Primary lower of
NativeCovariance, of typeℝ. - determinant (n : ℕ) (i : I) (x : D) : x ∈ s.domain → x ∈ K n i → self.determinantGap ≤ |Matrix.det (PrimaryPulseBounds.normalizedMatrix (√(s.slow n)) (H i n x))|
- lower (n : ℕ) (i : I) (x : D) : x ∈ s.domain → x ∈ K n i → ∀ (j : Fin 2), self.primaryLower * s.zeta x ≤ SmoothCovariance.weights (H i n x) (T i n x) j
Instances For
The literal signed amplitude and homogeneous pressure #
Native bounds for the literal signed quotient and its constructed homogeneous pressure. Even the background and frequency may vary with the copy index, provided their primitive estimates are uniform.
The cutoff is applied exactly once. These are the coefficients consumed
by PeriodizedWaveBounds.CopyData.common_bounds_from_native.
Uniformity in an external label as well as the native copy #
Reindexing the discrete band/label pair preserves the actual spatial derivatives and the full inverse-edge majorant.
Surjectivity recovers all labels with the same constants. A collection of separately bounded label outputs would not suffice here.
Primitive covariance data with one determinant gap, entry bound, positive weight margin, and finite-jet constants for all external labels.
- matrix_jets (a b : Fin 2) : PeriodizedWaveBounds.UniformLocalJets s (fun (x : L) (x_1 : ℕ) (x_2 : D) => 1) 0 K fun (l : L) (n : ℕ) (i : I) (x : D) => H l i n x a b
- target_jets (a : Fin 2) : PeriodizedWaveBounds.UniformLocalJets s (fun (x : L) (x_1 : ℕ) (x_2 : D) => s.zeta x_2) 0 K fun (l : L) (n : ℕ) (i : I) (x : D) => T l i n x a
- determinantGap : ℝ
Determinant gap of
UniformNativeCovariance, of typeℝ. - entryBound : ℝ
Entry bound of
UniformNativeCovariance, of typeℝ. - primaryLower : ℝ
Primary lower of
UniformNativeCovariance, of typeℝ. - determinant (l : L) (n : ℕ) (i : I) (x : D) : x ∈ s.domain → x ∈ K l n i → self.determinantGap ≤ |Matrix.det (PrimaryPulseBounds.normalizedMatrix (√(s.slow n)) (H l i n x))|
- lower (l : L) (n : ℕ) (i : I) (x : D) : x ∈ s.domain → x ∈ K l n i → ∀ (j : Fin 2), self.primaryLower * s.zeta x ≤ SmoothCovariance.weights (H l i n x) (T l i n x) j
Instances For
Pull, bundling matrix_jets, target_jets, zeta_pos, determinantGap and the required
compatibility proofs.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The amplitude and projected-pressure estimates are simultaneous in all spatial labels, all bands and all lattice copies. Label-dependent envelopes are retained.
Uniform native data control the actual once-localized coefficients; the constants can be passed directly to uniform periodization.