Documentation

LeanPool.NavierStokesAndEuler.Euler.LpOperatorFieldAlgebra

Algebra and coercivity of actual full-space L² multipliers #

The bounded-field multiplier preserves composition and adjoints. Pointwise frame lower bounds and Hessian upper bounds hold on the full Bochner L² space. Measurable spatial cutoffs are self-adjoint and commute with these rectangular multipliers. Thus support preservation of a variational inverse can be proved by its actual uniqueness theorem.

Multiplication by the actual product field is composition on L².

theorem EulerLpOperatorField.full_eq_neg_comp {α : Type u_1} {U : Type u_2} {E : Type u_3} {F : Type u_4} [TopologicalSpace α] [MeasurableSpace α] [BorelSpace α] [SecondCountableTopology α] (μ : MeasureTheory.Measure α) [NormedAddCommGroup U] [NormedSpace U] [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] (C : BoundedContinuousFunction α (U →L[] F)) (A : BoundedContinuousFunction α (E →L[] F)) (B : BoundedContinuousFunction α (U →L[] E)) (hC : ∀ (x : α) (u : U), (C x) u = -(A x) ((B x) u)) :
full μ C = -full μ A ∘SL full μ B

A literal coefficient identity can be lifted without introducing a new operator hypothesis.

theorem EulerLpOperatorField.full_norm_sq_lower {α : Type u_1} {E : Type u_3} {F : Type u_4} [TopologicalSpace α] [MeasurableSpace α] [BorelSpace α] [SecondCountableTopology α] (μ : MeasureTheory.Measure α) [NormedAddCommGroup E] [InnerProductSpace E] [NormedAddCommGroup F] [InnerProductSpace F] (A : BoundedContinuousFunction α (E →L[] F)) (c : ) (hc : 0 c) (hA : ∀ (x : α) (v : E), c * v ^ 2 (A x) v ^ 2) (u : (MeasureTheory.Lp E 2 μ)) :
c * u ^ 2 (full μ A) u ^ 2

A pointwise lower frame bound is a lower bound on genuine full-space L².

theorem EulerLpOperatorField.full_quadratic_upper {α : Type u_1} {E : Type u_3} [TopologicalSpace α] [MeasurableSpace α] [BorelSpace α] [SecondCountableTopology α] (μ : MeasureTheory.Measure α) [NormedAddCommGroup E] [InnerProductSpace E] (A : BoundedContinuousFunction α (E →L[] E)) (C : ) (hA : ∀ (x : α) (v : E), inner ((A x) v) v C * v ^ 2) (u : (MeasureTheory.Lp E 2 μ)) :
inner ((full μ A) u) u C * u ^ 2

The actual L² Hessian inherits its pointwise quadratic upper bound.

A rectangular coefficient commutes with literal spatial localization.

The genuine measurable spatial cutoff is an orthogonal projection.