category_theory.sum

sum C D gives the direct sum of two categories.

category_theory.sum.inl_

inl_ is the functor X ↦ inl X.

category_theory.sum.inr_

inr_ is the functor X ↦ inr X.

category_theory.sum.swap

The functor exchanging two direct summand categories.

category_theory.sum.swap.equivalence

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

category_theory.sum.swap.symmetry

The double swap on C ⊕ D is naturally isomorphic to the identity functor.

category_theory.functor.sum

The sum of two functors.

category_theory.nat_trans.sum

The sum of two natural transformations.