Theorems · Theorem · measure theory
MeasureTheory.Egorov.measure_iUnionNotConvergentSeq
∀ {α : Type u_1} {β : Type u_2} {ι : Type u_3} {m : MeasurableSpace α} [inst : PseudoEMetricSpace β]
{μ : MeasureTheory.Measure α} {s : Set α} {ε : ℝ} {f : ι → α → β} {g : α → β} [inst_1 : SemilatticeSup ι]
[inst_2 : Nonempty ι] [inst_3 : Countable ι] (hε : 0 < ε) (hf : ∀ (n : ι), Measurable fun a => edist (f n a) (g a))
(hsm : MeasurableSet s) (hs : μ s ≠ ⊤)
(hfg : ∀ᵐ (x : α) ∂μ, x ∈ s → Filter.Tendsto (fun n => f n x) Filter.atTop (nhds (g x))),
μ (MeasureTheory.Egorov.iUnionNotConvergentSeq hε hf hsm hs hfg) ≤ ENNReal.ofReal ε- Defined in
- Mathlib.MeasureTheory.Function.Egorov
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 207 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites43
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- 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
- Filter.Eventuallystatement and proof · cited by 3,134
- MeasurableSetstatement and proof · cited by 3,075
- Filter.atTopstatement and proof · cited by 2,405
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.tendstoUniformlyOn_of_ae_tendsto_of_measurable_edistproof · cited by 2