Mathlib Map

Theorems · Definition · category theory

SheafOfModules.pushforwardNatTrans

{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 α RingCat J K).app S))

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

Defined in
Mathlib.Algebra.Category.ModuleCat.Sheaf.PushforwardContinuous
Cited by
8 results in Mathlib
Foundations
Depth 75 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.

SheafOfModules.pushforwardNatIso · cited by 2SheafOfModules.pushforwar…SheafOfModules.pushforwardPushforwardAdj · cited by 2SheafOfModules.pushforwar…SheafOfModules.pushforwardCongr₂_hom_app_val_app_hom_apply · cited by 0SheafOfModules.pushforwar…SheafOfModules.pushforwardCongr₂_inv_app_val_app_hom_apply · cited by 0SheafOfModules.pushforwar…SheafOfModules.pushforwardNatIso_hom · cited by 0SheafOfModules.pushforwar…SheafOfModules.pushforwardNatIso_inv · cited by 0SheafOfModules.pushforwar…SheafOfModules.pushforwardNatTrans_app_val_app · cited by 0SheafOfModules.pushforwar…SheafOfModules.pushforwardNatTrans_app_val_app_apply · cited by 0SheafOfModules.pushforwar…SheafOfModules.pushforwardNatTrans_comp · cited by 0SheafOfModules.pushforwar…SheafOfModules.pushforwardNatTrans_id · cited by 0SheafOfModules.pushforwar…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.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapOpposite · cited by 8081OppositeCategoryTheory.NatTrans.app · cited by 7406NatTrans.appOpposite.unop · cited by 2231Opposite.unopQuiver.Hom.op · cited by 1948Hom.opCategoryTheory.GrothendieckTopology · cited by 1415CategoryTheory.Grothendie…CategoryTheory.Presheaf.IsSheaf · cited by 991Presheaf.IsSheafCategoryTheory.InducedCategory.Hom.hom · cited by 850Hom.homCategoryTheory.Sheaf · cited by 763CategoryTheory.SheafRingCat · cited by 473RingCatSheafOfModules.pushforwardNat…CITED BYCITES

Cites24

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

Cited by10

Results whose statement or proof uses this declaration.