Theorems · Theorem · category theory
CategoryTheory.Equivalence.functor_unitIso_comp
∀ {C : Type u₁} {D : Type u₂} [inst : CategoryTheory.Category.{v₁, u₁} C] [inst_1 : CategoryTheory.Category.{v₂, u₂} D]
(self : C ≌ D) (X : C),
CategoryTheory.CategoryStruct.comp (self.functor.map (self.unitIso.hom.app X))
(self.counitIso.hom.app (self.functor.obj X)) =
CategoryTheory.CategoryStruct.id (self.functor.obj X)The triangle law for the forwards direction of an equivalence: the unit and counit compose
to the identity when whiskered along the forwards direction.
We state this as a family of equalities among morphisms instead of an equality of natural
transformations to avoid abusing defeq or inserting natural transformations like F ⟶ F𝟭.
- Defined in
- Mathlib.CategoryTheory.Equivalence
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 21 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement · cited by 32,603
- CategoryTheory.Functor.objstatement · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement · cited by 17,999
- CategoryTheory.Functorstatement · cited by 16,252
- CategoryTheory.Functor.mapstatement · cited by 8,698
- CategoryTheory.Iso.homstatement · cited by 7,684
- CategoryTheory.NatTrans.appstatement · cited by 7,406
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.CategoryStruct.idstatement · cited by 6,235
- CategoryTheory.Functor.idstatement · cited by 3,333
- CategoryTheory.Equivalence.functorstatement · cited by 1,268
Cited by3
Results whose statement or proof uses this declaration.
- CategoryTheory.Equivalence.functor_unit_compproof · cited by 6
- CategoryTheory.Equivalence.counitIso_functor_compproof · cited by 1
- CategoryTheory.shift_equiv_triangleproof · cited by 0