Mathlib Map

Theorems · Definition · category theory

SheafOfModules.pushforwardNatIso

{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 G : CategoryTheory.Functor C D} →
              {T : CategoryTheory.Sheaf J RingCat} →
                {S : CategoryTheory.Sheaf K RingCat} →
                  [inst_2 : F.IsContinuous J K] →
                    [inst_3 : G.IsContinuous J K] →
                      (φ : T ⟶ (G.sheafPushforwardContinuous RingCat J K).obj S) →
                        (α : F ≅ G) →
                          SheafOfModules.pushforward φ ≅
                            SheafOfModules.pushforward
                              (CategoryTheory.CategoryStruct.comp φ
                                ((CategoryTheory.Functor.sheafPushforwardContinuousNatTrans α.hom RingCat J K).app S))

A natural isomorphism gives a natural isomorphism between the pushforward functors.

Defined in
Mathlib.Algebra.Category.ModuleCat.Sheaf.PushforwardContinuous
Cited by
2 results in Mathlib
Foundations
Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.IsContinuousCategoryTheory.Functor.IsContinuous

Around this declaration

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

AlgebraicGeometry.Scheme.Modules.restrictFunctorComp · cited by 4Modules.restrictFunctorCo…AlgebraicGeometry.Scheme.Modules.restrictFunctorCongr · cited by 3Modules.restrictFunctorCo…AlgebraicGeometry.Scheme.Modules.pushforwardCongr · cited by 2Modules.pushforwardCongrSheafOfModules.pushforwardCongr₂ · cited by 2SheafOfModules.pushforwar…SheafOfModules.pushforwardPushforwardEquivalence · cited by 2SheafOfModules.pushforwar…AlgebraicGeometry.Scheme.Modules.restrictFunctorId · cited by 2Modules.restrictFunctorIdSheafOfModules.pushforwardNatIso_hom · cited by 0SheafOfModules.pushforwar…SheafOfModules.pushforwardNatIso_inv · cited by 0SheafOfModules.pushforwar…AlgebraicGeometry.Scheme.Modules.restrictFunctorAdjCounitIso · cited by 0Modules.restrictFunctorAd…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorOpposite · cited by 8081OppositeCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.GrothendieckTopology · cited by 1415CategoryTheory.Grothendie…CategoryTheory.Presheaf.IsSheaf · cited by 991Presheaf.IsSheafCategoryTheory.Sheaf · cited by 763CategoryTheory.SheafRingCat · cited by 473RingCatSheafOfModules · cited by 188SheafOfModulesSheafOfModules.pushforwardNat…CITED BYCITES

Cites21

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

Cited by9

Results whose statement or proof uses this declaration.