Theorems · Theorem · category theory
TopCat.isTopologicalBasis_cofiltered_limit
∀ {J : Type v} [inst : CategoryTheory.Category.{w, v} J] [CategoryTheory.IsCofiltered J]
(F : CategoryTheory.Functor J TopCat) (C : CategoryTheory.Limits.Cone F) (hC : CategoryTheory.Limits.IsLimit C)
(T : (j : J) → Set (Set ↑(F.obj j))),
(∀ (j : J), TopologicalSpace.IsTopologicalBasis (T j)) →
(∀ (i : J), Set.univ ∈ T i) →
(∀ (i : J) (U1 U2 : Set ↑(F.obj i)), U1 ∈ T i → U2 ∈ T i → U1 ∩ U2 ∈ T i) →
(∀ (i j : J) (f : i ⟶ j), ∀ V ∈ T j, ⇑(CategoryTheory.ConcreteCategory.hom (F.map f)) ⁻¹' V ∈ T i) →
TopologicalSpace.IsTopologicalBasis
{U | ∃ j, ∃ V ∈ T j, U = ⇑(CategoryTheory.ConcreteCategory.hom (C.π.app j)) ⁻¹' V}Given a compatible collection of topological bases for the factors in a cofiltered limit
which contain Set.univ and are closed under intersections, the induced naive collection
of sets in the limit is, in fact, a topological basis.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 89 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites42
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- TopologicalSpaceproof · cited by 24,529
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- Finsetproof · cited by 13,712
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.NatTrans.appstatement and proof · cited by 7,406
- Set.ofPredstatement and proof · cited by 6,101
- Set.preimagestatement and proof · cited by 4,946
Cited by1
Results whose statement or proof uses this declaration.
- Profinite.exists_isClopen_of_cofilteredproof · cited by 1