Theorems · Definition · category theory
CategoryTheory.SingleFunctors.lift
{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) → CategoryTheory.SingleFunctors C D ALet C, D and E be categories. Let A be an additive monoid.
Assume that D and E have shifts by A and that we have
a fully faithful functor G : D ⥤ A which commutes with shifts.
Given F : SingleFunctors C E A, and a family of functors
Φ a : C ⥤ D with isomorphisms Φ a ⋙ G ≅ F.functor a for all a : A,
this is a term in SingleFunctors C D A which is given by the functors Φ a
for all a.
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 38 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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.HasShiftstatement and proof · cited by 1,527
- CategoryTheory.Functor.Fullstatement and proof · cited by 341
- CategoryTheory.Functor.Faithfulstatement and proof · cited by 313
- CategoryTheory.Functor.CommShiftstatement and proof · cited by 249
- CategoryTheory.SingleFunctorsstatement and proof · cited by 65
- CategoryTheory.SingleFunctors.functorstatement and proof · cited by 64
- CategoryTheory.SingleFunctors.lift.shiftIsoproof · cited by 1
Cited by8
Results whose statement or proof uses this declaration.
- CategoryTheory.SingleFunctors.liftPostcompIsostatement · cited by 2
- CategoryTheory.SingleFunctors.map_lift_shiftIso_hom_appstatement · cited by 1
- DerivedCategory.Plus.singleFunctorsproof · cited by 0
- HomotopyCategory.Plus.singleFunctorsproof · cited by 0
- CategoryTheory.SingleFunctors.liftPostcompIso_hom_homstatement · cited by 0
- CategoryTheory.SingleFunctors.liftPostcompIso_inv_homstatement · cited by 0
- CategoryTheory.SingleFunctors.lift_functorstatement and proof · cited by 0
- CategoryTheory.SingleFunctors.map_lift_shiftIso_hom_app_assocstatement and proof · cited by 0