category_theory.prod

prod C D gives the cartesian product of two categories.

category_theory.uniform_prod

prod.category.uniform C D is an additional instance specialised so both factors have the same universe levels. This helps typeclass resolution.

category_theory.prod.inl

inl C Z is the functor X ↦ (X, Z).

category_theory.prod.inr

inr D Z is the functor X ↦ (Z, X).

category_theory.prod.fst

fst is the functor (X, Y) ↦ X.

category_theory.prod.snd

snd is the functor (X, Y) ↦ Y.

category_theory.functor.prod

The cartesian product of two functors.

category_theory.nat_trans.prod

The cartesian product of two natural transformations.