Theorems · Theorem · functional analysis
MeasureTheory.Lp.completeSpace_lp_of_cauchy_complete_eLpNorm
∀ {α : Type u_1} {m : MeasurableSpace α} {p : ENNReal} {μ : MeasureTheory.Measure α} {E : Type u_3}
[inst : NormedAddCommGroup E] [hp : Fact (1 ≤ p)],
(∀ (f : ℕ → α → E),
(∀ (n : ℕ), MeasureTheory.MemLp (f n) p μ) →
∀ (B : ℕ → ENNReal),
∑' (i : ℕ), B i < ⊤ →
(∀ (N n m_1 : ℕ), N ≤ n → N ≤ m_1 → MeasureTheory.eLpNorm (f n - f m_1) p μ < B N) →
∃ f_lim,
MeasureTheory.MemLp f_lim p μ ∧
Filter.Tendsto (fun n => MeasureTheory.eLpNorm (f n - f_lim) p μ) Filter.atTop (nhds 0)) →
CompleteSpace ↥(MeasureTheory.Lp E p μ)- Cited by
- 0 results in Mathlib
- Foundations
- Depth 234 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NormedAddCommGroupFact
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites44
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realproof · 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
- ENNRealstatement and proof · cited by 9,879
- Top.topstatement and proof · cited by 9,680
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- AddSubgroupstatement · cited by 3,232
- Factstatement and proof · cited by 2,726
- CompleteSpacestatement · cited by 2,532
- Filter.atTopstatement and proof · cited by 2,405
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.