Mathlib Map

Theorems · Definition · category theory

SheafOfModules.pullbackPushforwardAdjunction

{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 : (SheafOfModules.pushforward φ).IsRightAdjoint] →
                        SheafOfModules.pullback φ ⊣ SheafOfModules.pushforward φ

Given a continuous functor between sites F, and a morphism of sheaves of rings S ⟶ (F.sheafPushforwardContinuous RingCat.{u} J K).obj R, this is the adjunction between the corresponding pullback and pushforward functors on the categories of sheaves of modules.

Defined in
Mathlib.Algebra.Category.ModuleCat.Sheaf.PullbackContinuous
Cited by
7 results in Mathlib
Foundations
Depth 74 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.pullbackPushforwardAdjunction · cited by 11Modules.pullbackPushforwa…SheafOfModules.pullbackObjUnitToUnit · cited by 5SheafOfModules.pullbackOb…SheafOfModules.pullbackComp · cited by 4SheafOfModules.pullbackCo…SheafOfModules.pullbackId · cited by 3SheafOfModules.pullbackIdSheafOfModules.conjugateEquiv_pullbackId_hom · cited by 1SheafOfModules.conjugateE…SheafOfModules.conjugateEquiv_pullbackComp_inv · cited by 1SheafOfModules.conjugateE…SheafOfModules.pullback_assoc · cited by 1SheafOfModules.pullback_a…SheafOfModules.pullback_comp_id · cited by 1SheafOfModules.pullback_c…SheafOfModules.pullback_id_comp · cited by 1SheafOfModules.pullback_i…SheafOfModules.pullbackIso · cited by 0SheafOfModules.pullbackIsoSheafOfModules.sheafificationCompPullback · cited by 0SheafOfModules.sheafifica…SheafOfModules.pullbackPushforwardAdjunction_homEquiv_pullbackObjUnitToUnit · cited by 0SheafOfModules.pullbackPu…SheafOfModules.pullbackPushforwardAdjunction_homEquiv_symm_unitToPushforwardObjUnit · cited by 0SheafOfModules.pullbackPu…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.SheafCategoryTheory.Adjunction · cited by 524CategoryTheory.AdjunctionRingCat · 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.pushforwardSheafOfModules.pullbackPushfo…CITED BYCITES

Cites17

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

Cited by13

Results whose statement or proof uses this declaration.