Theorems · Theorem · general topology
TopologicalSpace.IsTopologicalBasis.nonemptyCompacts
∀ {α : Type u_1} [inst : TopologicalSpace α] {B : Set (Set α)},
TopologicalSpace.IsTopologicalBasis B →
TopologicalSpace.IsTopologicalBasis
((fun u => {K | ↑K ⊆ ⋃₀ u ∧ ∀ U ∈ u, (↑K ∩ U).Nonempty}) '' {u | u.Finite ∧ u.Nonempty ∧ u ⊆ B})Given a basis B on a topological space α, the topology of NonemptyCompacts α has a basis
consisting of sets of the form {K | K ⊆ U₁ ∪ … ∪ Uₙ, K ∩ U₁ ≠ ∅, …, K ∩ Uₙ ≠ ∅}, where
U₁, …, Uₙ ∈ B and n > 0.
- Defined in
- Mathlib.Topology.Sets.VietorisTopology
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 84 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.
Cites33
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
- SetLike.coestatement and proof · cited by 8,199
- Set.ofPredstatement and proof · cited by 6,101
- Set.imagestatement and proof · cited by 5,609
- Set.preimageproof · cited by 4,946
- Set.Nonemptystatement and proof · cited by 2,627
- IsOpenproof · cited by 2,400
- le_reflproof · cited by 2,061
- Set.Finitestatement and proof · cited by 1,814
- Set.iInterproof · cited by 1,084
- Set.sUnionstatement and proof · cited by 392
Cited by1
Results whose statement or proof uses this declaration.
- TopologicalSpace.NonemptyCompacts.isTopologicalBasisproof · cited by 0