Theorems · Theorem · measure theory
MeasureTheory.uniformIntegrable_average
∀ {α : Type u_1} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} {p : ENNReal} {E : Type u_4}
[inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E],
1 ≤ p →
∀ {f : ℕ → α → E},
MeasureTheory.UniformIntegrable f p μ →
MeasureTheory.UniformIntegrable (fun n => (↑n)⁻¹ • ∑ i ∈ Finset.range n, f i) p μThe averaging of a uniformly integrable sequence is also uniformly integrable.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 218 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites49
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setproof · cited by 53,352
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Finset.sumstatement and proof · cited by 5,195
- NNRealproof · cited by 4,310
- LE.le.transproof · cited by 3,151
- MeasurableSetproof · cited by 3,075
Cited by2
Results whose statement or proof uses this declaration.
- ProbabilityTheory.strong_law_Lpproof · cited by 0
- MeasureTheory.uniformIntegrable_average_realproof · cited by 0