Zulip Chat Archive
Stream: mathlib4
Topic: Tagging lemmas in NullMeasurable with @[measurability]
Luigi Massacci (May 05 2024 at 20:46):
Is there any particular reason why none of the lemmas in docs#MeasureTheory.NullMeasurable are ever tagged with [measurability]
? (though some are simp
lemmas). I found myself proving some statements by doing just: apply simple_lemma_in_NullMeasurable; measurability
. It's technically not in the description of measurability
, but is seems like it could be within its scope, if I understand how the latter works correctly. Was this tried and it didn't work out?
Last updated: May 02 2025 at 03:31 UTC