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 WithBot.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 WithBot.tendsto_unbotD {ι : Type u_1} [LinearOrder ι] [TopologicalSpace ι] [OrderTopology ι] (d : ι) {a : WithBot ι} (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 WithBot.tendsto_unbot {ι : Type u_1} [LinearOrder ι] [TopologicalSpace ι] [OrderTopology ι] (a : {a : WithBot ι | a }) :
Filter.Tendsto (fun (x : {a : WithBot ι | a }) => (↑x).unbot ) (nhds a) (nhds ((↑a).unbot ))
theorem WithTop.continuous_untop {ι : Type u_1} [LinearOrder ι] [TopologicalSpace ι] [OrderTopology ι] :
Continuous fun (x : {a : WithTop ι | a }) => (↑x).untop
theorem WithBot.continuous_unbot {ι : Type u_1} [LinearOrder ι] [TopologicalSpace ι] [OrderTopology ι] :
Continuous fun (x : {a : WithBot ι | a }) => (↑x).unbot
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 WithBot.neBotHomeomorph (ι : Type u_1) [LinearOrder ι] [TopologicalSpace ι] [OrderTopology ι] :
    {a : WithBot ι | a } ≃ₜ ι

    Homeomorphism between the non-bot elements of WithBot ι 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
        noncomputable def WithBot.sumHomeomorph (ι : Type u_1) [LinearOrder ι] [TopologicalSpace ι] [OrderTopology ι] [OrderBot ι] :

        If ι has a bot element, then WithBot ι is homeomorphic to ι ⊕ Unit.

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          theorem WithTop.tendsto_nhds_top_iff {ι : Type u_1} [LinearOrder ι] [TopologicalSpace ι] [OrderTopology ι] {α : Type u_2} {f : Filter α} (x : αWithTop ι) :
          Filter.Tendsto x f (nhds ) ∀ (i : ι), ∀ᶠ (a : α) in f, i < x a
          theorem WithBot.tendsto_nhds_bot_iff {ι : Type u_1} [LinearOrder ι] [TopologicalSpace ι] [OrderTopology ι] {α : Type u_2} {f : Filter α} (x : αWithBot ι) :
          Filter.Tendsto x f (nhds ) ∀ (i : ι), ∀ᶠ (a : α) in f, x a < i