Commit 2020-08-04 10:47 78fe862a
View on Github →chore(measure_theory/lebesgue_measure): review (#3686)
- use
ennreal.of_real
instead ofcoe ∘ nnreal.of_real
; - avoid some non-finishing
simp
s; - simplify proofs of
lebesgue_outer_Ico/Ioc/Ioo
; - add
instance : locally_finite_measure (volume : measure ℝ)
instead ofreal.volume_lt_top_of_bounded
andreal.volume_lt_top_of_compact
.