Exact exterior support of the actual signed physical fields #
The original spatial mask and leading target force every signed copy to vanish outside the fixed nominal active annulus. The argument retains the normalized radial coordinate exactly and is independent of the request.
Signed physical families with label-dependent phase domains #
Each active primary label retains its own phase domain, primary data, views, and state. Homogeneous singleton views permit reuse of the existing per-label constructors. Physical copies are then assembled before the locally finite sum is estimated; no maximum over infinitely many per-label constants occurs.
Native label: an abbreviation for ActualSignedPhysicalData.NativeLabel.
Equations
Instances For
Only active labels carry primary data, and their phase domains may differ.
- active : Set PhysicalWaveSum.BandLabel
- domain : NativeLabel self.active → PhaseJetBounds.Domain ℕ PhaseCalculus.Slow
Domain of
Family, of typeNativeLabel active → PhaseJetBounds.Domain ℕ PhaseCalculus.Slow. - primary (L : NativeLabel self.active) : PhysicalSignedWave.PrimaryData (self.domain L)
Primary of
Family, of type(L : NativeLabel active) → PhysicalSignedWave.PrimaryData (domain L). - view (L : NativeLabel self.active) : (self.primary L).Views L.val.1
View of
Family, of type(L : NativeLabel active) → (primary L).Views L.val.1. - state (L : NativeLabel self.active) : (self.view L).StateData
State of
Family, of type(L : NativeLabel active) → (view L).StateData. - column : NativeLabel self.active → Fin 2
Column of
Family, of typeNativeLabel active → Fin 2.
Instances For
Singleton label, given by ⟨L.val, L.property, Set.mem_singleton _⟩.
Equations
- f.singletonLabel L = { val := L.val, property := ⋯, mem := ⋯ }
Instances For
Singleton payload as an element of (f.primary L).Views K.val.1, V.StateData.
Instances For
Reuse the old homogeneous interface for exactly one actual label. There is no choice of data for an omitted label.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Extend actual values by zero without extending their primary data.
Equations
Instances For
One physical copy family, selected label by label #
Zero copies, bundling gap, carrier, amplitude.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Zero cells, bundling cells, carrier, closed, locallyFinite and the required
compatibility proofs.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Diagonal, bundling gap, carrier, amplitude.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Diagonal cells, bundling cells, support.
Equations
- NavierStokes.DependentSignedPhysicalFamily.diagonalCells f c = { cells := fun (L : NavierStokes.PhysicalWaveSum.BandLabel) => (c L).cells L, support := ⋯ }
Instances For
The assembled infinite family retains the original uniform overlap bound and has a genuine local finite-sum identity.
The missing labels receive zero copies, never invented primary data.
Equations
Instances For
Assembled, given by diagonal (f.copyAt copies).
Equations
- f.assembled copies = NavierStokes.DependentSignedPhysicalFamily.diagonal (f.copyAt copies)
Instances For
Branch cells as an element of SupportCells (f.copyAt copies L).
Equations
- f.branchCells copies c L = if hL : L ∈ f.active then ⋯.mpr (c { val := ↑L, property := ⋯, mem := hL }) else ⋯.mpr NavierStokes.DependentSignedPhysicalFamily.zeroCells
Instances For
The exact native source belonging to a primary label. Uniform bounds must hold jointly over this label and the native source index.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Pressure source, given by f.valueAt (fun L => ActualSignedPhysicalData.nativePressureSource sys hh (f.singleton L)) L.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Potential copies, given by f.assembled (fun L => ActualSignedPhysicalData.potentialFamily sys hh (f.singleton L) i).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Pressure copies, given by f.assembled (fun L => ActualSignedPhysicalData.pressureFamily sys hh (f.singleton L)).
Equations
- f.pressureCopies sys hh = f.assembled fun (L : NavierStokes.DependentSignedPhysicalFamily.NativeLabel f.active) => NavierStokes.ActualSignedPhysicalData.pressureFamily sys hh (f.singleton L)
Instances For
Native Cartesian rotation and the physical factor are retained exactly by the dependent assembly.
Sources retain their label in a dependent index #
Joint source, defined pointwise by source I.1 I.2.
Equations
- NavierStokes.DependentSignedPhysicalFamily.jointSource source I = source I.fst I.snd
Instances For
Native chart and carrier bounds are uniform before label selection #
Diagonal chart, bundling sourceIndex, map, domain, open_domain and the required
compatibility proofs.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Diagonal carrier, bundling region, open_region, jets, contains.
Equations
- One or more equations did not get rendered due to their size.
Instances For
No native region is required for an omitted label whose amplitude vanishes identically.
Equations
- NavierStokes.DependentSignedPhysicalFamily.zeroCarrier = { region := fun (x : K) (x_1 : NavierStokes.PhysicalWaveSum.BandLabel) => ∅, open_region := ⋯, jets := ⋯, contains := ⋯ }
Instances For
Zero chart, bundling sourceIndex, map, domain, open_domain and the required
compatibility proofs.
Equations
- One or more equations did not get rendered due to their size.
Instances For
In the actual Cartesian source adapter every local map is the identity. Its common positive-jet bound is exactly one, with polynomial degree zero.
Empty inactive charts do not alter the common bound for identity charts of active labels.
One application of the physical-family estimate #
The physical factory is applied once to all labels. Its source and phase bounds are jointly quantified; individual physical bounds are not inputs to this constructor.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Active, given by ActualPolarCoverage.active /-! ## The normalized radial coordinate does not depend on the band -/.
Instances For
The normalized radial coordinate does not depend on the band #
This is a statement about the literal primary mask and target. No property of the signed output or of the current request is assumed.
All actual labels, with their original dependent data #
Band label, given by ⟨ActualSignedPhysicalBinding.spatialLabel l, ActualPrimaryBounds.label_large (l.2, l.1)⟩.
Equations
Instances For
Labels, given by range (bandLabel (B := B) (N0 := N0)).
Equations
Instances For
Native label, given by ⟨ActualSignedPhysicalBinding.spatialLabel l, ActualPrimaryBounds.label_large (l.2, l.1), Set.mem_range_self l⟩.
Equations
- NavierStokes.ActualSignedExterior.nativeLabel l = { val := NavierStokes.ActualSignedPhysicalBinding.spatialLabel l, property := ⋯, mem := ⋯ }
Instances For
Actual label, given by Classical.choose L.mem.
Instances For
Label equiv, bundling toFun, invFun, left_inv, right_inv.
Equations
- NavierStokes.ActualSignedExterior.labelEquiv = { toFun := NavierStokes.ActualSignedExterior.nativeLabel, invFun := NavierStokes.ActualSignedExterior.actualLabel, left_inv := ⋯, right_inv := ⋯ }
Instances For
Reband payload, given by he ▸ ⟨V, s⟩.
Equations
- NavierStokes.ActualSignedExterior.rebandPayload he V s = he ▸ ⟨V, s⟩
Instances For
Payload, given by rebandPayload (actualLabel_reference L) (ActualSignedPhysicalBinding.nativeViews (actualLabel L)) (s (actualLabel L)).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Both signs and every actual primary label are retained. Only proof transport of the reference index is used in the view/state fields.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Every physical copy vanishes on the exact exterior #
The literal dependent-family potential, at the fixed physical chart radius.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Pressure, defined pointwise by (((family s).pressureCopies slots outgoing.data.h_pos.le).sum ActualPolarCoverage.inner h slots.radius w).re.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Any fixed residual floor is allowed, since the stronger exterior identity above holds on the whole preterminal set.
The same state and request as the actual correction cycle #
Cycle native states, constructed using ActualSignedPhysicalBinding.nativeStateData.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Cycle family, given by family (cycleNativeStates x H hp).
Equations
Instances For
Cycle potential, given by potential (cycleNativeStates x H hp).
Equations
Instances For
Cycle pressure, given by pressure (cycleNativeStates x H hp).
Equations
Instances For
The exterior statement concerns the signed request of the literal cycle after its particular update, without replacing the incoming state.