Commit 9f35a08
committed
Prior to this commit the state of Mathlib was:
```lean
import Mathlib
#check measurableSet_lt -- Exists
#check measurableSet_lt' -- Exists
#check measurableSet_le -- Exists
#check nullMeasurableSet_lt -- Exists
#check nullMeasurableSet_lt' -- Missing
#check nullMeasurableSet_le -- Missing
```
Co-authored-by: teorth <tao@math.ucla.edu>
1 parent e975e78 commit 9f35a08
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
643 | 643 | | |
644 | 644 | | |
645 | 645 | | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
646 | 655 | | |
647 | 656 | | |
648 | 657 | | |
| |||
0 commit comments