Mathlib Map

Theorems · Inductive type · measure theory

MeasureTheory.AECover

{α : Type u_1} → {ι : Type u_2} → [inst : MeasurableSpace α] → MeasureTheory.Measure α → Filter ι → (ι → Set α) → Prop

A sequence φ of subsets of α is a MeasureTheory.AECover w.r.t. a measure μ and a filter l if almost every point (w.r.t. μ) of α eventually belongs to φ n (w.r.t. l), and if each φ n is measurable. This definition is a technical way to avoid duplicating a lot of proofs. It should be thought of as a sufficient condition for being able to interpret ∫ x, f x ∂μ (if it exists) as the limit of ∫ x in φ n, f x ∂μ as n tends to l. See for example MeasureTheory.AECover.lintegral_tendsto_of_countably_generated, MeasureTheory.AECover.integrable_of_integral_norm_tendsto and MeasureTheory.AECover.integral_tendsto_of_countably_generated.

Defined in
Mathlib.MeasureTheory.Integral.IntegralEqImproper
Cited by
68 results in Mathlib
Foundations
Depth 2 from the axioms · uses no axioms
Assumes
MeasurableSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites4

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by70

Results whose statement or proof uses this declaration.