Mathlib Map

Theorems · Definition · category theory

CategoryTheory.GrothendieckTopology.Point.skyscraperSheafFunctorCompSheafPushforwardContinuous

{C : Type u_1} →
  {D : Type u_2} →
    [inst : CategoryTheory.Category.{v_1, u_1} C] →
      [inst_1 : CategoryTheory.Category.{v_2, u_2} D] →
        {K : CategoryTheory.GrothendieckTopology D} →
          (Φ : K.Point) →
            (F : CategoryTheory.Functor C D) →
              [inst_2 : CategoryTheory.RepresentablyFlat F] →
                {J : CategoryTheory.GrothendieckTopology C} →
                  (hF : CategoryTheory.CoverPreserving J K F) →
                    [inst_3 : CategoryTheory.InitiallySmall (F.comp Φ.fiber).Elements] →
                      (A : Type u_3) →
                        [inst_4 : CategoryTheory.Category.{v, u_3} A] →
                          [inst_5 : CategoryTheory.Limits.HasProducts A] →
                            [inst_6 : F.IsContinuous J K] →
                              Φ.skyscraperSheafFunctor.comp (F.sheafPushforwardContinuous A J K) ≅
                                (Φ.comap F hF).skyscraperSheafFunctor

Given a continuous functor F : C ⥤ D between sites (C, J) and (D, K), and a point Φ of (D, K), this is the isomorphism between Φ.skyscraperSheafFunctor ⋙ F.sheafPushforwardContinuous A J K and (Φ.comap F hF).skyscraperSheafFunctor.

Defined in
Mathlib.CategoryTheory.Sites.Point.Comap
Cited by
2 results in Mathlib
Foundations
Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.RepresentablyFlatCategoryTheory.InitiallySmallCategoryTheory.CategoryCategoryTheory.Limits.HasProductsCategoryTheory.Functor.IsContinuous

Around this declaration

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

Cites20

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

Cited by3

Results whose statement or proof uses this declaration.