Textbook definition of uniform integrability of a family f : ι → α → ℝ:
each f i is AEStronglyMeasurable and for every ε > 0 there is a uniform
truncation level C : ℝ≥0 such that the L¹ norm of the tail
{x | C ≤ ‖f i x‖₊}.indicator (f i) is at most ε for all i. This matches
Durrett's definition: lim_{M→∞} sup_i E(|X_i|; |X_i| > M) = 0.
Instances For
On a finite measure space, the textbook definition TextbookUniformlyIntegrable'
is equivalent to Mathlib's UniformIntegrable f 1 μ.
Uniform absolute continuity of the L¹ integrals of a family f : ι → α → ℝ,
expressed via Mathlib's UnifIntegrable f 1 μ.
Instances For
A uniform L¹-bound on the family f : ι → α → ℝ:
there exists C : ℝ≥0 with ‖f i‖₁ ≤ C for all i.
Instances For
On a finite measure space, the textbook notion of uniform integrability is
equivalent to the conjunction of: (i) each f i is AEStronglyMeasurable,
(ii) uniform absolute continuity of integrals, and (iii) a uniform L¹-bound.
A uniformly integrable family (in the textbook sense) is uniformly bounded in L¹.
A uniformly integrable family (in the textbook sense) has uniformly absolutely continuous integrals.
Each function in a uniformly integrable family is AEStronglyMeasurable.