Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Bicategory.rightUnitor_hom_congr

∀ {B : Type u} [inst : CategoryTheory.Bicategory B] {x y : B} {f f' : x ⟶ y} (h : f = f'),
  (CategoryTheory.Bicategory.rightUnitor f).hom =
    CategoryTheory.CategoryStruct.comp
      (CategoryTheory.Bicategory.whiskerRight (CategoryTheory.eqToHom h) (CategoryTheory.CategoryStruct.id y))
      (CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.rightUnitor f').hom (CategoryTheory.eqToHom ⋯))
Defined in
Mathlib.CategoryTheory.Bicategory.EqToHom
Cited by
0 results in Mathlib
Foundations
Depth 6 from the axioms · uses propext
Assumes
CategoryTheory.Bicategory

Around this declaration

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

Cites13

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.