Documentation

Mathlib.CategoryTheory.Limits.Preorder

(Co)limits in a preorder category #

We provide basic results about (co)limits in the associated category of a preordered type.

The cone associated to a lower bound of a functor.

Instances For

    If the point of cone is a glb, the cone is a limit.

    Instances For

      The limit cone for a functor F : J ⥤ C to a preorder when pt : C is the greatest lower bound of Set.range F.obj

      Instances For

        A functor has a limit iff there exists a glb.

        The cocone associated to an upper bound of a functor.

        Instances For

          If the point of cocone is a lub, the cocone is a .colimit

          Instances For

            The colimit cocone for a functor F : J ⥤ C to a preorder when pt : C is the least upper bound of Set.range F.obj

            Instances For

              A functor has a colimit iff there exists a lub.

              @[implicit_reducible]

              A terminal object in a preorder C is top element for C.

              Instances For
                @[implicit_reducible]

                A preorder with a terminal object has a greatest element.

                Instances For

                  If C is a preorder with top, then is a terminal object.

                  Instances For
                    @[implicit_reducible]

                    An initial object in a preorder C is bottom element for C.

                    Instances For
                      @[implicit_reducible]

                      A preorder with an initial object has a least element.

                      Instances For

                        If C is a preorder with bot, then is an initial object.

                        Instances For
                          @[implicit_reducible]

                          A family of limiting binary fans on a partial order induces an inf-semilattice structure on it.

                          Instances For
                            @[implicit_reducible]

                            If a partial order has binary products, then it is an inf-semilattice

                            Instances For
                              @[implicit_reducible]

                              A family of colimiting binary cofans on a partial order induces a sup-semilattice structure on it.

                              Instances For
                                @[implicit_reducible]

                                If a partial order has binary coproducts, then it is a sup-semilattice

                                Instances For

                                  The infimum of two elements in a preordered type is a binary product in the category associated to this preorder.

                                  Instances For

                                    The supremum of two elements in a preordered type is a binary coproduct in the category associated to this preorder.

                                    Instances For