Mathlib Map

Theorems · Theorem · measure theory

integrableOn_Ici_iff_integrableOn_Ioi

∀ {α : Type u_1} {ε' : Type u_4} {mα : MeasurableSpace α} [inst : PartialOrder α] [MeasurableSingletonClass α]
  [inst_2 : TopologicalSpace ε'] [inst_3 : ESeminormedAddMonoid ε'] [TopologicalSpace.PseudoMetrizableSpace ε']
  {f : α → ε'} {μ : MeasureTheory.Measure α} {b : α} [MeasureTheory.NullSingletonClass μ],
  autoParam (‖f b‖ₑ ≠ ⊤) integrableOn_Ici_iff_integrableOn_Ioi._auto_1 →
    (MeasureTheory.IntegrableOn f (Set.Ici b) μ ↔ MeasureTheory.IntegrableOn f (Set.Ioi b) μ)
Defined in
Mathlib.MeasureTheory.Integral.IntegrableOn
Cited by
7 results in Mathlib
Foundations
Depth 211 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
PartialOrderMeasurableSingletonClassTopologicalSpaceESeminormedAddMonoidTopologicalSpace.PseudoMetrizableSpaceMeasureTheory.NullSingletonClass

Around this declaration

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

Cites17

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

Cited by7

Results whose statement or proof uses this declaration.