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 topCatToCondensedSet : TopCat.{u+1} ⥤ CondensedSet.{u}.

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.
@[simp]
theorem TopCat.toSheafCompHausLike_val_map (P : TopCatProp) (X : TopCat) [CompHausLike.HasExplicitFiniteCoproducts P] [CompHausLike.HasExplicitPullbacks P] (hs : ∀ ⦃X Y : CompHausLike P⦄ (f : X Y), CategoryTheory.EffectiveEpi fFunction.Surjective f) :
∀ {X_1 Y : (CompHausLike P)ᵒᵖ} (f : X_1 Y) (g : C(((CompHausLike.compHausLikeToTop P).obj (Opposite.unop X_1)), X)), (TopCat.toSheafCompHausLike P X hs).val.map f g = g.comp f.unop

The sheaf on CompHausLike P of continuous maps to a topological space.

Equations
Instances For
    @[simp]
    theorem topCatToSheafCompHausLike_map_val_app (P : TopCatProp) [CompHausLike.HasExplicitFiniteCoproducts P] [CompHausLike.HasExplicitPullbacks P] (hs : ∀ ⦃X Y : CompHausLike P⦄ (f : X Y), CategoryTheory.EffectiveEpi fFunction.Surjective f) :
    ∀ {X Y : TopCat} (f : X Y) (x : (CompHausLike P)ᵒᵖ) (g : ((fun (X : TopCat) => TopCat.toSheafCompHausLike P X hs) X).val.obj x), ((topCatToSheafCompHausLike P hs).map f).val.app x g = ContinuousMap.comp f g

    TopCat.toSheafCompHausLike yields a functor from TopCat.{max u w} to Sheaf (coherentTopology (CompHausLike.{u} P)) (Type (max u w)).

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      @[reducible, inline]
      noncomputable abbrev TopCat.toCondensedSet (X : TopCat) :

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

      Equations
      Instances For
        @[reducible, inline]

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

        Equations
        Instances For