Theorems · Theorem · measure theory
MeasureTheory.Lp.hasSum_coeFn_tsum
∀ {X : Type u_1} {E : Type u_2} {x : MeasurableSpace X} {μ : MeasureTheory.Measure X} [inst : NormedAddCommGroup E]
{p : ENNReal} [hp : Fact (1 ≤ p)] {ι : Type u_3} [Countable ι] [CompleteSpace E] {f : ι → ↥(MeasureTheory.Lp E p μ)},
∑' (n : ι), ‖f n‖ₑ ≠ ⊤ → ∀ᵐ (a : X) ∂μ, HasSum (fun n => ↑↑(f n) a) (↑↑(∑' (n : ι), f n) a)If a series is converging in L^p, then it also converges pointwise almost everywhere.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 237 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites34
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Top.topstatement and proof · cited by 9,680
- Equivproof · cited by 8,337
- Fintypeproof · cited by 7,736
- Finset.sumproof · cited by 5,195
- Finset.univproof · cited by 3,473
- AddSubgroupstatement · cited by 3,232
- Filter.Eventuallystatement and proof · cited by 3,134
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.Lp.coeFn_tsumproof · cited by 1