Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Bicategory.leftUnitor

{B : Type u} →
  [self : CategoryTheory.Bicategory B] →
    {a b : B} → (f : a ⟶ b) → CategoryTheory.CategoryStruct.comp (CategoryTheory.CategoryStruct.id a) f ≅ f

The left unitor: 𝟙 a ≫ f ≅ f

Defined in
Mathlib.CategoryTheory.Bicategory.Basic
Cited by
309 results in Mathlib
Foundations
Depth 3 from the axioms, rests on 12 definitions · uses no axioms
Assumes
CategoryTheory.Bicategory

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites5

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by423

Results whose statement or proof uses this declaration.