Mathlib Map

Theorems · Definition · category theory

CategoryTheory.SingleFunctors.lift.shiftIso

{C : Type u_1} →
  {D : Type u_2} →
    {E : Type u_3} →
      [inst : CategoryTheory.Category.{u_5, u_1} C] →
        [inst_1 : CategoryTheory.Category.{u_6, u_2} D] →
          [inst_2 : CategoryTheory.Category.{u_7, u_3} E] →
            {A : Type u_4} →
              [inst_3 : AddMonoid A] →
                [inst_4 : CategoryTheory.HasShift D A] →
                  [inst_5 : CategoryTheory.HasShift E A] →
                    {F : CategoryTheory.SingleFunctors C E A} →
                      {G : CategoryTheory.Functor D E} →
                        [G.CommShift A] →
                          [G.Full] →
                            [G.Faithful] →
                              {Φ : A → CategoryTheory.Functor C D} →
                                ((a : A) → (Φ a).comp G ≅ F.functor a) →
                                  (n a a' : A) → n + a = a' → ((Φ a').comp (CategoryTheory.shiftFunctor D n) ≅ Φ a)

Auxiliary definition for SingleFunctors.lift.

Defined in
Mathlib.CategoryTheory.Shift.SingleFunctorsLift
Cited by
1 results in Mathlib
Foundations
Depth 30 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryAddMonoidCategoryTheory.HasShiftCategoryTheory.HasShiftCategoryTheory.Functor.CommShiftCategoryTheory.Functor.FullCategoryTheory.Functor.Faithful

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites22

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by2

Results whose statement or proof uses this declaration.