Countably generated measurable spaces #
We say a measurable space is countably generated if it can be generated by a countable set of sets.
In such a space, we can also build a sequence of finer and finer finite measurable partitions of the space such that the measurable space is generated by the union of all partitions.
Main definitions #
MeasurableSpace.CountablyGenerated
: class stating that a measurable space is countably generated.MeasurableSpace.countableGeneratingSet
: a countable set of sets that generates the σ-algebra.MeasurableSpace.countablePartition
: sequences of finer and finer partitions of a countably generated space, defined by taking thememPartion
of an enumeration of the sets incountableGeneratingSet
.
Main statements #
MeasurableSpace.measurable_injection_nat_bool_of_countablyGenerated
: if a measurable space is countably generated and separates points, it admits a measurable injection into the Cantor spaceℕ → Bool
(equipped with the product sigma algebra).
The file also contains measurability results about memPartition
, from which the properties of
countablePartition
are deduced.
We say a measurable space is countably generated if it can be generated by a countable set of sets.
- isCountablyGenerated : ∃ (b : Set (Set α)), Set.Countable b ∧ m = MeasurableSpace.generateFrom b
Instances
A countable set of sets that generate the measurable space.
We insert ∅
to ensure it is nonempty.
Equations
Instances For
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
For each n : ℕ
, countablePartition α n
is a partition of the space in at most
2^n
sets. Each partition is finer than the preceeding one. The measurable space generated by
the union of all those partitions is the measurable space on α
.
Equations
Instances For
Equations
- ⋯ = ⋯
The set in countablePartition α n
to which a : α
belongs.
Equations
Instances For
If a measurable space is countably generated and separates points, it admits a measurable
injection into the Cantor space ℕ → Bool
(equipped with the product sigma algebra).