Documentation

Mathlib.CategoryTheory.Sums.Basic

Binary disjoint unions of categories #

We define the category instance on C ⊕ D when C and D are categories.

We define:

We further define sums of functors and natural transformations, written F.sum G and α.sum β.

@[simp]

inl_ is the functor X ↦ inl X.

Equations
Instances For
    @[simp]

    inr_ is the functor X ↦ inr X.

    Equations
    Instances For

      The functor exchanging two direct summand categories.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        swap gives an equivalence between C ⊕ D and D ⊕ C.

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For

          The sum of two functors.

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For

            The sum of two natural transformations.

            Equations
            Instances For