Theorems · Definition · category theory
CategoryTheory.Adjunction.homAddEquiv
{C : Type u₁} →
{D : Type u₂} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
[inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
[inst_2 : CategoryTheory.Preadditive C] →
[inst_3 : CategoryTheory.Preadditive D] →
{F : CategoryTheory.Functor C D} →
{G : CategoryTheory.Functor D C} →
(F ⊣ G) → [F.Additive] → (X : C) → (Y : D) → (F.obj X ⟶ Y) ≃+ (X ⟶ G.obj Y)If we have an adjunction adj : F ⊣ G of functors between preadditive categories,
and if F is additive, then the hom set equivalence upgrades to an AddEquiv.
Note that F is additive if and only if G is, by Adjunction.right_adjoint_additive and
Adjunction.left_adjoint_additive.
- Cited by
- 12 results in Mathlib
- Foundations
- Depth 28 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.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- Equivproof · cited by 8,337
- CategoryTheory.Preadditivestatement and proof · cited by 3,309
- CategoryTheory.Functor.Additivestatement and proof · cited by 1,179
- AddEquivstatement · cited by 1,087
- CategoryTheory.Adjunctionstatement and proof · cited by 524
- CategoryTheory.Adjunction.homEquivproof · cited by 202
Cited by14
Results whose statement or proof uses this declaration.
- CategoryTheory.Adjunction.compPreadditiveYonedaIsoproof · cited by 2
- CategoryTheory.Sheaf.H.equiv₀proof · cited by 2
- CategoryTheory.Sheaf.H.equiv₀_naturalityproof · cited by 0
- CategoryTheory.Adjunction.homAddEquiv_addproof · cited by 0
- CategoryTheory.Adjunction.homAddEquiv_applystatement · cited by 0
- CategoryTheory.Adjunction.homAddEquiv_negproof · cited by 0
- CategoryTheory.Adjunction.homAddEquiv_subproof · cited by 0
- CategoryTheory.Adjunction.homAddEquiv_symm_applystatement · cited by 0
- CategoryTheory.Adjunction.homAddEquiv_symm_addproof · cited by 0
- CategoryTheory.Adjunction.homAddEquiv_symm_negproof · cited by 0
- CategoryTheory.Adjunction.homAddEquiv_symm_subproof · cited by 0
- CategoryTheory.Adjunction.homAddEquiv_symm_zeroproof · cited by 0