Theorems · Theorem · category theory
CategoryTheory.Bicategory.Adj.counit_naturality_assoc
∀ {C₁ C₂ : CategoryTheory.Bicategory.Adj CategoryTheory.Cat} (α : C₁ ⟶ C₂) {X Y : ↑C₂.obj} (f : X ⟶ Y) {Z : ↑C₂.obj}
(h : (CategoryTheory.CategoryStruct.id C₂.obj).toFunctor.obj Y ⟶ Z),
CategoryTheory.CategoryStruct.comp (α.l.toFunctor.map (α.r.toFunctor.map f))
(CategoryTheory.CategoryStruct.comp (α.adj.counit.toNatTrans.app Y) h) =
CategoryTheory.CategoryStruct.comp (α.adj.counit.toNatTrans.app X) (CategoryTheory.CategoryStruct.comp f h)- Cited by
- 0 results in Mathlib
- Foundations
- Depth 33 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement · 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.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.NatTrans.appstatement and proof · cited by 7,406
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.CategoryStruct.idstatement and proof · cited by 6,235
- CategoryTheory.Catstatement and proof · cited by 884
- CategoryTheory.Bundled.αstatement and proof · cited by 736
- CategoryTheory.Cat.Hom.toFunctorstatement and proof · cited by 531
- CategoryTheory.Cat.Hom₂.toNatTransstatement and proof · cited by 277
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.