Theorems · Theorem · general topology
isCompact_open_iff_eq_finite_iUnion_of_isTopologicalBasis
∀ {X : Type u_1} {ι : Type u_2} [inst : TopologicalSpace X] (b : ι → Set X),
TopologicalSpace.IsTopologicalBasis (Set.range b) →
(∀ (i : ι), IsCompact (b i)) → ∀ (U : Set X), IsCompact U ∧ IsOpen U ↔ ∃ s, s.Finite ∧ U = ⋃ i ∈ s, b iIf X has a basis consisting of compact opens, then an open set in X is compact open iff
it is a finite union of some elements in the basis
- Defined in
- Mathlib.Topology.Compactness.Bases
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 82 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 and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Set.rangestatement and proof · cited by 4,705
- Set.iUnionstatement and proof · cited by 2,483
- IsOpenstatement and proof · cited by 2,400
- Set.Finitestatement and proof · cited by 1,814
- IsCompactstatement and proof · cited by 1,282
- Set.mem_range_selfproof · cited by 328
- TopologicalSpace.IsTopologicalBasisstatement and proof · cited by 126
- isOpen_biUnionproof · cited by 35
- TopologicalSpace.IsTopologicalBasis.isOpenproof · cited by 31
- Set.Finite.isCompact_biUnionproof · cited by 11
Cited by4
Results whose statement or proof uses this declaration.
- PrimeSpectrum.isCompact_isOpen_iffproof · cited by 2
- TopologicalSpace.Opens.IsBasis.isCompact_open_iff_eq_finite_iUnionproof · cited by 2
- Topology.IsConstructible.induction_of_isTopologicalBasisproof · cited by 1
- QuasiSeparatedSpace.of_isTopologicalBasisproof · cited by 0