Documentation

Mathlib.CategoryTheory.Countable

Countable categories #

A category is countable in this sense if it has countably many objects and countably many morphisms.

A category with countably many objects and morphisms.

Instances
    @[reducible, inline]

    A countable category α is equivalent to a category with objects in Type.

    Equations
      Instances For

        The constructed category is indeed equivalent to α.

        Equations
          Instances For

            A countable category α is equivalent to a small category with objects in Type.

            Equations
              Instances For

                The constructed category is indeed equivalent to α.

                Equations
                  Instances For

                    The opposite of a countable category is countable.

                    Applying ULift to morphisms and objects of a category preserves countability.