Theorems · Theorem · general topology
induced_topology_eq_preorder
∀ {α : Type u} {β : Type v} [inst : Preorder α] [inst_1 : Preorder β] [inst_2 : TopologicalSpace β] [OrderTopology β]
{f : α → β},
(∀ {x y : α}, f x < f y ↔ x < y) →
(∀ {a : α} {b : β} {x : α}, b < f a → ¬b < f x → ∃ y < a, b ≤ f y) →
(∀ {a : α} {b : β} {x : α}, f a < b → ¬f x < b → ∃ y, a < y ∧ f y ≤ b) →
TopologicalSpace.induced f inst_2 = Preorder.topology α- Defined in
- Mathlib.Topology.Order.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 70 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites26
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- Preorderstatement and proof · cited by 7,952
- le_antisymmproof · cited by 2,068
- iInfproof · cited by 1,690
- Filter.univ_mem'proof · cited by 1,672
- Set.Ioiproof · cited by 1,463
- OrderTopologystatement and proof · cited by 1,355
- Set.Iioproof · cited by 1,166
- LE.le.trans_ltproof · cited by 795
- LT.lt.trans_leproof · cited by 678
- Filter.comapproof · cited by 546
- iInf_congr_Propproof · cited by 218
Cited by2
Results whose statement or proof uses this declaration.
- StrictMono.induced_topology_eq_preorderproof · cited by 1
- induced_orderTopology'proof · cited by 1