Theorems · Theorem · measure theory
MeasureTheory.StronglyMeasurable.hasSum
∀ {X : Type u_4} {E : Type u_5} {ι : Type u_6} [inst : MeasurableSpace X] [inst_1 : AddCommMonoid E]
[inst_2 : TopologicalSpace E] [ContinuousAdd E] {L : SummationFilter ι} [L.NeBot] [L.filter.IsCountablyGenerated]
[TopologicalSpace.PseudoMetrizableSpace E] {f : ι → X → E} {g : X → E},
(∀ (i : ι), MeasureTheory.StronglyMeasurable (f i)) →
(∀ (x : X), HasSum (fun i => f i x) (g x) L) → MeasureTheory.StronglyMeasurable gThe infinite sum of strongly measurable functions is measurable, HasSum version.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 166 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- Finsetstatement and proof · cited by 13,712
- MeasurableSpacestatement and proof · cited by 13,106
- AddCommMonoidstatement and proof · cited by 12,281
- ContinuousAddstatement and proof · cited by 777
- SummationFilterstatement and proof · cited by 607
- HasSumstatement and proof · cited by 518
- MeasureTheory.StronglyMeasurablestatement and proof · cited by 363
- TopologicalSpace.PseudoMetrizableSpacestatement and proof · cited by 245
- Filter.IsCountablyGeneratedstatement and proof · cited by 220
- SummationFilter.NeBotstatement and proof · cited by 130
- SummationFilter.filterstatement and proof · cited by 110
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.VectorMeasure.stronglyMeasurable_vectorMeasure_prodMk_leftproof · cited by 1