Mathlib Map

Theorems · Definition · category theory

SheafOfModules.pullback

{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) →
                      [(SheafOfModules.pushforward φ).IsRightAdjoint] →
                        CategoryTheory.Functor (SheafOfModules S) (SheafOfModules R)

The pullback functor SheafOfModules S ⥤ SheafOfModules R induced by a morphism of sheaves of rings S ⟶ (F.sheafPushforwardContinuous RingCat.{u} J K).obj R, defined as the left adjoint functor to the pushforward, when it exists.

Defined in
Mathlib.Algebra.Category.ModuleCat.Sheaf.PullbackContinuous
Cited by
12 results in Mathlib
Foundations
Depth 73 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.IsContinuousCategoryTheory.Functor.IsRightAdjoint

Around this declaration

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

AlgebraicGeometry.Scheme.Modules.pullback · cited by 18Modules.pullbackSheafOfModules.pullbackPushforwardAdjunction · cited by 7SheafOfModules.pullbackPu…SheafOfModules.pullbackObjFreeIso · cited by 5SheafOfModules.pullbackOb…SheafOfModules.pullbackObjUnitToUnit · cited by 5SheafOfModules.pullbackOb…SheafOfModules.pullbackComp · cited by 4SheafOfModules.pullbackCo…SheafOfModules.pullbackId · cited by 3SheafOfModules.pullbackIdSheafOfModules.pullback_map_ιFree_comp_pullbackObjFreeIso_hom · cited by 2SheafOfModules.pullback_m…SheafOfModules.pullbackObjFreeIso_hom_naturality · cited by 1SheafOfModules.pullbackOb…SheafOfModules.pullback_assoc · cited by 1SheafOfModules.pullback_a…SheafOfModules.conjugateEquiv_pullbackComp_inv · cited by 1SheafOfModules.conjugateE…SheafOfModules.conjugateEquiv_pullbackId_hom · cited by 1SheafOfModules.conjugateE…SheafOfModules.pullback_comp_id · cited by 1SheafOfModules.pullback_c…SheafOfModules.pullback_id_comp · cited by 1SheafOfModules.pullback_i…SheafOfModules.pullback_map_ιFree_comp_pullbackObjFreeIso_hom_assoc · cited by 1SheafOfModules.pullback_m…SheafOfModules.sheafificationCompPullback · cited by 0SheafOfModules.sheafifica…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorOpposite · cited by 8081OppositeCategoryTheory.GrothendieckTopology · cited by 1415CategoryTheory.Grothendie…CategoryTheory.Presheaf.IsSheaf · cited by 991Presheaf.IsSheafCategoryTheory.Sheaf · cited by 763CategoryTheory.SheafRingCat · cited by 473RingCatSheafOfModules · cited by 188SheafOfModulesCategoryTheory.Functor.sheafPushforwardContinuous · cited by 102Functor.sheafPushforwardC…CategoryTheory.Functor.IsContinuous · cited by 100Functor.IsContinuousCategoryTheory.Functor.IsRightAdjoint · cited by 46Functor.IsRightAdjointSheafOfModules.pushforward · cited by 45SheafOfModules.pushforwardCategoryTheory.Functor.leftAdjoint · cited by 6Functor.leftAdjointSheafOfModules.pullbackCITED BYCITES

Cites15

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

Cited by21

Results whose statement or proof uses this declaration.