Theorems · Theorem · category theory
CategoryTheory.prod_comp
∀ {C : Type u₁} [inst : CategoryTheory.CategoryStruct.{v₁, u₁} C] {D : Type u₂}
[inst_1 : CategoryTheory.CategoryStruct.{v₂, u₂} D] {P Q R : C} {S T U : D} (f : (P, S) ⟶ (Q, T))
(g : (Q, T) ⟶ (R, U)),
CategoryTheory.CategoryStruct.comp f g =
CategoryTheory.Prod.mkHom (CategoryTheory.CategoryStruct.comp f.1 g.1) (CategoryTheory.CategoryStruct.comp f.2 g.2)- Defined in
- Mathlib.CategoryTheory.Products.Basic
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 5 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement · cited by 17,999
- CategoryTheory.CategoryStructstatement and proof · cited by 343
- CategoryTheory.Prod.mkHomstatement · cited by 108
Cited by5
Results whose statement or proof uses this declaration.
- CategoryTheory.Bifunctor.map_id_compproof · cited by 1
- CategoryTheory.Bifunctor.diagonal'proof · cited by 1
- CategoryTheory.Limits.colimitLimitToLimitColimit_surjectiveproof · cited by 0
- CategoryTheory.Bifunctor.diagonalproof · cited by 0
- CategoryTheory.Bifunctor.map_comp_idproof · cited by 0