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.
- borelis no longer an- instance;
- define typeclass opens_measurable_spacefor a space withmeasurable_spaceandtopological_spacestructures such that all open sets are measurable;
- define typeclass borel_spacefor a space withmeasurable_spaceandtopological_spacestructures such thatmeasurable_spacestructure is equal toborel;
- use dot syntax in more cases;
- review some proofs that started to fail because of this change.