Documentation

LeanPool.NavierStokesAndEuler.Euler.InjectivePathDerivative

Lifting an actual continuous evolution equation through an injective bounded linear map.

A bounded linear map commutes with the integral of an actual continuous time path.

theorem EulerInjectivePathDerivative.integral_equation_of_injective_map {E : Type u_1} {F : Type u_2} [NormedAddCommGroup E] [NormedSpace E] [CompleteSpace E] [NormedAddCommGroup F] [NormedSpace F] [CompleteSpace F] (L : E →L[] F) (hL : Function.Injective L) (T : ) (hT : 0 T) (u f : C((Set.Icc 0 T), E)) (hd : tSet.Ioo 0 T, HasDerivAt (fun (r : ) => L (EulerVolterraConvolution.extendPath T hT u r)) (L (EulerVolterraConvolution.extendPath T hT f t)) t) (t : (Set.Icc 0 T)) :

An evolution equation in the weaker space gives its exact integral equation in the stronger space when the embedding is injective and the proposed derivative is continuous there.

A continuous stronger-space right-hand side lifts a genuine derivative equation through an injective bounded embedding, without assuming the stronger derivative exists.