Documentation

LeanPool.NavierStokesAndEuler.Euler.Foundations.LiftedPressure

Pointwise bounded coefficient fields act on genuine L² functions. Their pointwise positive quadratic bound supplies the Hilbert-space coercivity used by the lifted pressure solver. No multiplication operator is assumed.

theorem EulerLiftedPressure.coefficientApply_memLp {α : Type u_1} {V : Type u_2} [MeasurableSpace α] {μ : MeasureTheory.Measure α} [NormedAddCommGroup V] [InnerProductSpace V] (A : αV →L[] V) (hA : MeasureTheory.AEStronglyMeasurable A μ) (C : NNReal) (hbound : ∀ (x : α), A x C) (f : (MeasureTheory.Lp V 2 μ)) :
MeasureTheory.MemLp (fun (x : α) => (A x) (f x)) 2 μ
noncomputable def EulerLiftedPressure.coefficientApply {α : Type u_1} {V : Type u_2} [MeasurableSpace α] {μ : MeasureTheory.Measure α} [NormedAddCommGroup V] [InnerProductSpace V] (A : αV →L[] V) (hA : MeasureTheory.AEStronglyMeasurable A μ) (C : NNReal) (hbound : ∀ (x : α), A x C) (f : (MeasureTheory.Lp V 2 μ)) :
(MeasureTheory.Lp V 2 μ)

Pointwise bounded coefficient application represented as an L² element.

Equations
Instances For
    theorem EulerLiftedPressure.coefficientApply_ae {α : Type u_1} {V : Type u_2} [MeasurableSpace α] {μ : MeasureTheory.Measure α} [NormedAddCommGroup V] [InnerProductSpace V] (A : αV →L[] V) (hA : MeasureTheory.AEStronglyMeasurable A μ) (C : NNReal) (hbound : ∀ (x : α), A x C) (f : (MeasureTheory.Lp V 2 μ)) :
    (coefficientApply A hA C hbound f) =ᵐ[μ] fun (x : α) => (A x) (f x)
    noncomputable def EulerLiftedPressure.coefficientLinearMap {α : Type u_1} {V : Type u_2} [MeasurableSpace α] {μ : MeasureTheory.Measure α} [NormedAddCommGroup V] [InnerProductSpace V] (A : αV →L[] V) (hA : MeasureTheory.AEStronglyMeasurable A μ) (C : NNReal) (hbound : ∀ (x : α), A x C) :

    The linear map induced by pointwise coefficient multiplication.

    Equations
    Instances For
      theorem EulerLiftedPressure.coefficientApply_norm_le {α : Type u_1} {V : Type u_2} [MeasurableSpace α] {μ : MeasureTheory.Measure α} [NormedAddCommGroup V] [InnerProductSpace V] (A : αV →L[] V) (hA : MeasureTheory.AEStronglyMeasurable A μ) (C : NNReal) (hbound : ∀ (x : α), A x C) (f : (MeasureTheory.Lp V 2 μ)) :
      coefficientApply A hA C hbound f C * f
      noncomputable def EulerLiftedPressure.coefficientOperator {α : Type u_1} {V : Type u_2} [MeasurableSpace α] {μ : MeasureTheory.Measure α} [NormedAddCommGroup V] [InnerProductSpace V] (A : αV →L[] V) (hA : MeasureTheory.AEStronglyMeasurable A μ) (C : NNReal) (hbound : ∀ (x : α), A x C) :

      The bounded operator induced by the actual coefficient field.

      Equations
      Instances For
        theorem EulerLiftedPressure.coefficientOperator_ae {α : Type u_1} {V : Type u_2} [MeasurableSpace α] {μ : MeasureTheory.Measure α} [NormedAddCommGroup V] [InnerProductSpace V] (A : αV →L[] V) (hA : MeasureTheory.AEStronglyMeasurable A μ) (C : NNReal) (hbound : ∀ (x : α), A x C) (f : (MeasureTheory.Lp V 2 μ)) :
        ((coefficientOperator A hA C hbound) f) =ᵐ[μ] fun (x : α) => (A x) (f x)
        theorem EulerLiftedPressure.coefficientOperator_norm_le {α : Type u_1} {V : Type u_2} [MeasurableSpace α] {μ : MeasureTheory.Measure α} [NormedAddCommGroup V] [InnerProductSpace V] (A : αV →L[] V) (hA : MeasureTheory.AEStronglyMeasurable A μ) (C : NNReal) (hbound : ∀ (x : α), A x C) :
        coefficientOperator A hA C hbound C
        theorem EulerLiftedPressure.coefficientOperator_coercive {α : Type u_1} {V : Type u_2} [MeasurableSpace α] {μ : MeasureTheory.Measure α} [NormedAddCommGroup V] [InnerProductSpace V] (A : αV →L[] V) (hA : MeasureTheory.AEStronglyMeasurable A μ) (C : NNReal) (hbound : ∀ (x : α), A x C) (c : ) (hpositive : ∀ (x : α) (v : V), c * v ^ 2 inner ((A x) v) v) (f : (MeasureTheory.Lp V 2 μ)) :
        c * f ^ 2 inner ((coefficientOperator A hA C hbound) f) f

        Pointwise coercivity yields the actual integral L² coercivity.

        theorem EulerLiftedPressure.coefficientOperator_comp_apply {α : Type u_1} {V : Type u_2} [MeasurableSpace α] {μ : MeasureTheory.Measure α} [NormedAddCommGroup V] [InnerProductSpace V] (A B : αV →L[] V) (hA : MeasureTheory.AEStronglyMeasurable A μ) (hB : MeasureTheory.AEStronglyMeasurable B μ) (C D : NNReal) (hA_bound : ∀ (x : α), A x C) (hB_bound : ∀ (x : α), B x D) (hAB : ∀ (x : α) (v : V), (A x) ((B x) v) = v) (f : (MeasureTheory.Lp V 2 μ)) :
        (coefficientOperator A hA C hA_bound) ((coefficientOperator B hB D hB_bound) f) = f
        theorem EulerLiftedPressure.coefficientOperator_inner_swap {α : Type u_1} {V : Type u_2} [MeasurableSpace α] {μ : MeasureTheory.Measure α} [NormedAddCommGroup V] [InnerProductSpace V] (A : αV →L[] V) (hA : MeasureTheory.AEStronglyMeasurable A μ) (C : NNReal) (hbound : ∀ (x : α), A x C) (hsym : ∀ (x : α) (v w : V), inner ((A x) v) w = inner v ((A x) w)) (f g : (MeasureTheory.Lp V 2 μ)) :
        inner ((coefficientOperator A hA C hbound) f) g = inner f ((coefficientOperator A hA C hbound) g)

        Pointwise symmetry gives symmetry of the actual L² multiplication operator.

        Exact metric-pressure cancellation for pointwise inverse symmetric coefficient fields.