Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Bicategory.inv_whiskerLeft

∀ {B : Type u} [inst : CategoryTheory.Bicategory B] {a b c : B} (f : a ⟶ b) {g h : b ⟶ c} (η : g ⟶ h)
  [inst_1 : CategoryTheory.IsIso η],
  CategoryTheory.inv (CategoryTheory.Bicategory.whiskerLeft f η) =
    CategoryTheory.Bicategory.whiskerLeft f (CategoryTheory.inv η)
Defined in
Mathlib.CategoryTheory.Bicategory.Basic
Cited by
10 results in Mathlib
Foundations
Depth 15 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.BicategoryCategoryTheory.IsIso

Around this declaration

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

CategoryTheory.Bicategory.whiskerLeft_rightUnitor_inv · cited by 7Bicategory.whiskerLeft_ri…CategoryTheory.Pseudofunctor.StrongTrans.naturality_id_hom · cited by 3StrongTrans.naturality_id…CategoryTheory.Pseudofunctor.StrongTrans.naturality_naturality_hom · cited by 3StrongTrans.naturality_na…CategoryTheory.Bicategory.pentagon_inv · cited by 3Bicategory.pentagon_invCategoryTheory.Pseudofunctor.StrongTrans.naturality_comp_hom · cited by 3StrongTrans.naturality_co…CategoryTheory.Bicategory.pentagon_hom_hom_inv_hom_hom · cited by 1Bicategory.pentagon_hom_h…CategoryTheory.Bicategory.pentagon_hom_hom_inv_inv_hom · cited by 1Bicategory.pentagon_hom_h…CategoryTheory.Bicategory.pentagon_inv_hom_hom_hom_inv · cited by 1Bicategory.pentagon_inv_h…CategoryTheory.Bicategory.pentagon_inv_inv_hom_inv_inv · cited by 1Bicategory.pentagon_inv_i…CategoryTheory.Pseudofunctor.rightZigzag_map · cited by 0Pseudofunctor.rightZigzag…Quiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.CategoryStruct.id · cited by 6235CategoryStruct.idCategoryTheory.Bicategory · cited by 1587CategoryTheory.BicategoryCategoryTheory.IsIso · cited by 1156CategoryTheory.IsIsoCategoryTheory.Bicategory.whiskerLeft · cited by 524Bicategory.whiskerLeftCategoryTheory.inv · cited by 467CategoryTheory.invCategoryTheory.IsIso.hom_inv_id · cited by 97IsIso.hom_inv_idCategoryTheory.IsIso.inv_eq_of_hom_inv_id · cited by 24IsIso.inv_eq_of_hom_inv_idCategoryTheory.Bicategory.whiskerLeft_id · cited by 12Bicategory.whiskerLeft_idBicategory.inv_whiskerLeftCITED BYCITES

Cites10

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

Cited by10

Results whose statement or proof uses this declaration.