Theorems · Definition · category theory
CategoryTheory.Lax.LaxTrans.vCompNaturality
{B : Type u₁} →
[inst : CategoryTheory.Bicategory B] →
{C : Type u₂} →
[inst_1 : CategoryTheory.Bicategory C] →
{F G H : CategoryTheory.LaxFunctor B C} →
(η : CategoryTheory.Lax.LaxTrans F G) →
(θ : CategoryTheory.Lax.LaxTrans G H) →
{a b : B} →
(f : a ⟶ b) →
CategoryTheory.CategoryStruct.comp (CategoryTheory.CategoryStruct.comp (η.app a) (θ.app a))
(H.map f) ⟶
CategoryTheory.CategoryStruct.comp (F.map f)
(CategoryTheory.CategoryStruct.comp (η.app b) (θ.app b))Auxiliary definition for vComp.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 6 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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 and proof · cited by 17,999
- CategoryTheory.Iso.homproof · cited by 7,684
- CategoryTheory.Iso.invproof · cited by 6,514
- CategoryTheory.Bicategorystatement and proof · cited by 1,587
- Prefunctor.objstatement · cited by 1,241
- CategoryTheory.PrelaxFunctor.toPrelaxFunctorStructstatement and proof · cited by 1,154
- CategoryTheory.PrelaxFunctorStruct.toPrefunctorstatement and proof · cited by 1,142
- Prefunctor.mapstatement and proof · cited by 952
- CategoryTheory.Bicategory.whiskerRightproof · cited by 531
- CategoryTheory.Bicategory.whiskerLeftproof · cited by 524
- CategoryTheory.Bicategory.associatorproof · cited by 405
Cited by4
Results whose statement or proof uses this declaration.
- CategoryTheory.Lax.LaxTrans.vCompproof · cited by 5
- CategoryTheory.Lax.LaxTrans.vComp_naturality_compstatement and proof · cited by 0
- CategoryTheory.Lax.LaxTrans.vComp_naturality_idstatement and proof · cited by 0
- CategoryTheory.Lax.LaxTrans.vComp_naturality_naturalitystatement and proof · cited by 0