Theorems · Theorem · general topology
dense_iff_exists_between
∀ {α : Type u} [inst : TopologicalSpace α] [inst_1 : LinearOrder α] [OrderTopology α] [DenselyOrdered α] [Nontrivial α]
{s : Set α}, Dense s ↔ ∀ (a b : α), a < b → ∃ c ∈ s, a < c ∧ c < bA set in a nontrivial densely linear ordered type is dense in the sense of topology if and only
if for any a < b there exists c ∈ s, a < c < b. Each implication requires less typeclass
assumptions.
- Defined in
- Mathlib.Topology.Order.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- LinearOrderstatement and proof · cited by 8,572
- Nontrivialstatement and proof · cited by 2,416
- OrderTopologystatement and proof · cited by 1,355
- DenselyOrderedstatement and proof · cited by 471
- Densestatement and proof · cited by 359
- dense_of_exists_betweenproof · cited by 6
- Dense.exists_betweenproof · cited by 5
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.