Theorems · Theorem · category theory
CategoryTheory.Bicategory.Adjunction.left_triangle
∀ {B : Type u₁} [inst : CategoryTheory.Bicategory B] {a b : B} {f : a ⟶ b} {g : b ⟶ a}
(self : CategoryTheory.Bicategory.Adjunction f g),
CategoryTheory.Bicategory.leftZigzag self.unit self.counit =
CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.leftUnitor f).hom
(CategoryTheory.Bicategory.rightUnitor f).invThe composition of the unit and the counit is equal to the identity up to unitors.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 18 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CategoryTheory.Bicategory
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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 · cited by 17,999
- CategoryTheory.Iso.homstatement · cited by 7,684
- CategoryTheory.Iso.invstatement · cited by 6,514
- CategoryTheory.CategoryStruct.idstatement · cited by 6,235
- CategoryTheory.Bicategorystatement and proof · cited by 1,587
- CategoryTheory.Bicategory.leftUnitorstatement · cited by 309
- CategoryTheory.Bicategory.rightUnitorstatement · cited by 308
- CategoryTheory.Bicategory.Adjunctionstatement and proof · cited by 83
- CategoryTheory.Bicategory.Adjunction.unitstatement · cited by 48
- CategoryTheory.Bicategory.Adjunction.counitstatement · cited by 44
- CategoryTheory.Bicategory.leftZigzagstatement · cited by 15
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.Bicategory.mateEquiv_vcompproof · cited by 4
- CategoryTheory.Bicategory.Adjunction.comp_left_triangle_auxproof · cited by 0