Physical copy bounds from local native smoothness #
Raw native coefficients and phase profiles are only used on their valid open patches. A smooth bump produces a globally smooth function with the exact same germ at one evaluation point. The physical carrier bound measures only jets at that point, so no bound on the extension away from it is needed.
Smoothness on one genuine open neighborhood. Unlike a bare
ContDiffAt ℝ ∞, the same neighborhood works for all derivative orders.
Equations
- NavierStokes.LocalPhysicalCopyBounds.SmoothNear f x = ∃ (U : Set E), IsOpen U ∧ x ∈ U ∧ ContDiffOn ℝ (↑⊤) f U
Instances For
Local smoothness on an open patch and an actual zero germ off it suffice for global smoothness. No raw totalization is assumed smooth.
Construct the replacement using a smooth bump inside the actual open
patch. Its values and all its derivatives agree with the raw input near x.
No bound on the extension away from x is imposed or used.
An interior native jet bound persists at a boundary point where the actual coefficient is locally smooth. This covers the zero-extended moving edges without requiring their points to belong to the open weighted strip.
Replace profiles, given by { c with F := F, G := G }.
Equations
Instances For
Slot slow as an element of PhysicalGraphBounds.Slow.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Replacing native inputs by functions with the same germs preserves the actual physical carrier germ, including the full phase.
The pointwise global-carrier estimate applies to the constructed same-germ replacements. Its constants therefore remain unchanged.
Support-local families #
Only the primitive support geometry and angular integrality. There is no global smoothness condition in this record.
- angular_integer (k : K) (L : PhysicalWaveSum.BandLabel) : ∃ (m : ℤ), ↑(ChartScales.carrier h (↑L).1) * (f.carrier k L).angular = ↑m
- geometry_support (k : K) (I : PhysicalWaveSum.WaveIndex H) (y : ProblemStatement.SpaceTime) : f.amplitude k I (PhysicalWaveSum.commonLift h (↑I.1).1 (f.gap I.1) y) ≠ 0 → (PhysicalGraphBounds.scaledRadial (↑I.1).1) y ∈ PhysicalGraphBounds.annulus a b ∧ ‖PhysicalGraphBounds.liftZT (PhysicalGraphBounds.physicalLift h (↑I.1).1 y)‖ ≤ Z ∧ |PhysicalGraphBounds.etaCoordinate (PhysicalGraphBounds.nativeGraph h (↑I.1).1 y - (f.carrier k I.1).center)| ≤ r0
- mask_support (k : K) (I : PhysicalWaveSum.WaveIndex H) (y : ProblemStatement.SpaceTime) : y ∈ PhysicalWaveSum.preterminal → f.amplitude k I (PhysicalWaveSum.commonLift h (↑I.1).1 (f.gap I.1) y) ≠ 0 → PhysicalWaveSum.physicalMask (CoordinateAlgebra.D h) (↑I.1) (PhysicalWaveSum.physicalParams h y) ≠ 0
Instances For
The genuine raw inputs need be smooth only near points at which this
copy has support. In particular, phase profiles need not be smooth at a
singular totalization of coordinateQ outside the actual native patch.
- amplitude (k : K) (I : PhysicalWaveSum.WaveIndex H) (w : ProblemStatement.SpaceTime) : w ∈ PhysicalWaveSum.preterminal → w ∈ tsupport (f.term a h r0 I k) → SmoothNear (f.amplitude k I) (PhysicalWaveSum.commonLift h (↑I.1).1 (f.gap I.1) w)
- profiles (k : K) (I : PhysicalWaveSum.WaveIndex H) (w : ProblemStatement.SpaceTime) : w ∈ PhysicalWaveSum.preterminal → w ∈ tsupport (f.term a h r0 I k) → ∀ (chart : PolarCharts.Index), (PhysicalGraphBounds.scaledRadial (↑I.1).1) w ∈ PolarCharts.chartDomain a chart → SmoothNear (f.carrier k I.1).F (slotSlow ((f.carrier k I.1).withChart chart) a h (↑I.1).1 r0 w) ∧ SmoothNear (f.carrier k I.1).G (slotSlow ((f.carrier k I.1).withChart chart) a h (↑I.1).1 r0 w)
Instances For
Native jets are needed only for a copy with nonzero local support. This permits zero germs outside the valid native patch.
- jets (k : K) (I : PhysicalWaveSum.WaveIndex H) (w : ProblemStatement.SpaceTime) : w ∈ PhysicalWaveSum.preterminal → PhysicalWaveSum.physicalParams h w ∈ PhysicalWaveSum.labelRegion (CoordinateAlgebra.D h) ↑I.1 → (PhysicalGraphBounds.scaledRadial (↑I.1).1) w ∈ PhysicalGraphBounds.annulus a b → PhysicalWaveSum.commonLift h (↑I.1).1 (f.gap I.1) w ∈ (hc.cells I.1).carrier (↑I.1).1 k → w ∈ tsupport (f.term a h r0 I k) → (∀ i ≤ m, ‖iteratedFDeriv ℝ i (f.amplitude k I) (PhysicalWaveSum.commonLift h (↑I.1).1 (f.gap I.1) w)‖ ≤ A * ChartScales.Q (↑I.1).1 ^ g * ChartScales.S (↑I.1).1 ^ eAmp) ∧ ∀ (chart : PolarCharts.Index), (PhysicalGraphBounds.scaledRadial (↑I.1).1) w ∈ PolarCharts.chartDomain a chart → (∀ i ≤ m, ‖iteratedFDeriv ℝ i (f.carrier k I.1).F (slotSlow ((f.carrier k I.1).withChart chart) a h (↑I.1).1 r0 w)‖ ≤ B * ChartScales.S (↑I.1).1 ^ eBase) ∧ ∀ i ≤ m, ‖iteratedFDeriv ℝ i (f.carrier k I.1).G (slotSlow ((f.carrier k I.1).withChart chart) a h (↑I.1).1 r0 w)‖ ≤ B * ChartScales.S (↑I.1).1 ^ eBase
Instances For
Local native smoothness and the actual support geometry prove physical smoothness at every preterminal point. Outside support this uses the genuine zero germ, not regularity of an unused raw phase.
The same physical derivative loss as before, with only local raw input smoothness. The pointwise smooth replacements never enter the output field.
Deriving local smoothness from padded native patches #
Actual native closed cores inside the open smooth patches. The core support fields concern input amplitudes and their native phase evaluation, not the smoothness or derivatives of a final physical output.
- amplitudeDomain : K → PhysicalWaveSum.WaveIndex H → Set PhysicalWaveSum.LiftPoint
- amplitudeCore : K → PhysicalWaveSum.WaveIndex H → Set PhysicalWaveSum.LiftPoint
- amplitudeSubset (k : K) (I : PhysicalWaveSum.WaveIndex H) : self.amplitudeCore k I ⊆ self.amplitudeDomain k I
- amplitudeSmooth (k : K) (I : PhysicalWaveSum.WaveIndex H) : ContDiffOn ℝ (↑⊤) (f.amplitude k I) (self.amplitudeDomain k I)
- amplitudeSupport (k : K) (I : PhysicalWaveSum.WaveIndex H) : Function.support (f.amplitude k I) ⊆ self.amplitudeCore k I
- slowDomain : K → PhysicalWaveSum.BandLabel → Set PhysicalGraphBounds.Slow
- slowCore : K → PhysicalWaveSum.BandLabel → Set PhysicalGraphBounds.Slow
- FSmooth (k : K) (L : PhysicalWaveSum.BandLabel) : ContDiffOn ℝ (↑⊤) (f.carrier k L).F (self.slowDomain k L)
- GSmooth (k : K) (L : PhysicalWaveSum.BandLabel) : ContDiffOn ℝ (↑⊤) (f.carrier k L).G (self.slowDomain k L)
- slowSupport (k : K) (I : PhysicalWaveSum.WaveIndex H) (y : ProblemStatement.SpaceTime) : y ∈ PhysicalWaveSum.preterminal → f.amplitude k I (PhysicalWaveSum.commonLift h (↑I.1).1 (f.gap I.1) y) ≠ 0 → ∀ (chart : PolarCharts.Index), (PhysicalGraphBounds.scaledRadial (↑I.1).1) y ∈ PolarCharts.chartDomain a chart → slotSlow ((f.carrier k I.1).withChart chart) a h (↑I.1).1 r0 y ∈ self.slowCore k I.1
Instances For
The constructed, already localized amplitude is globally smooth if its closed native support is contained in the local smooth patch. This is a conclusion; raw phase profiles retain only local smoothness.
Closed cores keep every supported phase evaluation inside the genuine smooth patch even at the boundary of the amplitude's support.
The actual full sum still has a supported-copy witness. This statement needs no smoothness of the raw coefficient or phase totalizations.
Weighted bounds confined to the genuine native strip #
The lower weighted input is only smooth on its actual open native strip. No global smoothness or global support condition on its raw totalization is included.
- uniform : LabelSumBounds.UniformClass s w α source
- flat_geometry : ∃ (cL : ℝ) (cR : ℝ) (L : ℝ) (ρ : D → ℝ), PhysicalClassBounds.FlatGeometry s cL cR L ρ
Instances For
Absorb the actual two flat edges and keep the estimate on the valid strip. Extending the raw source outside that strip is unnecessary.
Higher chain-rule estimate using only open source and target patches.
The genuine common-chart formula holds on the open interior. Supported physical points may lie in its closure, including a moving radial edge.
- sourceIndex : K → PhysicalWaveSum.WaveIndex H → ι
Source index of
CommonChart, of typeK → WaveIndex H → ι. - map : K → PhysicalWaveSum.WaveIndex H → PhysicalWaveSum.LiftPoint → D
Map of
CommonChart, of typeK → WaveIndex H → LiftPoint → D. - domain : K → PhysicalWaveSum.WaveIndex H → Set PhysicalWaveSum.LiftPoint
Domain of
CommonChart, of typeK → WaveIndex H → Set LiftPoint. - smooth (k : K) (I : PhysicalWaveSum.WaveIndex H) : ContDiffOn ℝ (↑⊤) (self.map k I) (self.domain k I)
- amplitude_eq (k : K) (I : PhysicalWaveSum.WaveIndex H) : Set.EqOn (f.amplitude k I) (fun (x : PhysicalWaveSum.LiftPoint) => ChartScales.Q (↑I.1).1 ^ σ • source (self.sourceIndex k I) (↑I.1).1 (self.map k I x)) (self.domain k I)
- contains (k : K) (I : PhysicalWaveSum.WaveIndex H) (z : ProblemStatement.SpaceTime) : z ∈ PhysicalWaveSum.preterminal → PhysicalWaveSum.physicalParams h z ∈ PhysicalWaveSum.labelRegion (CoordinateAlgebra.D h) ↑I.1 → (PhysicalGraphBounds.scaledRadial (↑I.1).1) z ∈ PhysicalGraphBounds.annulus a b → PhysicalWaveSum.commonLift h (↑I.1).1 (f.gap I.1) z ∈ (hc.cells I.1).carrier (↑I.1).1 k → z ∈ tsupport (f.term a h r0 I k) → PhysicalWaveSum.commonLift h (↑I.1).1 (f.gap I.1) z ∈ closure (self.domain k I)
Instances For
Direct interface for the actual valid native open patches, including patches whose raw totalizations need not be smooth on their boundary.
The native lattice-center construction proves the support data without any global smoothness hypotheses on amplitudes or phase profiles.