Documentation

Mathlib.Topology.Order.WithTop

Order topology on WithTop ι #

When ι is a topological space with the order topology, we also endow WithTop ι with the order topology. If ι is second countable, we prove that WithTop ι also is.

theorem WithTop.nhds_coe {ι : Type u_1} [LinearOrder ι] [TopologicalSpace ι] [OrderTopology ι] {r : ι} :
theorem WithTop.tendsto_untopD {ι : Type u_1} [LinearOrder ι] [TopologicalSpace ι] [OrderTopology ι] (d : ι) {a : WithTop ι} (ha : a ) :
theorem WithTop.tendsto_untop {ι : Type u_1} [LinearOrder ι] [TopologicalSpace ι] [OrderTopology ι] (a : {a : WithTop ι | a }) :
Filter.Tendsto (fun (x : {a : WithTop ι | a }) => (↑x).untop ) (nhds a) (nhds ((↑a).untop ))
theorem WithTop.continuous_untop {ι : Type u_1} [LinearOrder ι] [TopologicalSpace ι] [OrderTopology ι] :
Continuous fun (x : {a : WithTop ι | a }) => (↑x).untop
noncomputable def WithTop.neTopHomeomorph (ι : Type u_1) [LinearOrder ι] [TopologicalSpace ι] [OrderTopology ι] :
{a : WithTop ι | a } ≃ₜ ι

Homeomorphism between the non-top elements of WithTop ι and ι.

Equations
Instances For
    noncomputable def WithTop.sumHomeomorph (ι : Type u_1) [LinearOrder ι] [TopologicalSpace ι] [OrderTopology ι] [OrderTop ι] :

    If ι has a top element, then WithTop ι is homeomorphic to ι ⊕ Unit.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For