Mathlib Map

Theorems · Definition · category theory

CategoryTheory.ObjectProperty.SerreClassLocalization.whiskeringLeft

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    [inst_1 : CategoryTheory.Abelian C] →
      {D : Type u'} →
        [inst_2 : CategoryTheory.Category.{v', u'} D] →
          (L : CategoryTheory.Functor C D) →
            (P : CategoryTheory.ObjectProperty C) →
              [inst_3 : P.IsSerreClass] →
                (E : Type u'') →
                  [inst_4 : CategoryTheory.Category.{v'', u''} E] →
                    [CategoryTheory.Abelian E] →
                      [L.IsLocalization P.isoModSerre] →
                        [inst_7 : CategoryTheory.Preadditive D] →
                          [L.Additive] → CategoryTheory.Functor (D ⥤ₑ E) (C ⥤ₑ E)

When L : C ⥤ D is a localization functor with respect to a Serre class in the abelian category C, this is the functor (D ⥤ₑ E) ⥤ C ⥤ₑ E obtained by precomposition with L.

Defined in
Mathlib.CategoryTheory.Abelian.SerreClass.Localization
Cited by
2 results in Mathlib
Foundations
Depth 123 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.AbelianCategoryTheory.CategoryCategoryTheory.ObjectProperty.IsSerreClassCategoryTheory.CategoryCategoryTheory.AbelianCategoryTheory.Functor.IsLocalizationCategoryTheory.PreadditiveCategoryTheory.Functor.Additive

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.

Cited by3

Results whose statement or proof uses this declaration.