Mathlib Map

Theorems · Definition · category theory

SheafOfModules.PullbackConstruction.adjunction

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {D : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        {J : CategoryTheory.GrothendieckTopology C} →
          {K : CategoryTheory.GrothendieckTopology D} →
            {F : CategoryTheory.Functor C D} →
              {S : CategoryTheory.Sheaf J RingCat} →
                {R : CategoryTheory.Sheaf K RingCat} →
                  [inst_2 : F.IsContinuous J K] →
                    (φ : S ⟶ (F.sheafPushforwardContinuous RingCat J K).obj R) →
                      [inst_3 : (PresheafOfModules.pushforward φ.hom).IsRightAdjoint] →
                        [inst_4 : CategoryTheory.HasWeakSheafify K AddCommGrpCat] →
                          [inst_5 : K.WEqualsLocallyBijective AddCommGrpCat] →
                            (SheafOfModules.forget S).comp
                                ((PresheafOfModules.pullback φ.hom).comp
                                  (PresheafOfModules.sheafification (CategoryTheory.CategoryStruct.id R.obj))) ⊣
                              SheafOfModules.pushforward φ

Construction of a left adjoint to the functor pushforward.{v} φ by using the pullback of presheaves of modules and the sheafification.

Defined in
Mathlib.Algebra.Category.ModuleCat.Sheaf.PullbackContinuous
Cited by
0 results in Mathlib
Foundations
Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.IsContinuousCategoryTheory.Functor.IsRightAdjointCategoryTheory.HasWeakSheafifyCategoryTheory.GrothendieckTopology.WEqualsLocallyBijective

Around this declaration

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

Cites42

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

Cited by1

Results whose statement or proof uses this declaration.