Theorems · Definition · category theory
CategoryTheory.Adjunction.CoreHomEquiv.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} →
CategoryTheory.Adjunction.CoreHomEquiv F G → (X : C) → (Y : D) → (F.obj X ⟶ Y) ≃ (X ⟶ G.obj Y)The equivalence between Hom (F X) Y and Hom X (G Y)
- Defined in
- Mathlib.CategoryTheory.Adjunction.Basic
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 3 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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.Functorstatement and proof · cited by 16,252
- Equivstatement · cited by 8,337
- CategoryTheory.Adjunction.CoreHomEquivstatement and proof · cited by 11
Cited by9
Results whose statement or proof uses this declaration.
- CategoryTheory.Adjunction.mkOfHomEquiv_homEquivstatement and proof · cited by 14
- CategoryTheory.Adjunction.mkOfHomEquivproof · cited by 4
- CategoryTheory.Adjunction.CoreHomEquiv.homEquiv_naturality_rightstatement · cited by 2
- CategoryTheory.Adjunction.CoreHomEquiv.homEquiv_naturality_left_symmstatement · cited by 1
- CategoryTheory.Adjunction.CoreHomEquiv.homEquiv_naturality_leftstatement and proof · cited by 0
- CategoryTheory.Adjunction.CoreHomEquiv.homEquiv_naturality_right_symmstatement and proof · cited by 0
- CategoryTheory.Adjunction.mkOfHomEquiv_counit_appstatement · cited by 0
- CategoryTheory.Adjunction.mkOfHomEquiv_unit_appstatement · cited by 0
- CategoryTheory.Over.coreHomEquivToOverSections_homEquivstatement and proof · cited by 0