Mathlib Map

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 i

In 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
Assumes
TopologicalSpaceSecondCountableTopology

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

IsOpen.exists_contDiff_support_eq · cited by 2IsOpen.exists_contDiff_su…TopologicalSpace.isOpen_biUnion_countable · cited by 2TopologicalSpace.isOpen_b…TopologicalSpace.IsTopologicalBasis.exists_countable_biUnion_of_isOpen · cited by 1IsTopologicalBasis.exists…MeasureTheory.LocallyIntegrableOn.exists_countable_integrableOn · cited by 1LocallyIntegrableOn.exist…MeasureTheory.ProbabilityMeasure.exists_lt_measure_biUnion_of_isOpen · cited by 1ProbabilityMeasure.exists…exists_closed_cover_approximatesLinearOn_of_hasFDerivWithinAt · cited by 1exists_closed_cover_appro…TopologicalSpace.countable_cover_nhds · cited by 1TopologicalSpace.countabl…ae_of_mem_of_ae_of_mem_inter_Ioo · cited by 1ae_of_mem_of_ae_of_mem_in…ae_restrict_of_ae_restrict_inter_Ioo · cited by 0ae_restrict_of_ae_restric…Set · cited by 53352SetTopologicalSpace · cited by 24529TopologicalSpaceSet.Elem · cited by 7166Set.ElemSet.ofPred · cited by 6101Set.ofPredSet.range · cited by 4705Set.rangeSet.iUnion · cited by 2483Set.iUnionIsOpen · cited by 2400IsOpenSecondCountableTopology · cited by 750SecondCountableTopologyCountable · cited by 633CountableSet.Countable · cited by 545Set.CountableLE.le.antisymm · cited by 507le.antisymmTopologicalSpace.IsTopologicalBasis.exists_subset_of_mem_open · cited by 58IsTopologicalBasis.exists…Set.Countable.mono · cited by 34Countable.monoSet.Countable.to_subtype · cited by 33Countable.to_subtypeSet.countable_range · cited by 31Set.countable_rangeTopologicalSpace.isOpen_iUnio…CITED BYCITES

Cites21

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by9

Results whose statement or proof uses this declaration.