Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Bicategory.triangle_assoc_comp_right_inv

∀ {B : Type u} [inst : CategoryTheory.Bicategory B] {a b c : B} (f : a ⟶ b) (g : b ⟶ c),
  CategoryTheory.CategoryStruct.comp
      (CategoryTheory.Bicategory.whiskerRight (CategoryTheory.Bicategory.rightUnitor f).inv g)
      (CategoryTheory.Bicategory.associator f (CategoryTheory.CategoryStruct.id b) g).hom =
    CategoryTheory.Bicategory.whiskerLeft f (CategoryTheory.Bicategory.leftUnitor g).inv
Defined in
Mathlib.CategoryTheory.Bicategory.Basic
Cited by
2 results in Mathlib
Foundations
Depth 12 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.

Cites16

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.