Theorems · Theorem · general topology
isLindelof_open_iff_eq_countable_iUnion_of_isTopologicalBasis
∀ {X : Type u} {ι : Type u_1} [inst : TopologicalSpace X] (b : ι → Set X),
TopologicalSpace.IsTopologicalBasis (Set.range b) →
(∀ (i : ι), IsLindelof (b i)) → ∀ (U : Set X), IsLindelof U ∧ IsOpen U ↔ ∃ s, s.Countable ∧ 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.Lindelof
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 88 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.
Cites25
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.Elemproof · cited by 7,166
- Set.imageproof · cited by 5,609
- Set.rangestatement and proof · cited by 4,705
- Set.iUnionstatement and proof · cited by 2,483
- IsOpenstatement and proof · cited by 2,400
- le_antisymmproof · cited by 2,068
- Set.Countablestatement and proof · cited by 545
- Set.mem_image_of_memproof · cited by 371
- Set.mem_range_selfproof · cited by 328
- Set.Subset.rflproof · cited by 255
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.