Theorems · Definition · category theory
CategoryTheory.Adjunction.CoreUnitCounit.recOn
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
{D : Type u₂} →
[inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
{F : CategoryTheory.Functor C D} →
{G : CategoryTheory.Functor D C} →
{motive : CategoryTheory.Adjunction.CoreUnitCounit F G → Sort u} →
(t : CategoryTheory.Adjunction.CoreUnitCounit F G) →
((unit : CategoryTheory.Functor.id C ⟶ F.comp G) →
(counit : G.comp F ⟶ CategoryTheory.Functor.id D) →
(left_triangle :
CategoryTheory.CategoryStruct.comp (CategoryTheory.Functor.whiskerRight unit F)
(CategoryTheory.CategoryStruct.comp (F.associator G F).hom (F.whiskerLeft counit)) =
CategoryTheory.NatTrans.id ((CategoryTheory.Functor.id C).comp F)) →
(right_triangle :
CategoryTheory.CategoryStruct.comp (G.whiskerLeft unit)
(CategoryTheory.CategoryStruct.comp (G.associator F G).inv
(CategoryTheory.Functor.whiskerRight counit G)) =
CategoryTheory.NatTrans.id (G.comp (CategoryTheory.Functor.id C))) →
motive
{ unit := unit, counit := counit, left_triangle := left_triangle,
right_triangle := right_triangle }) →
motive t- Defined in
- Mathlib.CategoryTheory.Adjunction.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 26 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Iso.homstatement and proof · cited by 7,684
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.Iso.invstatement and proof · cited by 6,514
- CategoryTheory.Functor.idstatement and proof · cited by 3,333
- CategoryTheory.Functor.whiskerLeftstatement and proof · cited by 496
- CategoryTheory.Functor.whiskerRightstatement and proof · cited by 467
- CategoryTheory.Functor.associatorstatement and proof · cited by 276
- CategoryTheory.NatTrans.idstatement and proof · cited by 9
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.