Algebra of sets #
In this file we define the notion of algebra of sets and give its basic properties. An algebra
of sets is a family of sets containing the empty set and closed by complement and binary union.
It is therefore similar to a Ο-algebra, except that it is not necessarily closed
by countable unions.
We also define the algebra of sets generated by a family of sets and give its basic properties,
and we prove that it is countable when it is generated by a countable family. We prove that
the Ο-algebra generated by a family of sets π is the same as the one generated by the algebra
of sets generated by π.
Main definitions #
MeasureTheory.IsSetAlgebra: property of being an algebra of sets.MeasureTheory.generateSetAlgebra: the algebra of sets generated by a family of sets.
Main statements #
MeasureTheory.mem_generateSetAlgebra_elim: If a setsbelongs to the algebra of sets generated byπ, then it can be written as a finite union of finite intersections of sets which are inπor have their complement inπ.MeasureTheory.countable_generateSetAlgebra: If a family of sets is countable then so is the algebra of sets generated by it.
References #
Tags #
algebra of sets, generated algebra of sets
Definition and basic properties of an algebra of sets #
An algebra of sets is a family of sets containing the empty set and closed by complement and
union. Consequently it is also closed by difference (see IsSetAlgebra.sdiff_mem) and intersection
(see IsSetAlgebra.inter_mem).
Instances For
An algebra of sets contains the whole set.
Alias of MeasureTheory.IsSetAlgebra.sdiff_mem.
An algebra of sets is closed by difference.
An algebra of sets is a ring of sets.
Definition and properties of the algebra of sets generated by some family #
generateSetAlgebra π is the smallest algebra of sets containing π.
Equations
- MeasureTheory.generateSetAlgebra π = {s : Set Ξ± | MeasureTheory.GenerateSetAlgebraβ π s}
Instances For
The algebra of sets generated by a family of sets is an algebra of sets.
The algebra of sets generated by π contains π.
An induction principle for membership of generateSetAlgebra π. If motive holds of all
elements of π and of β
, and is preserved under complement and binary union, then it holds of all
elements of generateSetAlgebra π.
generateSetAlgebra π is the smallest algebra of sets containing π: if a family of sets π
is contained in an algebra of sets β¬, then so is the algebra of sets generated by π.
The measurable space generated by a family of sets π is the same as the one generated
by the algebra of sets generated by π.
If a family of sets π is contained in β¬, then the algebra of sets generated by π
is contained in the one generated by β¬.
If π is an algebra of sets, then it contains the algebra generated by itself.
If π is an algebra of sets, then it is equal to the algebra generated by itself.
If a set belongs to the algebra of sets generated by π then it can be written as a finite
union of finite intersections of sets which are in π or have their complement in π.
If a family of sets is countable then so is the algebra of sets generated by it.