Theorems · Theorem · category theory
CategoryTheory.Lax.LaxTrans.vComp_naturality_naturality
∀ {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 g : a ⟶ b} (β : f ⟶ g),
CategoryTheory.CategoryStruct.comp (η.vCompNaturality θ f)
(CategoryTheory.Bicategory.whiskerRight (F.map₂ β) (η.vCompApp θ b)) =
CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.whiskerLeft (η.vCompApp θ a) (H.map₂ β))
(η.vCompNaturality θ g)- Cited by
- 0 results in Mathlib
- Foundations
- Depth 23 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
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.CategoryStruct.idproof · cited by 6,235
- CategoryTheory.Bicategorystatement and proof · cited by 1,587
- Prefunctor.objstatement and proof · cited by 1,241
- CategoryTheory.PrelaxFunctor.toPrelaxFunctorStructstatement and proof · cited by 1,154
- CategoryTheory.PrelaxFunctorStruct.toPrefunctorstatement and proof · cited by 1,142
- CategoryTheory.Iso.symmproof · cited by 993
- Prefunctor.mapstatement and proof · cited by 952
- CategoryTheory.Iso.reflproof · cited by 727
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Lax.LaxTrans.vCompproof · cited by 5