Documentation

Mathlib.Topology.Category.TopCat.Limits.Basic

The category of topological spaces has all limits and colimits #

Further, these limits and colimits are preserved by the forgetful functor --- that is, the underlying types are just the limits in the category of types.

A choice of limit cone for a functor F : J โฅค TopCat. Generally you should just use limit.cone F, unless you need the actual definition (which is in terms of Types.limitCone).

Instances For

    The chosen cone TopCat.limitCone F for a functor F : J โฅค TopCat is a limit cone. Generally you should just use limit.isLimit F, unless you need the actual definition (which is in terms of Types.limitConeIsLimit).

    Instances For

      Given a functor F : J โฅค TopCat and a cone c : Cone (F โ‹™ forget) of the underlying functor to types, this is the type c.pt with the infimum of the induced topologies by the maps c.ฯ€.app j.

      Instances For

        Given a functor F : J โฅค TopCat and a cone c : Cone (F โ‹™ forget) of the underlying functor to types, this is a cone for F whose point is c.pt with the infimum of the induced topologies by the maps c.ฯ€.app j.

        Instances For

          Given a functor F : J โฅค TopCat and a cone c : Cone (F โ‹™ forget) of the underlying functor to types, the limit of F is c.pt equipped with the infimum of the induced topologies by the maps c.ฯ€.app j.

          Instances For

            Given a functor F : J โฅค TopCat and a cocone c : Cocone (F โ‹™ forget) of the underlying cocone of types, this is the type c.pt with the supremum of the topologies that are coinduced by the maps c.ฮน.app j.

            Instances For

              Given a functor F : J โฅค TopCat and a cocone c : Cocone (F โ‹™ forget) of the underlying cocone of types, this is a cocone for F whose point is c.pt with the supremum of the coinduced topologies by the maps c.ฮน.app j.

              Instances For

                Given a functor F : J โฅค TopCat and a cocone c : Cocone (F โ‹™ forget) of the underlying cocone of types, the colimit of F is c.pt equipped with the supremum of the coinduced topologies by the maps c.ฮน.app j.

                Instances For

                  The terminal object of Top is PUnit.

                  Instances For
                    noncomputable def TopCat.terminalIsoPUnit :
                    โŠค_ TopCat โ‰… of PUnit.{u + 1}

                    The terminal object of Top is PUnit.

                    Instances For

                      The initial object of Top is PEmpty.

                      Instances For
                        noncomputable def TopCat.initialIsoPEmpty :
                        โŠฅ_ TopCat โ‰… of PEmpty.{u + 1}

                        The initial object of Top is PEmpty.

                        Instances For