Mathlib Map

Theorems · Definition · measure theory

MeasureTheory.LocallyIntegrableOn

{X : Type u_1} →
  {ε : Type u_3} →
    [inst : MeasurableSpace X] →
      [TopologicalSpace X] →
        [inst_2 : TopologicalSpace ε] →
          [ContinuousENorm ε] →
            (X → ε) → Set X → autoParam (MeasureTheory.Measure X) MeasureTheory.LocallyIntegrableOn._auto_1 → Prop

A function f : X → E is locally integrable on s, for s ⊆ X, if for every x ∈ s there is a neighbourhood of x within s on which f is integrable. Note that this is, in general, strictly weaker than local integrability with respect to μ.restrict s. For example, fun (x : ℝ) ↦ 1/x is locally integrable on Set.Ioo 0 1 with respect to the Lebesgue measure, but it is not locally integrable with respect to the Lebesgue measure restricted to Set.Ioo 0 1.

Defined in
Mathlib.MeasureTheory.Function.LocallyIntegrable
Cited by
81 results in Mathlib
Foundations
Depth 195 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
MeasurableSpaceTopologicalSpaceTopologicalSpaceContinuousENorm

Around this declaration

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

MeasureTheory.LocallyIntegrableOn.integrableOn_compact_subset · cited by 13LocallyIntegrableOn.integ…MeasureTheory.LocallyIntegrable.locallyIntegrableOn · cited by 9LocallyIntegrable.locally…MeasureTheory.locallyIntegrableOn_univ · cited by 7MeasureTheory.locallyInte…MeasureTheory.LocallyIntegrableOn.aestronglyMeasurable · cited by 6LocallyIntegrableOn.aestr…MeasureTheory.locallyIntegrableOn_iff · cited by 5MeasureTheory.locallyInte…TestFunction.integralAgainstBilinCLM · cited by 5TestFunction.integralAgai…WeakFEPair.hf_int · cited by 4WeakFEPair.hf_intHurwitzZeta.hurwitzEvenFEPair_neg · cited by 4HurwitzZeta.hurwitzEvenFE…MeasureTheory.LocallyIntegrableOn.integrableOn_of_isBigO_atTop · cited by 4LocallyIntegrableOn.integ…MeasureTheory.integrableOn_Iic_iff_integrableAtFilter_atBot · cited by 3MeasureTheory.integrableO…mellinConvergent_of_isBigO_rpow · cited by 3mellinConvergent_of_isBig…ContinuousOn.locallyIntegrableOn · cited by 3ContinuousOn.locallyInteg…WeakFEPair.hg_int · cited by 2WeakFEPair.hg_intlocallyIntegrableOn_mul_sum_Icc · cited by 2locallyIntegrableOn_mul_s…HurwitzZeta.hurwitzEvenFEPair_zero_symm · cited by 2HurwitzZeta.hurwitzEvenFE…Set · cited by 53352SetTopologicalSpace · cited by 24529TopologicalSpaceMeasurableSpace · cited by 13106MeasurableSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasurenhdsWithin · cited by 1912nhdsWithinContinuousENorm · cited by 290ContinuousENormMeasureTheory.IntegrableAtFilter · cited by 66MeasureTheory.IntegrableA…MeasureTheory.LocallyIntegrab…CITED BYCITES

Cites7

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

Cited by87

Results whose statement or proof uses this declaration.