Mathlib Map

Theorems · Definition · category theory

SheafOfModules.pullbackObjUnitToUnit

{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 φ).obj (SheafOfModules.unit S) ⟶ SheafOfModules.unit R

The canonical morphism (pullback.{u} φ).obj (unit S) ⟶ unit R of sheaves of modules corresponding to a continuous map between ringed sites.

Defined in
Mathlib.Algebra.Category.ModuleCat.Sheaf.PullbackFree
Cited by
5 results in Mathlib
Foundations
Depth 76 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.

SheafOfModules.pullbackObjFreeIso · cited by 5SheafOfModules.pullbackOb…SheafOfModules.pullback_map_ιFree_comp_pullbackObjFreeIso_hom · cited by 2SheafOfModules.pullback_m…SheafOfModules.pullbackObjFreeIso_hom_naturality · cited by 1SheafOfModules.pullbackOb…SheafOfModules.pullback_map_ιFree_comp_pullbackObjFreeIso_hom_assoc · cited by 1SheafOfModules.pullback_m…SheafOfModules.pullbackPushforwardAdjunction_homEquiv_pullbackObjUnitToUnit · cited by 0SheafOfModules.pullbackPu…SheafOfModules.pullbackPushforwardAdjunction_homEquiv_symm_unitToPushforwardObjUnit · cited by 0SheafOfModules.pullbackPu…DFunLike.coe · cited by 62936DFunLike.coeCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorOpposite · cited by 8081OppositeEquiv.symm · cited by 3681Equiv.symmCategoryTheory.GrothendieckTopology · cited by 1415CategoryTheory.Grothendie…CategoryTheory.Presheaf.IsSheaf · cited by 991Presheaf.IsSheafCategoryTheory.Sheaf · cited by 763CategoryTheory.SheafRingCat · cited by 473RingCatCategoryTheory.Adjunction.homEquiv · cited by 202Adjunction.homEquivSheafOfModules · cited by 188SheafOfModulesCategoryTheory.Functor.sheafPushforwardContinuous · cited by 102Functor.sheafPushforwardC…CategoryTheory.Functor.IsContinuous · cited by 100Functor.IsContinuousSheafOfModules.pullbackObjUni…CITED BYCITES

Cites21

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

Cited by6

Results whose statement or proof uses this declaration.