Theorems · Definition · category theory
CategoryTheory.Comma.mapLeftComp
{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] →
(R : CategoryTheory.Functor B T) →
{L₁ L₂ L₃ : CategoryTheory.Functor A T} →
(l : L₁ ⟶ L₂) →
(l' : L₂ ⟶ L₃) →
CategoryTheory.Comma.mapLeft R (CategoryTheory.CategoryStruct.comp l l') ≅
(CategoryTheory.Comma.mapLeft R l').comp (CategoryTheory.Comma.mapLeft R l)The functor Comma L₁ R ⥤ Comma L₃ R induced by the composition of two natural transformations
l : L₁ ⟶ L₂ and l' : L₂ ⟶ L₃ is naturally isomorphic to the composition of the two functors
induced by these natural transformations.
- Defined in
- Mathlib.CategoryTheory.Comma.Basic
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 26 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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.objproof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.Isostatement · cited by 3,963
- CategoryTheory.Comma.leftproof · cited by 886
- CategoryTheory.Comma.rightproof · cited by 727
- CategoryTheory.Iso.reflproof · cited by 727
- CategoryTheory.Commastatement and proof · cited by 566
- CategoryTheory.NatIso.ofComponentsproof · cited by 178
Cited by5
Results whose statement or proof uses this declaration.
- CategoryTheory.Comma.mapLeftIsoproof · cited by 18
- CategoryTheory.Comma.mapLeftComp_hom_app_leftstatement and proof · cited by 0
- CategoryTheory.Comma.mapLeftComp_hom_app_rightstatement and proof · cited by 0
- CategoryTheory.Comma.mapLeftComp_inv_app_leftstatement and proof · cited by 0
- CategoryTheory.Comma.mapLeftComp_inv_app_rightstatement and proof · cited by 0