Theorems · Theorem · measure theory
MeasureTheory.all_ae_ofReal_f_le_bound
Deprecated since 2026-01-26Use MeasureTheory.ae_norm_ofReal_f_le_bound instead.
∀ {α : Type u_1} {β : Type u_2} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} [inst : NormedAddCommGroup β]
{F : ℕ → α → β} {f : α → β} {bound : α → ℝ},
(∀ (n : ℕ), ∀ᵐ (a : α) ∂μ, ‖F n a‖ ≤ bound a) →
(∀ᵐ (a : α) ∂μ, Filter.Tendsto (fun n => F n a) Filter.atTop (nhds (f a))) →
∀ᵐ (a : α) ∂μ, ENNReal.ofReal ‖f a‖ ≤ ENNReal.ofReal (bound a)Alias of MeasureTheory.ae_norm_ofReal_f_le_bound.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 174 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NormedAddCommGroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement · cited by 25,697
- NormedAddCommGroupstatement · cited by 15,752
- MeasurableSpacestatement · cited by 13,106
- MeasureTheory.Measurestatement · cited by 10,939
- ENNRealstatement · cited by 9,879
- nhdsstatement · cited by 5,554
- Norm.normstatement · cited by 5,413
- Filter.Tendstostatement · cited by 3,814
- Filter.Eventuallystatement · cited by 3,134
- Filter.atTopstatement · cited by 2,405
- MeasureTheory.aestatement · cited by 2,352
- ENNReal.ofRealstatement · cited by 863
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.