Commit 2025-06-23 17:18 c9a15699
View on Github →refactor(MeasureTheory/PMF): Removing MasurableSet hypotheses (#26230)
This commit introduces the following generalizations:
toMeasure_monono longer requires the target settto be measurable.toMeasure_apply_inter_supportno longer requiresp.supportto be measurable.restrict_toMeasure_supportno longer requires a[MeasurableSingletonClass α]instance. In the[MeasurableSingletonClass α]context, a new lemmatoMeasure_apply_eq_toOuterMeasureis added. It shows thatp.toMeasure s = p.toOuterMeasure sfor any sets. This lemma is then used to shorten the proofs for:toMeasure_apply_finsettoMeasure_apply_fintypeA new lemmatoMeasure_apply_eq_tsumreplacestoMeasure_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 shypothesis.