Documentation

LeanPool.NavierStokesAndEuler.Euler.LpSupportedSubspace

The actual supported subspace of ordinary spatial L² #

Support is imposed on genuine Bochner L² functions by the closed kernel of identity minus measurable-set projection. This gives a complete Hilbert space for localized propagators and keeps the support restriction explicit.

noncomputable def EulerLpSupportedSubspace.cutoff {α : Type u_1} {V : Type u_2} [MeasurableSpace α] (μ : MeasureTheory.Measure α) [NormedAddCommGroup V] (S : Set α) (hS : MeasurableSet S) (u : (MeasureTheory.Lp V 2 μ)) :
(MeasureTheory.Lp V 2 μ)

The actual measurable-set cutoff on a Bochner L² function.

Equations
Instances For
    theorem EulerLpSupportedSubspace.cutoff_ae {α : Type u_1} {V : Type u_2} [MeasurableSpace α] (μ : MeasureTheory.Measure α) [NormedAddCommGroup V] (S : Set α) (hS : MeasurableSet S) (u : (MeasureTheory.Lp V 2 μ)) :
    (cutoff μ S hS u) =ᵐ[μ] S.indicator u

    Its representative is the literal indicator product.

    theorem EulerLpSupportedSubspace.cutoff_norm {α : Type u_1} {V : Type u_2} [MeasurableSpace α] (μ : MeasureTheory.Measure α) [NormedAddCommGroup V] (S : Set α) (hS : MeasurableSet S) (u : (MeasureTheory.Lp V 2 μ)) :

    Measurable-set projection is norm-decreasing.

    The actual cutoff is linear.

    Equations
    Instances For

      The supported-set projection as a genuine bounded linear map.

      Equations
      Instances For

        The localized Hilbert subspace is a closed kernel.

        Equations
        Instances For
          theorem EulerLpSupportedSubspace.mem_supportedSpace_iff {α : Type u_1} {V : Type u_2} [MeasurableSpace α] (μ : MeasureTheory.Measure α) [NormedAddCommGroup V] [InnerProductSpace V] (S : Set α) (hS : MeasurableSet S) (u : (MeasureTheory.Lp V 2 μ)) :
          u supportedSpace μ S hS u = cutoff μ S hS u

          Membership is fixedness under actual measurable-set projection.

          theorem EulerLpSupportedSubspace.mem_supportedSpace_ae {α : Type u_1} {V : Type u_2} [MeasurableSpace α] (μ : MeasureTheory.Measure α) [NormedAddCommGroup V] [InnerProductSpace V] (S : Set α) (hS : MeasurableSet S) (u : (MeasureTheory.Lp V 2 μ)) :
          u supportedSpace μ S hS ∀ᵐ (x : α) μ, xSu x = 0

          Membership is exactly almost-everywhere vanishing outside the given set.

          The support condition is closed in the actual L² norm.

          theorem EulerLpSupportedSubspace.cutoff_mem {α : Type u_1} {V : Type u_2} [MeasurableSpace α] (μ : MeasureTheory.Measure α) [NormedAddCommGroup V] [InnerProductSpace V] (S : Set α) (hS : MeasurableSet S) (u : (MeasureTheory.Lp V 2 μ)) :
          cutoff μ S hS u supportedSpace μ S hS

          Every cutoff output belongs to the supported subspace.

          noncomputable def EulerLpSupportedSubspace.projection {α : Type u_1} {V : Type u_2} [MeasurableSpace α] (μ : MeasureTheory.Measure α) [NormedAddCommGroup V] [InnerProductSpace V] (S : Set α) (hS : MeasurableSet S) :
          (MeasureTheory.Lp V 2 μ) →L[] (supportedSpace μ S hS)

          Actual projection from full spatial L² to its supported Hilbert subspace.

          Equations
          Instances For

            The projection has norm at most one.

            theorem EulerLpSupportedSubspace.projection_supported {α : Type u_1} {V : Type u_2} [MeasurableSpace α] (μ : MeasureTheory.Measure α) [NormedAddCommGroup V] [InnerProductSpace V] (S : Set α) (hS : MeasurableSet S) (u : (supportedSpace μ S hS)) :
            (projection μ S hS) u = u

            Inclusion after projection fixes every already supported field.