Mathlib Map

Theorems · Definition · measure theory

BoundedContinuousFunction.toLp

{α : Type u_1} →
  {E : Type u_2} →
    {m0 : MeasurableSpace α} →
      (p : ENNReal) →
        (μ : MeasureTheory.Measure α) →
          [inst : TopologicalSpace α] →
            [BorelSpace α] →
              [inst_2 : NormedAddCommGroup E] →
                [SecondCountableTopologyEither α E] →
                  [MeasureTheory.IsFiniteMeasure μ] →
                    (𝕜 : Type u_3) →
                      [inst_5 : Fact (1 ≤ p)] →
                        [inst_6 : NormedRing 𝕜] →
                          [inst_7 : Module 𝕜 E] →
                            [inst_8 : IsBoundedSMul 𝕜 E] → BoundedContinuousFunction α E →L[𝕜] ↥(MeasureTheory.Lp E p μ)

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

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

Around this declaration

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

ContinuousMap.toLp · cited by 21ContinuousMap.toLpBoundedContinuousFunction.range_toLp · cited by 2BoundedContinuousFunction…BoundedContinuousFunction.coeFn_toLp · cited by 2BoundedContinuousFunction…BoundedContinuousFunction.toLp_inj · cited by 1BoundedContinuousFunction…BoundedContinuousFunction.toLp_injective · cited by 1BoundedContinuousFunction…BoundedContinuousFunction.toLp_denseRange · cited by 1BoundedContinuousFunction…BoundedContinuousFunction.toLp_norm_le · cited by 1BoundedContinuousFunction…ContinuousMap.toLp_norm_eq_toLp_norm_coe · cited by 1ContinuousMap.toLp_norm_e…ContinuousMap.toLp_comp_toContinuousMap · cited by 0ContinuousMap.toLp_comp_t…ContinuousMap.toLp_def · cited by 0ContinuousMap.toLp_defContinuousMap.range_toLp · cited by 0ContinuousMap.range_toLpMeasureTheory.BoundedContinuousFunction.inner_toLp · cited by 0BoundedContinuousFunction…BoundedContinuousFunction.toLp.congr_simp · cited by 0toLp.congr_simpTopologicalSpace · 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 2726FactLinearMap.comp · cited by 1642LinearMap.compBorelSpace · cited by 1602BorelSpaceNNReal.toReal · cited by 1260NNReal.toRealMeasureTheory.IsFiniteMeasure · cited by 1078MeasureTheory.IsFiniteMea…NormedRing · cited by 924NormedRingBoundedContinuousFunction.toLpCITED BYCITES

Cites29

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

Cited by13

Results whose statement or proof uses this declaration.