Mathlib Map

Theorems · Definition · measure theory

ContinuousMap.toLp

{α : Type u_1} →
  {E : Type u_2} →
    {m0 : MeasurableSpace α} →
      (p : ENNReal) →
        (μ : MeasureTheory.Measure α) →
          [inst : TopologicalSpace α] →
            [BorelSpace α] →
              [inst_2 : NormedAddCommGroup E] →
                [SecondCountableTopologyEither α E] →
                  [CompactSpace α] →
                    [MeasureTheory.IsFiniteMeasure μ] →
                      (𝕜 : Type u_3) →
                        [inst_6 : Fact (1 ≤ p)] →
                          [inst_7 : NormedRing 𝕜] →
                            [inst_8 : Module 𝕜 E] →
                              [inst_9 : 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.

Defined in
Mathlib.MeasureTheory.Function.LpSpace.ContinuousFunctions
Cited by
21 results in Mathlib
Foundations
Depth 232 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpaceBorelSpaceNormedAddCommGroupSecondCountableTopologyEitherCompactSpaceMeasureTheory.IsFiniteMeasureFactNormedRingModuleIsBoundedSMul

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

fourierLp · cited by 9fourierLpUnitAddTorus.mFourierLp · cited by 8UnitAddTorus.mFourierLpContinuousMap.coeFn_toLp · cited by 3ContinuousMap.coeFn_toLpfourierCoeff_toLp · cited by 2fourierCoeff_toLpContinuousMap.toLp_denseRange · cited by 2ContinuousMap.toLp_denseR…ContinuousMap.toLp_injective · cited by 2ContinuousMap.toLp_inject…ContinuousMap.hasSum_of_hasSum_Lp · cited by 2ContinuousMap.hasSum_of_h…MeasureTheory.ContinuousMap.inner_toLp · cited by 2ContinuousMap.inner_toLpPolynomial.sum_sq_norm_coeff_eq_circleAverage · cited by 1Polynomial.sum_sq_norm_co…ContinuousMap.toLp_norm_eq_toLp_norm_coe · cited by 1ContinuousMap.toLp_norm_e…ContinuousMap.coe_toLp · cited by 1ContinuousMap.coe_toLphasSum_fourier_series_of_summable · cited by 1hasSum_fourier_series_of_…UnitAddTorus.hasSum_mFourier_series_of_summable · cited by 1UnitAddTorus.hasSum_mFour…UnitAddTorus.mFourierCoeff_toLp · cited by 1UnitAddTorus.mFourierCoef…span_fourierLp_closure_eq_top · cited by 0span_fourierLp_closure_eq…TopologicalSpace · cited by 24529TopologicalSpaceModule · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idNormedAddCommGroup · cited by 15752NormedAddCommGroupMeasurableSpace · cited by 13106MeasurableSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasureENNReal · cited by 9879ENNRealContinuousLinearMap · cited by 5352ContinuousLinearMapAddSubgroup · cited by 3232AddSubgroupFact · cited by 2726FactContinuousMap · cited by 2491ContinuousMapBorelSpace · cited by 1602BorelSpaceMeasureTheory.IsFiniteMeasure · cited by 1078MeasureTheory.IsFiniteMea…NormedRing · cited by 924NormedRingMeasureTheory.AEEqFun · cited by 856MeasureTheory.AEEqFunContinuousMap.toLpCITED BYCITES

Cites24

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by23

Results whose statement or proof uses this declaration.