Theorems · Theorem · general topology
exists_open_dense_of_open_dense_subtype
∀ {X : Type u} [inst : TopologicalSpace X] {s : Set X},
Dense s → ∀ {u : Set ↑s}, IsOpen u → Dense u → ∃ v, IsOpen v ∧ Dense v ∧ Subtype.val ⁻¹' v = uIf s is dense in X and u is open and dense in s, then u = v ∩ s for some v that is
open and dense in X.
- Defined in
- Mathlib.Topology.Constructions
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 72 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- TopologicalSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- Set.preimagestatement and proof · cited by 4,946
- Set.Nonemptyproof · cited by 2,627
- IsOpenstatement and proof · cited by 2,400
- Densestatement and proof · cited by 359
- dense_iff_inter_openproof · cited by 13
- IsOpen.preimage_valproof · cited by 4
- Set.nonempty_of_nonempty_preimageproof · cited by 4
Cited by1
Results whose statement or proof uses this declaration.
- IsGδ.baireSpace_of_denseproof · cited by 1