Theorems · Definition · category theory
CategoryTheory.Adjunction.homEquiv
{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} → (F ⊣ G) → (X : C) → (Y : D) → (F.obj X ⟶ Y) ≃ (X ⟶ G.obj Y)The hom set equivalence associated to an adjunction.
- Defined in
- Mathlib.CategoryTheory.Adjunction.Basic
- Cited by
- 202 results in Mathlib
- Foundations
- Depth 23 from the axioms, rests on 116 definitions · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compproof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapproof · cited by 8,698
- Equivstatement · cited by 8,337
- CategoryTheory.NatTrans.appproof · cited by 7,406
- CategoryTheory.Adjunctionstatement and proof · cited by 524
- CategoryTheory.Adjunction.unitproof · cited by 387
- CategoryTheory.Adjunction.counitproof · cited by 376
Cited by263
Results whose statement or proof uses this declaration.
- CategoryTheory.MonoidalClosed.uncurryproof · cited by 46
- CategoryTheory.Adjunction.homEquiv_unitstatement · cited by 44
- CategoryTheory.MonoidalClosed.curryproof · cited by 44
- CategoryTheory.Adjunction.compproof · cited by 42
- CategoryTheory.Adjunction.homEquiv_counitstatement · cited by 30
- CategoryTheory.ParametrizedAdjunction.homEquivproof · cited by 29
- CategoryTheory.Adjunction.comp_unit_appproof · cited by 25
- CategoryTheory.Adjunction.comp_counit_appproof · cited by 19
- CategoryTheory.sheafifyLiftproof · cited by 18
- CategoryTheory.MonoidalClosed.uncurry_curryproof · cited by 15
- CategoryTheory.Adjunction.homEquiv_naturality_leftstatement and proof · cited by 14
- CategoryTheory.Adjunction.mkOfHomEquiv_homEquivstatement · cited by 14
Showing the 200 most cited of 263.