Theorems · Theorem · general topology
TopologicalSpace.isOpen_iUnion_countable
∀ {α : Type u} [t : TopologicalSpace α] [SecondCountableTopology α] {ι : Type u_1} (s : ι → Set α),
(∀ (i : ι), IsOpen (s i)) → ∃ T, T.Countable ∧ ⋃ i ∈ T, s i = ⋃ i, s iIn a second-countable space, an open set, given as a union of open sets,
is equal to the union of countably many of those sets.
In particular, any open covering of α has a countable subcover: α is a Lindelöf space.
- Defined in
- Mathlib.Topology.Bases
- Cited by
- 9 results in Mathlib
- Foundations
- Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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.ofPredproof · cited by 6,101
- Set.rangeproof · cited by 4,705
- Set.iUnionstatement and proof · cited by 2,483
- IsOpenstatement and proof · cited by 2,400
- SecondCountableTopologystatement and proof · cited by 750
- Countableproof · cited by 633
- Set.Countablestatement · cited by 545
- LE.le.antisymmproof · cited by 507
- TopologicalSpace.IsTopologicalBasis.exists_subset_of_mem_openproof · cited by 58
Cited by9
Results whose statement or proof uses this declaration.
- IsOpen.exists_contDiff_support_eqproof · cited by 2
- TopologicalSpace.isOpen_biUnion_countableproof · cited by 2
- TopologicalSpace.IsTopologicalBasis.exists_countable_biUnion_of_isOpenproof · cited by 1
- MeasureTheory.LocallyIntegrableOn.exists_countable_integrableOnproof · cited by 1
- MeasureTheory.ProbabilityMeasure.exists_lt_measure_biUnion_of_isOpenproof · cited by 1
- exists_closed_cover_approximatesLinearOn_of_hasFDerivWithinAtproof · cited by 1
- TopologicalSpace.countable_cover_nhdsproof · cited by 1
- ae_of_mem_of_ae_of_mem_inter_Iooproof · cited by 1
- ae_restrict_of_ae_restrict_inter_Iooproof · cited by 0