Definition
- For C and D two categories, the product category C×D is the category whose
- objects are ordered pairs (c,d) with c∈Obj(C) and d∈Obj(D).
- Obj(C×D)=Obj(C)×Obj(D)
- morphisms are ordered pairs ((c→fc′),(d→gd′))
- Mor(C×D)=Mor(C)×Mor(D)
- composition of morphisms is defined componentwise by composition in C and D.