Commit 2023-03-14 07:09 d962f0fa
View on Github →feat: port Topology.Instances.Ereal (#2796)
API changes
- Add
ENNReal.range_coe,ENNReal.range_coe', andENNReal.coe_strictMono. - Add instances for
DenselyOrdered EReal,T5Space EReal,ContinuousNeg EReal, andCanLift EReal ENNReal _ _. - Add
EReal.range_coe,EReal.range_coe_eq_Ioo,EReal.range_coe_ennreal. - Add
EReal.denseRange_ratCast,EReal.nhds_top_basis,EReal.nhds_bot_basis. - Deprecate
EReal.negHomeoandEReal.continuous_neg. - Generalize
orderTopology_of_ordConnectedtoStrictMono.induced_topology_eq_preorderandStrictMono.embedding_of_ordConnected, use it to prove that some coercions are embeddings. - Prove
TopologicalSpace.SecondCountableTopology.of_separableSpace_orderTopologyand helper lemmasDense.topology_eq_generateFrom,Dense.Ioi_eq_bunionᵢ, andDense.Iio_eq_bunionᵢ.