Theorems · Theorem · measure theory
MeasureTheory.integrableOn_iUnion_of_summable_norm_restrict
∀ {X : Type u_1} {E : Type u_3} {mX : MeasurableSpace X} {ι : Type u_5} [Countable ι] {μ : MeasureTheory.Measure X}
[inst : NormedAddCommGroup E] [inst_1 : TopologicalSpace X] [BorelSpace X] [T2Space X]
[MeasureTheory.IsLocallyFiniteMeasure μ] {f : C(X, E)} {s : ι → TopologicalSpace.Compacts X},
(Summable fun i => ‖ContinuousMap.restrict (↑(s i)) f‖ * μ.real ↑(s i)) →
MeasureTheory.IntegrableOn (⇑f) (⋃ i, ↑(s i)) μIf s is a countable family of compact sets, f is a continuous function, and the sequence
‖f.restrict (s i)‖ * μ (s i) is summable, then f is integrable on the union of the s i.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 260 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites35
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement · cited by 53,352
- Realstatement and proof · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- SetLike.coestatement and proof · cited by 8,199
- Set.Elemstatement · cited by 7,166
- Norm.normstatement and proof · cited by 5,413
- ContinuousMapstatement and proof · cited by 2,491
- Set.iUnionstatement · cited by 2,483
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.integrable_of_summable_norm_restrictproof · cited by 1