Theorems · Theorem · category theory
CategoryTheory.Bifunctor.map_comp_id
∀ {C : Type u₁} {D : Type u₂} {E : Type u₃} [inst : CategoryTheory.Category.{v₁, u₁} C]
[inst_1 : CategoryTheory.Category.{v₂, u₂} D] [inst_2 : CategoryTheory.Category.{v₃, u₃} E]
(F : CategoryTheory.Functor (C × D) E) (X Y Z : C) (W : D) (f : X ⟶ Y) (g : Y ⟶ Z),
F.map (CategoryTheory.Prod.mkHom (CategoryTheory.CategoryStruct.comp f g) (CategoryTheory.CategoryStruct.id W)) =
CategoryTheory.CategoryStruct.comp (F.map (CategoryTheory.Prod.mkHom f (CategoryTheory.CategoryStruct.id W)))
(F.map (CategoryTheory.Prod.mkHom g (CategoryTheory.CategoryStruct.id W)))- Cited by
- 0 results in Mathlib
- Foundations
- Depth 11 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.CategoryStruct.idstatement and proof · cited by 6,235
- CategoryTheory.Category.comp_idproof · cited by 2,119
- CategoryTheory.Functor.map_compproof · cited by 734
- CategoryTheory.Prod.mkHomstatement and proof · cited by 108
- CategoryTheory.prod_compproof · cited by 5
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.