Theorems · Theorem · functional analysis
lp.norm_le_of_tendsto
∀ {α : Type u_3} {E : α → Type u_4} {p : ENNReal} [inst : (i : α) → NormedAddCommGroup (E i)] {ι : Type u_5}
{l : Filter ι} [l.NeBot] [_i : Fact (1 ≤ p)] {C : ℝ} {F : ι → ↥(lp E p)},
(∀ᶠ (k : ι) in l, ‖F k‖ ≤ C) → ∀ {f : ↥(lp E p)}, Filter.Tendsto (id fun i => ↑(F i)) l (nhds ↑f) → ‖f‖ ≤ C"Semicontinuity of the lp norm": If all sufficiently large elements of a sequence in lp E p
have lp norm ≤ C, then the pointwise limit, if it exists, also has lp norm ≤ C.
- Defined in
- Mathlib.Analysis.Normed.Lp.lpSpace
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 225 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites29
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- ENNRealstatement and proof · cited by 9,879
- Top.topproof · cited by 9,680
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Norm.normstatement and proof · cited by 5,413
- Filter.Tendstostatement and proof · cited by 3,814
- AddSubgroupstatement · cited by 3,232
- LE.le.transproof · cited by 3,151
- Filter.Eventuallystatement and proof · cited by 3,134
- Factstatement and proof · cited by 2,726
Cited by1
Results whose statement or proof uses this declaration.
- lp.tendsto_lp_of_tendsto_piproof · cited by 0