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.negHomeo
andEReal.continuous_neg
. - Generalize
orderTopology_of_ordConnected
toStrictMono.induced_topology_eq_preorder
andStrictMono.embedding_of_ordConnected
, use it to prove that some coercions are embeddings. - Prove
TopologicalSpace.SecondCountableTopology.of_separableSpace_orderTopology
and helper lemmasDense.topology_eq_generateFrom
,Dense.Ioi_eq_bunionᵢ
, andDense.Iio_eq_bunionᵢ
.