Mathlib Map

Theorems · Theorem · general topology

TopologicalSpace.isTopologicalBasis_of_cover

∀ {α : Type u} [t : TopologicalSpace α] {ι : Sort u_2} {U : ι → Set α},
  (∀ (i : ι), IsOpen (U i)) →
    ⋃ i, U i = Set.univ →
      ∀ {b : (i : ι) → Set (Set ↑(U i))},
        (∀ (i : ι), TopologicalSpace.IsTopologicalBasis (b i)) →
          TopologicalSpace.IsTopologicalBasis (⋃ i, Set.image Subtype.val '' b i)
Defined in
Mathlib.Topology.Bases
Cited by
2 results in Mathlib
Foundations
Depth 74 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.

Cites19

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

Cited by2

Results whose statement or proof uses this declaration.