mathlib4
mathlib4 copied to clipboard
feat(MeasureTheory): two lemmas on almost everywhere equality and positive lintegral
Multiple results on almost everywhere equality and positive lintegral.
- (MeasureTheory/Measure/MeasureSpaceDef):
fun_ae_imp_set_aeTwo functions are almost everywhere equal on their entire domain iff they are a.e equal on every subsets of their domain. - (MeasureTheory/Integral/Lebesgue):
lintegral_positiveIf a function is nonnegative on a set of nonnegative measure, then its integral on this set is nonnegative.
Can you update the PR description, please (since you removed one of the lemmas from this PR)? Thanks!
Can you update the PR description, please (since you removed one of the lemmas from this PR)? Thanks!
Done! Thanks for pointing it out
I think this looks good! maintainer merge
🚀 Pull request has been placed on the maintainer queue by JasonKYi.
bors merge