Theorems · Theorem · measure theory
MeasureTheory.integrableOn_iUnion_of_summable_integral_norm
∀ {X : Type u_1} {E : Type u_3} {mX : MeasurableSpace X} {ι : Type u_5} [Countable ι] {μ : MeasureTheory.Measure X}
[inst : NormedAddCommGroup E] {f : X → E} {s : ι → Set X},
(∀ (i : ι), MeasureTheory.IntegrableOn f (s i) μ) →
(Summable fun i => ∫ (x : X) in s i, ‖f x‖ ∂μ) → MeasureTheory.IntegrableOn f (Set.iUnion s) μ- Cited by
- 1 results in Mathlib
- Foundations
- Depth 255 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CountableNormedAddCommGroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites37
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Realstatement · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealproof · cited by 9,879
- Top.topproof · cited by 9,680
- Norm.normstatement and proof · cited by 5,413
- Set.iUnionstatement · cited by 2,483
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- MeasureTheory.integralstatement and proof · cited by 1,779
- MeasureTheory.Measure.restrictstatement and proof · cited by 1,646
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.integrableOn_iUnion_of_summable_norm_restrictproof · cited by 1