Documentation

LeanPool.NavierStokesAndEuler.Euler.LpTranslation

Genuine ordinary-space L² translations and closedness of their full derivative.

@[reducible, inline]

L² space: an abbreviation for Lp V 2 (volume : Measure Space).

Equations
Instances For

    Translation, given by Lp.compMeasurePreservingₗᵢ ℝ (fun x : Space => x+a) (measurePreserving_add_right volume a).

    Equations
    Instances For
      theorem EulerLpTranslation.translation_orbits_tendstoUniformly {V : Type u_1} [NormedAddCommGroup V] [NormedSpace V] {ι : Type u_2} {l : Filter ι} (u : ι(L2Space V)) (v : (L2Space V)) (hu : Filter.Tendsto u l (nhds v)) :
      TendstoUniformly (fun (n : ι) (a : EulerSmoothLimit.Space) => (translation a) (u n)) (fun (a : EulerSmoothLimit.Space) => (translation a) v) l
      theorem EulerLpTranslation.translation_hasFDerivAt_limit {V : Type u_1} [NormedAddCommGroup V] [NormedSpace V] (u : (L2Space V)) (D : EulerSmoothLimit.Space →L[] (L2Space V)) (u₀ : (L2Space V)) (D₀ : EulerSmoothLimit.Space →L[] (L2Space V)) (h : ∀ (n : ), HasFDerivAt (fun (a : EulerSmoothLimit.Space) => (translation a) (u n)) (D n) 0) (hu : Filter.Tendsto u Filter.atTop (nhds u₀)) (hD : Filter.Tendsto D Filter.atTop (nhds D₀)) :
      HasFDerivAt (fun (a : EulerSmoothLimit.Space) => (translation a) u₀) D₀ 0

      Convergent ordinary L² fields and their actual translation derivatives have the expected derivative in the limit.