Theorems · Theorem · category theory
CategoryTheory.CommaMorphism.w_assoc
∀ {A : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} A] {B : Type u₂} [inst_1 : CategoryTheory.Category.{v₂, u₂} B]
{T : Type u₃} [inst_2 : CategoryTheory.Category.{v₃, u₃} T] {L : CategoryTheory.Functor A T}
{R : CategoryTheory.Functor B T} {X Y : CategoryTheory.Comma L R} (self : CategoryTheory.CommaMorphism X Y) {Z : T}
(h : R.obj Y.right ⟶ Z),
CategoryTheory.CategoryStruct.comp (L.map self.left) (CategoryTheory.CategoryStruct.comp Y.hom h) =
CategoryTheory.CategoryStruct.comp X.hom (CategoryTheory.CategoryStruct.comp (R.map self.right) h)- Defined in
- Mathlib.CategoryTheory.Comma.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 6 from the axioms · uses Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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 · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.Comma.leftstatement · cited by 886
- CategoryTheory.Comma.rightstatement and proof · cited by 727
- CategoryTheory.Commastatement and proof · cited by 566
- CategoryTheory.CommaMorphism.leftstatement and proof · cited by 526
- CategoryTheory.Comma.homstatement and proof · cited by 490
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Comma.left_hom_inv_rightproof · cited by 0