Theorems · Theorem · category theory
CategoryTheory.Functor.inv_whiskerLeft
∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {D : Type u₂} [inst_1 : CategoryTheory.Category.{v₂, u₂} D]
{E : Type u₃} [inst_2 : CategoryTheory.Category.{v₃, u₃} E] (F : CategoryTheory.Functor C D)
{G H : CategoryTheory.Functor D E} (α : G ⟶ H) [inst_3 : CategoryTheory.IsIso α],
CategoryTheory.inv (F.whiskerLeft α) = F.whiskerLeft (CategoryTheory.inv α)- Defined in
- Mathlib.CategoryTheory.Whiskering
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 29 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.CategoryStruct.idproof · cited by 6,235
- CategoryTheory.IsIsostatement and proof · cited by 1,156
- CategoryTheory.Functor.whiskerLeftstatement and proof · cited by 496
- CategoryTheory.invstatement · cited by 467
- CategoryTheory.IsIso.inv_hom_idproof · cited by 88
- CategoryTheory.IsIso.eq_inv_of_inv_hom_idproof · cited by 10
Cited by3
Results whose statement or proof uses this declaration.
- CategoryTheory.Adjunction.Triple.rightToLeft_eq_counitsproof · cited by 2
- CategoryTheory.Adjunction.Triple.rightToLeft_eq_unitsproof · cited by 1
- CategoryTheory.Adjunction.Triple.op_rightToLeftproof · cited by 1