Commit 2020-04-07 15:31 6f75c57e
View on Github →refactor(measure_theory/borel): borel
is not an instance
(#2326)
Redo Borel spaces in a way similar to closed_order_topology
/order_topology
.
borel
is no longer aninstance
;- define typeclass
opens_measurable_space
for a space withmeasurable_space
andtopological_space
structures such that all open sets are measurable; - define typeclass
borel_space
for a space withmeasurable_space
andtopological_space
structures such thatmeasurable_space
structure is equal toborel
; - use dot syntax in more cases;
- review some proofs that started to fail because of this change.