Carathéodory's extension theorem #
Let C
be a semiring of sets and m
an additive content on C
, which is sigma-subadditive.
Then all sets in the sigma-algebra generated by C
are Carathéodory measurable with respect to
the outer measure induced by m
. The induced outer measure is equal to m
on C
.
Main declarations #
MeasureTheory.AddContent.measureCaratheodory
: Construct a measure from a sigma-subadditive function on a semiring. This measure is defined on the associated Carathéodory sigma-algebra.MeasureTheory.AddContent.measure
: Construct a measure from a sigma-subadditive content on a semiring, assuming the semiring generates a given measurable structure. The measure is defined on this measurable structure.
Main results #
MeasureTheory.AddContent.inducedOuterMeasure_eq
: The outer measure induced by a sigma-subadditive content on a semiring is equal to the content on the sets of the semiring.MeasureTheory.AddContent.isCaratheodory_inducedOuterMeasure_of_mem
: all sets of the semiring are Carathéodory measurable with respect to the outer measure induced by a sigma-subadditive content.MeasureTheory.AddContent.isCaratheodory_inducedOuterMeasure
: all sets of the sigma-algebra generated by the semiring are Carathéodory measurable with respect to the outer measure induced by a sigma-subadditive content.MeasureTheory.AddContent.measureCaratheodory_eq
: The measureMeasureTheory.AddContent.measureCaratheodory
generated from anm : AddContent C
on aIsSetSemiring C
coincides withm
onC
.MeasureTheory.AddContent.measure_eq
: The measure defined through a sigma-subadditive content on a semiring coincides with the content on the semiring.
For m : AddContent C
sigma-sub-aditive, finite on C
, the OuterMeasure
given by m
coincides with m
on C
.
For m : AddContent C
sigma-sub-additive, finite on C
, the inducedOuterMeasure
given by m
coincides with m
on C
.
Every s ∈ C
for an m : AddContent C
with IsSetSemiring C
is Carathéodory measurable
with respect to the inducedOuterMeasure
from m
.
Construct a measure from a sigma-subadditive content on a semiring. This measure is defined on the associated Carathéodory sigma-algebra.
Equations
- m.measureCaratheodory hC m_sigma_subadd = { toOuterMeasure := MeasureTheory.inducedOuterMeasure (fun (x : Set α) (x_1 : x ∈ C) => m x) ⋯ ⋯, m_iUnion := ⋯, trim_le := ⋯ }
Instances For
The measure MeasureTheory.AddContent.measureCaratheodory
generated from an
m : AddContent C
on a IsSetSemiring C
coincides with the MeasureTheory.inducedOuterMeasure
.
Construct a measure from a sigma-subadditive content on a semiring, assuming the semiring generates a given measurable structure. The measure is defined on this measurable structure.
Equations
- m.measure hC hC_gen m_sigma_subadd = (m.measureCaratheodory hC m_sigma_subadd).trim ⋯
Instances For
The measure defined through a sigma-subadditive content on a semiring coincides with the content on the semiring.