Commit 2025-06-23 17:18 c9a15699
View on Github →refactor(MeasureTheory/PMF): Removing MasurableSet
hypotheses (#26230)
This commit introduces the following generalizations:
toMeasure_mono
no longer requires the target sett
to be measurable.toMeasure_apply_inter_support
no longer requiresp.support
to be measurable.restrict_toMeasure_support
no longer requires a[MeasurableSingletonClass α]
instance. In the[MeasurableSingletonClass α]
context, a new lemmatoMeasure_apply_eq_toOuterMeasure
is added. It shows thatp.toMeasure s = p.toOuterMeasure s
for any sets
. This lemma is then used to shorten the proofs for:toMeasure_apply_finset
toMeasure_apply_fintype
A new lemmatoMeasure_apply_eq_tsum
replacestoMeasure_apply_of_finite
, since the finite assumption is no longer required. Additionally, as suggested during review, the arguments : Set α
is now implicit in several lemmas, as it is inferable from thehs : MeasurableSet s
hypothesis.