Documentation

LeanPool.NavierStokesAndEuler.Euler.OrdinaryEulerLocalCauchy

A common short interval for an Euler family with Cauchy initial H3 data. A fixed tail member supplies the reference solution; the actual stability theorem supplies the uniform H3 bound needed by the limit.

theorem EulerOrdinarySobolev.Evolution.short_uniform_h3 {T : } {hT : 0 T} (V : Evolution T hT) (hpos : 0 < T) (hCauchy : ∀ (ε : ), 0 < ε∃ (N : ), ∀ (i : ), N i∀ (j : ), N jtensorNorm 3 (fieldSub ((V i).velocity 0, ) ((V j).velocity 0, )) ε) :
∃ (L : ) (hL : 0 < L) (hLT : L T) (N : ) (M : ), ∀ (n : ) (t : (Set.Icc 0 L)), tensorNorm 3 (((V (n + N)).restrictTime L hLT).velocity t) M
theorem EulerOrdinarySobolev.exists_local_evolution_of_cauchy {T : } {hT : 0 T} (V : Evolution T hT) (hpos : 0 < T) (hCauchy : ∀ (ε : ), 0 < ε∃ (N : ), ∀ (i : ), N i∀ (j : ), N jtensorNorm 3 (fieldSub ((V i).velocity 0, ) ((V j).velocity 0, )) ε) (hinit : ∀ (q : ), ∃ (R : ), ∀ (n : ), tensorNorm q ((V n).velocity 0, ) R) (u0 : EulerMeanSolenoidal.L2) (hu0 : Filter.Tendsto (fun (n : ) => ((V n).velocity 0, ).toLp) Filter.atTop (nhds u0)) :
∃ (L : ) (hL : 0 < L), L T ∃ (E : Evolution L ), (E.velocity 0, ).toLp = u0