Theorems · Inductive type · category theory
CategoryTheory.Adjunction.CommShift
{C : Type u_1} →
{D : Type u_2} →
[inst : CategoryTheory.Category.{v_1, u_1} C] →
[inst_1 : CategoryTheory.Category.{v_2, u_2} D] →
{F : CategoryTheory.Functor C D} →
{G : CategoryTheory.Functor D C} →
(F ⊣ G) →
(A : Type u_3) →
[inst_2 : AddMonoid A] →
[inst_3 : CategoryTheory.HasShift C A] →
[inst_4 : CategoryTheory.HasShift D A] → [F.CommShift A] → [G.CommShift A] → PropThe property for CommShift structures on F and G to be compatible with an
adjunction F ⊣ G.
- Defined in
- Mathlib.CategoryTheory.Shift.Adjunction
- Cited by
- 20 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 · cited by 32,673
- CategoryTheory.Functorstatement · cited by 16,252
- AddMonoidstatement · cited by 2,864
- CategoryTheory.HasShiftstatement · cited by 1,527
- CategoryTheory.Adjunctionstatement · cited by 524
- CategoryTheory.Functor.CommShiftstatement · cited by 249
Cited by25
Results whose statement or proof uses this declaration.
- CategoryTheory.Equivalence.CommShiftproof · cited by 6
- CategoryTheory.Adjunction.isTriangulated_rightAdjointstatement and proof · cited by 3
- CategoryTheory.Adjunction.shift_counit_appstatement and proof · cited by 2
- CategoryTheory.Adjunction.unit_app_commShiftIso_hom_appstatement and proof · cited by 2
- CategoryTheory.Adjunction.commShiftIso_hom_app_counit_app_shiftstatement and proof · cited by 2
- CategoryTheory.Adjunction.CommShift.mk'statement · cited by 2
- CategoryTheory.Adjunction.isTriangulated_leftAdjointstatement and proof · cited by 1
- CategoryTheory.Adjunction.shift_unit_appstatement and proof · cited by 1
- CategoryTheory.Adjunction.shift_unit_app_assocstatement and proof · cited by 1
- CategoryTheory.Adjunction.unit_app_shift_commShiftIso_inv_appstatement and proof · cited by 1
- CategoryTheory.Adjunction.commShiftIso_inv_app_counit_appstatement and proof · cited by 1
- CategoryTheory.Adjunction.IsTriangulated.casesOnstatement and proof · cited by 0