Theorems · Theorem · general topology
TopologicalSpace.NonemptyCompacts.isTopologicalBasis
∀ {α : Type u_1} [inst : TopologicalSpace α],
TopologicalSpace.IsTopologicalBasis
((fun u => {K | ↑K ⊆ ⋃₀ u ∧ ∀ U ∈ u, (↑K ∩ U).Nonempty}) '' {u | u.Finite ∧ u.Nonempty ∧ ∀ U ∈ u, IsOpen U})The topology of NonemptyCompacts α has a basis consisting of sets of the form
{s | s ⊆ U₁ ∪ … ∪ Uₙ, s ∩ U₁ ≠ ∅, …, s ∩ Uₙ ≠ ∅}, where U₁, …, Uₙ are open sets and n > 0.
See also TopologicalSpace.IsTopologicalBasis.nonemptyCompacts for a variant where the sets Uᵢ
are chosen from some basis.
- Defined in
- Mathlib.Topology.Sets.VietorisTopology
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 85 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.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- SetLike.coestatement · cited by 8,199
- Set.ofPredstatement · cited by 6,101
- Set.imagestatement · cited by 5,609
- Set.Nonemptystatement · cited by 2,627
- IsOpenstatement · cited by 2,400
- Set.Finitestatement · cited by 1,814
- Set.sUnionstatement · cited by 392
- TopologicalSpace.NonemptyCompactsstatement · cited by 137
- TopologicalSpace.IsTopologicalBasisstatement · cited by 126
- TopologicalSpace.isTopologicalBasis_opensproof · cited by 5
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.