def
isSetSemiring_of_isSetAlgebra
{Ξ± : Type u_1}
{π : Set (Set Ξ±)}
(h : MeasureTheory.IsSetAlgebra π)
:
Every set algebra is a set semiring: combine the set-ring structure (empty set, closure under union, closure under difference) and view the resulting ring as a semiring.
Instances For
theorem
isSetAlgebra_isPiSystem
{Ξ± : Type u_1}
{π : Set (Set Ξ±)}
(h : MeasureTheory.IsSetAlgebra π)
:
IsPiSystem π
A set algebra π is automatically a Ο-system: it is closed under finite
intersections.
theorem
exists_measure_extension
{Ξ± : Type u_1}
(π : Set (Set Ξ±))
(hπ : MeasureTheory.IsSetAlgebra π)
(ΞΌβ : MeasureTheory.AddContent ENNReal π)
(hΞΌβ_sigma : ΞΌβ.IsSigmaSubadditive)
:
β (ΞΌ : MeasureTheory.Measure Ξ±), β s β π, ΞΌ s = ΞΌβ s
Existence part of the CarathΓ©odory extension theorem: any Ο-subadditive
AddContent ΞΌβ on a set algebra π extends to a measure on the generated
Ο-algebra Ο(π), agreeing with ΞΌβ on π.
theorem
caratheodory_extension_theorem
{Ξ± : Type u_1}
(π : Set (Set Ξ±))
(hπ : MeasureTheory.IsSetAlgebra π)
(ΞΌβ : MeasureTheory.AddContent ENNReal π)
(hΞΌβ_sigma : ΞΌβ.IsSigmaSubadditive)
(B : β β Set Ξ±)
(hB_mem : β (i : β), B i β π)
(hB_cover : β (i : β), B i = Set.univ)
(hB_fin : β (i : β), ΞΌβ (B i) β β€)
:
CarathΓ©odory extension theorem. If ΞΌβ is a Ο-finite (witnessed by a
cover B : β β π with ΞΌβ (B i) < β) Ο-subadditive additive content on a set
algebra π, then there exists a unique measure on Ο(π) extending ΞΌβ.