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.
@[implicit_reducible]
instance
TopologicalSpace.instWithTopOfOrderTopology
{ι : Type u_1}
[Preorder ι]
[TopologicalSpace ι]
[OrderTopology ι]
:
@[implicit_reducible]
instance
TopologicalSpace.instWithBotOfOrderTopology
{ι : Type u_1}
[Preorder ι]
[TopologicalSpace ι]
[OrderTopology ι]
:
instance
TopologicalSpace.instOrderTopologyWithTop
{ι : Type u_1}
[Preorder ι]
[TopologicalSpace ι]
[OrderTopology ι]
:
OrderTopology (WithTop ι)
instance
TopologicalSpace.instOrderTopologyWithBot
{ι : Type u_1}
[Preorder ι]
[TopologicalSpace ι]
[OrderTopology ι]
:
OrderTopology (WithBot ι)
instance
TopologicalSpace.instSecondCountableTopologyWithTop
{ι : Type u_1}
[Preorder ι]
[ts : TopologicalSpace ι]
[ht : OrderTopology ι]
[SecondCountableTopology ι]
:
theorem
WithTop.isEmbedding_coe
{ι : Type u_1}
[LinearOrder ι]
[TopologicalSpace ι]
[OrderTopology ι]
:
theorem
WithBot.isEmbedding_coe
{ι : Type u_1}
[LinearOrder ι]
[TopologicalSpace ι]
[OrderTopology ι]
:
theorem
WithTop.isOpenEmbedding_coe
{ι : Type u_1}
[LinearOrder ι]
[TopologicalSpace ι]
[OrderTopology ι]
:
theorem
WithBot.isOpenEmbedding_coe
{ι : Type u_1}
[LinearOrder ι]
[TopologicalSpace ι]
[OrderTopology ι]
:
theorem
WithTop.nhds_coe
{ι : Type u_1}
[LinearOrder ι]
[TopologicalSpace ι]
[OrderTopology ι]
{r : ι}
:
theorem
WithBot.nhds_coe
{ι : Type u_1}
[LinearOrder ι]
[TopologicalSpace ι]
[OrderTopology ι]
{r : ι}
:
theorem
WithTop.continuous_coe
{ι : Type u_1}
[LinearOrder ι]
[TopologicalSpace ι]
[OrderTopology ι]
:
theorem
WithBot.continuous_coe
{ι : Type u_1}
[LinearOrder ι]
[TopologicalSpace ι]
[OrderTopology ι]
:
theorem
WithTop.tendsto_untopD
{ι : Type u_1}
[LinearOrder ι]
[TopologicalSpace ι]
[OrderTopology ι]
(d : ι)
{a : WithTop ι}
(ha : a ≠ ⊤)
:
Filter.Tendsto (untopD d) (nhds a) (nhds (untopD d a))
theorem
WithBot.tendsto_unbotD
{ι : Type u_1}
[LinearOrder ι]
[TopologicalSpace ι]
[OrderTopology ι]
(d : ι)
{a : WithBot ι}
(ha : a ≠ ⊥)
:
Filter.Tendsto (unbotD d) (nhds a) (nhds (unbotD d a))
theorem
WithTop.continuousOn_untopD
{ι : Type u_1}
[LinearOrder ι]
[TopologicalSpace ι]
[OrderTopology ι]
(d : ι)
:
theorem
WithBot.continuousOn_unbotD
{ι : Type u_1}
[LinearOrder ι]
[TopologicalSpace ι]
[OrderTopology ι]
(d : ι)
:
theorem
WithTop.tendsto_untopA
{ι : Type u_1}
[LinearOrder ι]
[TopologicalSpace ι]
[OrderTopology ι]
[Nonempty ι]
{a : WithTop ι}
(ha : a ≠ ⊤)
:
Filter.Tendsto untopA (nhds a) (nhds a.untopA)
theorem
WithBot.tendsto_unbotA
{ι : Type u_1}
[LinearOrder ι]
[TopologicalSpace ι]
[OrderTopology ι]
[Nonempty ι]
{a : WithBot ι}
(ha : a ≠ ⊥)
:
Filter.Tendsto unbotA (nhds a) (nhds a.unbotA)
theorem
WithTop.continuousOn_untopA
{ι : Type u_1}
[LinearOrder ι]
[TopologicalSpace ι]
[OrderTopology ι]
[Nonempty ι]
:
theorem
WithBot.continuousOn_unbotA
{ι : Type u_1}
[LinearOrder ι]
[TopologicalSpace ι]
[OrderTopology ι]
[Nonempty ι]
:
theorem
WithTop.tendsto_untop
{ι : Type u_1}
[LinearOrder ι]
[TopologicalSpace ι]
[OrderTopology ι]
(a : ↑{a : WithTop ι | a ≠ ⊤})
:
theorem
WithBot.tendsto_unbot
{ι : Type u_1}
[LinearOrder ι]
[TopologicalSpace ι]
[OrderTopology ι]
(a : ↑{a : WithBot ι | a ≠ ⊥})
:
theorem
WithTop.continuous_untop
{ι : Type u_1}
[LinearOrder ι]
[TopologicalSpace ι]
[OrderTopology ι]
:
theorem
WithBot.continuous_unbot
{ι : Type u_1}
[LinearOrder ι]
[TopologicalSpace ι]
[OrderTopology ι]
:
noncomputable def
WithTop.neTopHomeomorph
(ι : Type u_1)
[LinearOrder ι]
[TopologicalSpace ι]
[OrderTopology ι]
:
Homeomorphism between the non-top elements of WithTop ι and ι.
Equations
- WithTop.neTopHomeomorph ι = { toEquiv := Equiv.withTopSubtypeNe, continuous_toFun := ⋯, continuous_invFun := ⋯ }
Instances For
noncomputable def
WithBot.neBotHomeomorph
(ι : Type u_1)
[LinearOrder ι]
[TopologicalSpace ι]
[OrderTopology ι]
:
Homeomorphism between the non-bot elements of WithBot ι and ι.
Equations
- WithBot.neBotHomeomorph ι = { toEquiv := Equiv.withBotSubtypeNe, continuous_toFun := ⋯, continuous_invFun := ⋯ }
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 ι)
:
theorem
WithBot.tendsto_nhds_bot_iff
{ι : Type u_1}
[LinearOrder ι]
[TopologicalSpace ι]
[OrderTopology ι]
{α : Type u_2}
{f : Filter α}
(x : α → WithBot ι)
:
theorem
WithTop.tendsto_coe_atTop
{ι : Type u_1}
[LinearOrder ι]
[TopologicalSpace ι]
[OrderTopology ι]
[NoMaxOrder ι]
: