Documentation

Mathlib.MeasureTheory.Function.LpSpace.ContinuousFunctions

Continuous functions in Lp space #

When α is a topological space equipped with a finite Borel measure, there is a bounded linear map from the normed space of bounded continuous functions (α →ᵇ E) to Lp E p μ. We construct this as BoundedContinuousFunction.toLp.

An additive subgroup of Lp E p μ, consisting of the equivalence classes which contain a bounded continuous representative.

Equations
    Instances For

      By definition, the elements of Lp.boundedContinuousFunction E p μ are the elements of Lp E p μ which contain a bounded continuous representative.

      A bounded continuous function on a finite-measure space is in Lp.

      The Lp-norm of a bounded continuous function is at most a constant (depending on the measure of the whole space) times its sup-norm.

      The Lp-norm of a bounded continuous function is at most a constant (depending on the measure of the whole space) times its sup-norm.

      The normed group homomorphism of considering a bounded continuous function on a finite-measure space as an element of Lp.

      Equations
        Instances For

          The bounded linear map of considering a bounded continuous function on a finite-measure space as an element of Lp.

          Equations
            Instances For
              theorem BoundedContinuousFunction.coeFn_toLp {α : Type u_1} {E : Type u_2} {m0 : MeasurableSpace α} (p : ENNReal) (μ : MeasureTheory.Measure α) [TopologicalSpace α] [BorelSpace α] [NormedAddCommGroup E] [SecondCountableTopologyEither α E] [MeasureTheory.IsFiniteMeasure μ] (𝕜 : Type u_3) [Fact (1 p)] [NormedRing 𝕜] [Module 𝕜 E] [IsBoundedSMul 𝕜 E] (f : BoundedContinuousFunction α E) :
              ((toLp p μ 𝕜) f) =ᵐ[μ] f
              theorem BoundedContinuousFunction.toLp_inj {α : Type u_1} {E : Type u_2} {m0 : MeasurableSpace α} {p : ENNReal} (μ : MeasureTheory.Measure α) [TopologicalSpace α] [BorelSpace α] [NormedAddCommGroup E] [SecondCountableTopologyEither α E] [MeasureTheory.IsFiniteMeasure μ] {𝕜 : Type u_3} [Fact (1 p)] [NormedRing 𝕜] [Module 𝕜 E] [IsBoundedSMul 𝕜 E] {f g : BoundedContinuousFunction α E} [μ.IsOpenPosMeasure] :
              (toLp p μ 𝕜) f = (toLp p μ 𝕜) g f = g
              noncomputable def ContinuousMap.toLp {α : Type u_1} {E : Type u_2} {m0 : MeasurableSpace α} (p : ENNReal) (μ : MeasureTheory.Measure α) [TopologicalSpace α] [BorelSpace α] [NormedAddCommGroup E] [SecondCountableTopologyEither α E] [CompactSpace α] [MeasureTheory.IsFiniteMeasure μ] (𝕜 : Type u_3) [Fact (1 p)] [NormedRing 𝕜] [Module 𝕜 E] [IsBoundedSMul 𝕜 E] :
              C(α, E) →L[𝕜] (MeasureTheory.Lp E p μ)

              The bounded linear map of considering a continuous function on a compact finite-measure space α as an element of Lp. By definition, the norm on C(α, E) is the sup-norm, transferred from the space α →ᵇ E of bounded continuous functions, so this construction is just a matter of transferring the structure from BoundedContinuousFunction.toLp along the isometry.

              Equations
                Instances For
                  theorem ContinuousMap.coeFn_toLp {α : Type u_1} {E : Type u_2} {m0 : MeasurableSpace α} {p : ENNReal} (μ : MeasureTheory.Measure α) [TopologicalSpace α] [BorelSpace α] [NormedAddCommGroup E] [SecondCountableTopologyEither α E] [CompactSpace α] [MeasureTheory.IsFiniteMeasure μ] {𝕜 : Type u_3} [Fact (1 p)] [NormedRing 𝕜] [Module 𝕜 E] [IsBoundedSMul 𝕜 E] (f : C(α, E)) :
                  ((toLp p μ 𝕜) f) =ᵐ[μ] f
                  theorem ContinuousMap.toLp_def {α : Type u_1} {E : Type u_2} {m0 : MeasurableSpace α} {p : ENNReal} (μ : MeasureTheory.Measure α) [TopologicalSpace α] [BorelSpace α] [NormedAddCommGroup E] [SecondCountableTopologyEither α E] [CompactSpace α] [MeasureTheory.IsFiniteMeasure μ] {𝕜 : Type u_3} [Fact (1 p)] [NormedRing 𝕜] [Module 𝕜 E] [IsBoundedSMul 𝕜 E] (f : C(α, E)) :
                  (toLp p μ 𝕜) f = (BoundedContinuousFunction.toLp p μ 𝕜) ((linearIsometryBoundedOfCompact α E 𝕜) f)
                  @[simp]
                  theorem ContinuousMap.coe_toLp {α : Type u_1} {E : Type u_2} {m0 : MeasurableSpace α} {p : ENNReal} (μ : MeasureTheory.Measure α) [TopologicalSpace α] [BorelSpace α] [NormedAddCommGroup E] [SecondCountableTopologyEither α E] [CompactSpace α] [MeasureTheory.IsFiniteMeasure μ] {𝕜 : Type u_3} [Fact (1 p)] [NormedRing 𝕜] [Module 𝕜 E] [IsBoundedSMul 𝕜 E] (f : C(α, E)) :
                  ((toLp p μ 𝕜) f) = toAEEqFun μ f
                  theorem ContinuousMap.toLp_inj {α : Type u_1} {E : Type u_2} {m0 : MeasurableSpace α} {p : ENNReal} (μ : MeasureTheory.Measure α) [TopologicalSpace α] [BorelSpace α] [NormedAddCommGroup E] [SecondCountableTopologyEither α E] [CompactSpace α] [MeasureTheory.IsFiniteMeasure μ] {𝕜 : Type u_3} [Fact (1 p)] [NormedRing 𝕜] [Module 𝕜 E] [IsBoundedSMul 𝕜 E] {f g : C(α, E)} [μ.IsOpenPosMeasure] :
                  (toLp p μ 𝕜) f = (toLp p μ 𝕜) g f = g
                  theorem ContinuousMap.hasSum_of_hasSum_Lp {α : Type u_1} {E : Type u_2} {m0 : MeasurableSpace α} {p : ENNReal} {μ : MeasureTheory.Measure α} [TopologicalSpace α] [BorelSpace α] [NormedAddCommGroup E] [SecondCountableTopologyEither α E] [CompactSpace α] [MeasureTheory.IsFiniteMeasure μ] {𝕜 : Type u_3} [Fact (1 p)] [NormedRing 𝕜] [Module 𝕜 E] [IsBoundedSMul 𝕜 E] {β : Type u_4} [μ.IsOpenPosMeasure] {g : βC(α, E)} {f : C(α, E)} (hg : Summable g) (hg2 : HasSum ((toLp p μ 𝕜) g) ((toLp p μ 𝕜) f)) :
                  HasSum g f

                  If a sum of continuous functions g n is convergent, and the same sum converges in Lᵖ to h, then in fact g n converges uniformly to h.