Documentation

Mathlib.Condensed.TopCatAdjunction

The adjunction between condensed sets and topological spaces #

This file defines the functor condensedSetToTopCat : CondensedSet.{u} ⥤ TopCat.{u + 1} which is left adjoint to topCatToCondensedSet : TopCat.{u + 1} ⥤ CondensedSet.{u}. We prove that the counit is bijective (but not in general an isomorphism) and conclude that the right adjoint is faithful.

The counit is an isomorphism for compactly generated spaces, and we conclude that the functor topCatToCondensedSet is fully faithful when restricted to compactly generated spaces.

Let X be a condensed set. We define a topology on X(*) as the quotient topology of all the maps from compact Hausdorff S spaces to X(*), corresponding to elements of X(S). In other words, the topology coinduced by the map CondensedSet.coinducingCoprod above.

Equations
    Instances For
      @[reducible, inline]

      The object part of the functor CondensedSetTopCat

      Equations
        Instances For

          The map part of the functor CondensedSetTopCat

          Equations
            Instances For

              The counit of the adjunction condensedSetToTopCattopCatToCondensedSet

              Equations
                Instances For
                  @[simp]

                  simp-normal form of the lemma that @[simps] would generate.

                  The counit of the adjunction condensedSetToTopCattopCatToCondensedSet is always bijective, but not an isomorphism in general (the inverse isn't continuous unless X is compactly generated).

                  Equations
                    Instances For

                      The unit of the adjunction condensedSetToTopCattopCatToCondensedSet

                      Equations
                        Instances For
                          @[simp]
                          theorem CondensedSet.topCatAdjunctionUnit_val_app (X : CondensedSet) (S : CompHausᵒᵖ) (x : X.val.obj S) :
                          X.topCatAdjunctionUnit.val.app S x = { toFun := fun (s : ((CompHausLike.compHausLikeToTop fun (x : TopCat) => True).obj (Opposite.unop S))) => X.val.map (CompHausLike.const (CompHaus.of PUnit.{u + 1}) s).op x, continuous_toFun := }

                          The functor from condensed sets to topological spaces lands in compactly generated spaces.

                          Equations
                            Instances For

                              The functor from topological spaces to condensed sets restricted to compactly generated spaces.

                              Equations
                                Instances For

                                  The adjunction condensedSetToTopCattopCatToCondensedSet restricted to compactly generated spaces.

                                  Equations
                                    Instances For

                                      The counit of the adjunction condensedSetToCompactlyGeneratedcompactlyGeneratedToCondensedSet is a homeomorphism.

                                      Equations
                                        Instances For

                                          The functor from topological spaces to condensed sets restricted to compactly generated spaces is fully faithful.

                                          Equations
                                            Instances For