Documentation

Mathlib.Condensed.TopComparison

The functor from topological spaces to condensed sets #

This file builds on the API from the file TopCat.Yoneda. If the forgetful functor to TopCat has nice properties, like preserving pullbacks and finite coproducts, then this Yoneda presheaf satisfies the sheaf condition for the regular and extensive topologies respectively.

We apply this API to CompHaus and define the functor topCatToCondensed : TopCat.{u+1} ⥤ CondensedSet.{u}.

Projects #

theorem factorsThrough_of_pullbackCondition {C : Type u} [CategoryTheory.Category.{v, u} C] (G : CategoryTheory.Functor C TopCat) (X : Type w') [TopologicalSpace X] {Z : C} {B : C} {π : Z B} [CategoryTheory.Limits.HasPullback π π] [CategoryTheory.Limits.PreservesLimit (CategoryTheory.Limits.cospan π π) G] {a : C((G.obj Z), X)} (ha : a (G.map CategoryTheory.Limits.pullback.fst) = a (G.map CategoryTheory.Limits.pullback.snd)) :
Function.FactorsThrough a (G.map π)

An auxiliary lemma to that allows us to use QuotientMap.lift in the proof of equalizerCondition_yonedaPresheaf.

If G preserves the relevant pullbacks and every effective epi in C is a quotient map (which is the case when C is CompHaus or Profinite), then yonedaPresheaf satisfies the equalizer condition which is required to be a sheaf for the regular topology.

If G preserves finite coproducts (which is the case when C is CompHaus, Profinite or Stonean), then yonedaPresheaf preserves finite products, which is required to be a sheaf for the extensive topology.

Equations
  • One or more equations did not get rendered due to their size.
noncomputable def TopCat.toCondensed (X : TopCat) :

Associate to a (u+1)-small topological space the corresponding condensed set, given by yonedaPresheaf.

Equations
Instances For

    TopCat.toCondensed yields a functor from TopCat.{u+1} to CondensedSet.{u}.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For