Theorems · Theorem · general topology
Dense.exists_countable_dense_subset_bot_top
∀ {α : Type u_1} [inst : TopologicalSpace α] [inst_1 : PartialOrder α] {s : Set α} [TopologicalSpace.SeparableSpace ↑s],
Dense s → ∃ t ⊆ s, t.Countable ∧ Dense t ∧ (∀ (x : α), IsBot x → x ∈ s → x ∈ t) ∧ ∀ (x : α), IsTop x → x ∈ s → x ∈ tLet s be a dense set in a topological space α with partial order structure. If s is a
separable space (e.g., if α has a second countable topology), then there exists a countable
dense subset t ⊆ s such that t contains bottom/top element of α when they exist and belong
to s. For a dense subset containing neither bot nor top elements, see
Dense.exists_countable_dense_subset_no_bot_top.
- Defined in
- Mathlib.Topology.Bases
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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
- Set.Elemstatement and proof · cited by 7,166
- PartialOrderstatement and proof · cited by 6,410
- Set.ofPredproof · cited by 6,101
- Set.Countablestatement and proof · cited by 545
- Set.inter_subset_leftproof · cited by 360
- Densestatement and proof · cited by 359
- Set.inter_subset_rightproof · cited by 329
- Set.subset_union_leftproof · cited by 142
- TopologicalSpace.SeparableSpacestatement and proof · cited by 109
- IsBotstatement and proof · cited by 77
Cited by3
Results whose statement or proof uses this declaration.
- Dense.borel_eq_generateFrom_Ico_mem_auxproof · cited by 3
- exists_countable_dense_bot_topproof · cited by 3
- Dense.borel_eq_generateFrom_Icc_mem_auxproof · cited by 2