Theorems · Definition · category theory
CategoryTheory.Functor.FullyFaithful.hasShift.add
{C : Type u} →
{A : Type u_1} →
[inst : CategoryTheory.Category.{v, u} C] →
{D : Type u_2} →
[inst_1 : CategoryTheory.Category.{v_1, u_2} D] →
[inst_2 : AddMonoid A] →
[inst_3 : CategoryTheory.HasShift D A] →
{F : CategoryTheory.Functor C D} →
F.FullyFaithful →
(s : A → CategoryTheory.Functor C C) →
((i : A) → (s i).comp F ≅ F.comp (CategoryTheory.shiftFunctor D i)) →
(a b : A) → s (a + b) ≅ (s a).comp (s b)auxiliary definition for FullyFaithful.hasShift
- Defined in
- Mathlib.CategoryTheory.Shift.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 33 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.Isostatement and proof · cited by 3,963
- AddMonoidstatement and proof · cited by 2,864
- CategoryTheory.shiftFunctorstatement and proof · cited by 1,553
- CategoryTheory.HasShiftstatement and proof · cited by 1,527
- CategoryTheory.Iso.symmproof · cited by 993
- CategoryTheory.Iso.transproof · cited by 566
- CategoryTheory.Functor.associatorproof · cited by 276
- CategoryTheory.Functor.isoWhiskerLeftproof · cited by 177
- CategoryTheory.Functor.isoWhiskerRightproof · cited by 147
Cited by3
Results whose statement or proof uses this declaration.
- CategoryTheory.Functor.FullyFaithful.hasShiftproof · cited by 1
- CategoryTheory.Functor.FullyFaithful.hasShift.map_add_hom_appstatement · cited by 0
- CategoryTheory.Functor.FullyFaithful.hasShift.map_add_inv_appstatement · cited by 0