A monotone class is a collection of subsets of a type α that is closed under countable
monotone union and countable antitone intersection.
Predicate saying that a given set is contained in the Monotone Class.
A monotone class is closed under countable monotone union.
A monotone class is closed under countable antitone intersection.
Instances For
Equations
- MeasureTheory.MonotoneClass.instLEMonotoneClass = { le := fun (C₁ C₂ : MeasureTheory.MonotoneClass α) => C₁.Has ≤ C₂.Has }
Equations
- One or more equations did not get rendered due to their size.
Every Dynkin system forms a Monotone class.
Equations
- MeasureTheory.MonotoneClass.ofDynkinSystem d = { Has := d.Has, has_iUnion := ⋯, has_iInter := ⋯ }
Instances For
Every σ-algebra forms a Monotone class.
Equations
Instances For
The least MonotoneClass containing a collection of basic sets. This inductive type gives the underlying collection of sets.
- basic {α : Type u_1} {s : Set (Set α)} (t : Set α) : t ∈ s → GenerateHas s t
- iUnion {α : Type u_1} {s : Set (Set α)} {A : ℕ → Set α} : (∀ (n : ℕ), GenerateHas s (A n)) → Monotone A → GenerateHas s (⋃ (n : ℕ), A n)
- iInter {α : Type u_1} {s : Set (Set α)} {B : ℕ → Set α} : (∀ (n : ℕ), GenerateHas s (B n)) → Antitone B → GenerateHas s (⋂ (n : ℕ), B n)
Instances For
The least MonotoneClass containing a collection of basic sets.
Equations
- MeasureTheory.MonotoneClass.generate s = { Has := MeasureTheory.MonotoneClass.GenerateHas s, has_iUnion := ⋯, has_iInter := ⋯ }
Instances For
If s is an algebra of sets, then the monotone class generated by s is closed
under intersections.
If s is an algebra of sets, then the monotone class it generates is an algebra of sets.
The monotone class generated by s is the smallest monotone class containing s.
Equations
If a Monotone class is a set algebra, then it forms a σ-algebra.
Equations
- C.toMeasurableSpace h = { MeasurableSet' := C.Has, measurableSet_empty := ⋯, measurableSet_compl := ⋯, measurableSet_iUnion := ⋯ }
Instances For
Monotone Class theorem:
Given a set algebra s. Then the monotone class generated by s is equal to the
σ-algebra generated by s.
Induction principle for measurable sets based on the Monotone Class theorem.
If s is a set algebra that generates the σ-algebra on α
and a predicate C defined on measurable sets is true
- on each set
t ∈ s; - on the union of monotone sequences of measurable sets that satisfy
C; - on the intersection of antitone sequences of measurable sets that satisfy
C,
then it is true on all measurable sets in α.