Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Bicategory.Adjunction.right_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.rightZigzag self.unit self.counit =
    CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.rightUnitor g).hom
      (CategoryTheory.Bicategory.leftUnitor g).inv

The composition of the unit and the counit is equal to the identity up to unitors.

Defined in
Mathlib.CategoryTheory.Bicategory.Adjunction.Basic
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.

Cited by2

Results whose statement or proof uses this declaration.