Semirings of sets #
A semi-ring of sets C is a family of sets containing ∅, stable by intersection and such that
for all s, t ∈ C, t \ s is equal to a disjoint union of finitely many sets in C.
THIS FILE IS NOT USED FOR THE MAIN RESULT
structure
MeasureTheory.IsSetField
{α : Type u_1}
(C : Set (Set α))
extends MeasureTheory.IsSetRing C :
A field of sets is a family of sets which is stable under union, difference, and contains the empty set and the whole space.
Instances For
theorem
MeasureTheory.IsSetField.compl_mem
{α : Type u_1}
{C : Set (Set α)}
{s : Set α}
(hC : IsSetField C)
(hs : s ∈ C)
:
theorem
MeasureTheory.IsSetField.toIsSetSemiring
{α : Type u_1}
{C : Set (Set α)}
(hC : IsSetField C)
:
theorem
MeasureTheory.IsSetField.partialSups_mem
{α : Type u_1}
{C : Set (Set α)}
(hC : IsSetField C)
{s : ℕ → Set α}
(hs : ∀ (n : ℕ), s n ∈ C)
(n : ℕ)
:
theorem
MeasureTheory.IsSetField.disjointed_mem
{α : Type u_1}
{C : Set (Set α)}
(hC : IsSetField C)
{s : ℕ → Set α}
(hs : ∀ (n : ℕ), s n ∈ C)
(n : ℕ)
: