Theorems · Theorem · general topology
Set.Finite.dense_sInter
∀ {X : Type u_1} [inst : TopologicalSpace X] {s : Set (Set X)},
s.Finite → (∀ t ∈ s, IsOpen t) → (∀ t ∈ s, Dense t) → Dense (⋂₀ s)The intersection of finitely many open dense sets is dense.
- Defined in
- Mathlib.Topology.Baire.Lemmas
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 69 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.
Cites11
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
- IsOpenstatement and proof · cited by 2,400
- Set.Finitestatement and proof · cited by 1,814
- Densestatement and proof · cited by 359
- Set.sInterstatement and proof · cited by 225
- Set.Finite.induction_onproof · cited by 39
- Set.sInter_emptyproof · cited by 16
- Set.sInter_insertproof · cited by 8
- Set.Finite.isOpen_sInterproof · cited by 6
- Dense.inter_of_isOpen_rightproof · cited by 4
Cited by1
Results whose statement or proof uses this declaration.
- baire_of_finiteproof · cited by 0