One actual Euler field on the half-open maximal interval. Values are chosen on intermediate horizons, and genuine Euler uniqueness removes the dependence on that choice. No continuation criterion is assumed.
Time: an abbreviation for Ico (0 : ℝ) L.duration.
Instances For
Initial time, given by ⟨0,le_rfl,L.duration_pos⟩.
Equations
- L.initialTime = ⟨0, ⋯⟩
Instances For
Intermediate horizon, given by ((t : ℝ)+L.duration)/2.
Equations
- L.intermediateHorizon t = (↑t + L.duration) / 2
Instances For
Intermediate time, given by ⟨t,t.property.1,(L.time_lt_intermediateHorizon t).le⟩.
Equations
- L.intermediateTime t = ⟨↑t, ⋯⟩
Instances For
Shorter time, given by ⟨t,t.property.1,t.property.2.trans_lt hSL⟩.
Equations
- L.shorterTime S hSL t = ⟨↑t, ⋯⟩
Instances For
Maximal field, given by (L.evolution (L.intermediateHorizon t) (L.intermediateHorizon_pos t) (L.intermediateHorizon_lt t)).velocity (L.intermediateTime t).
Equations
- L.maximalField t = (L.evolution (L.intermediateHorizon t) ⋯ ⋯).velocity (L.intermediateTime t)
Instances For
Maximal pressure field as an element of SmoothL2Field Space.
Equations
- L.maximalPressureField t = (L.evolution (L.intermediateHorizon t) ⋯ ⋯).pressureForce (L.intermediateTime t)
Instances For
Continuous restrictions on all shorter initial intervals determine a continuous curve on the actual half-open lifespan.
Maximal velocity, given by (L.maximalField t).field.
Equations
- L.maximalVelocity t = (L.maximalField t).field
Instances For
Maximal pressure, given by EulerCanonicalGraphPotential.radialPotential (L.maximalPressureField t).field.
Equations
Instances For
Every compact initial subinterval is exactly an actual Euler evolution, with both its velocity and its pressure force equal to the maximal fields.