Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.pushforwardContinuousSheafificationCompatibility

{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] →
        (G : CategoryTheory.Functor C D) →
          (A : Type w) →
            [inst_2 : CategoryTheory.Category.{w', w} A] →
              (J : CategoryTheory.GrothendieckTopology C) →
                (K : CategoryTheory.GrothendieckTopology D) →
                  [G.IsCocontinuous J K] →
                    [∀ (F : CategoryTheory.Functor Cᵒᵖ A), G.op.HasPointwiseRightKanExtension F] →
                      [inst_5 : G.IsContinuous J K] →
                        [inst_6 : CategoryTheory.HasWeakSheafify J A] →
                          [inst_7 : CategoryTheory.HasWeakSheafify K A] →
                            ((CategoryTheory.Functor.whiskeringLeft Cᵒᵖ Dᵒᵖ A).obj G.op).comp
                                (CategoryTheory.presheafToSheaf J A) ≅
                              (CategoryTheory.presheafToSheaf K A).comp (G.sheafPushforwardContinuous A J K)

The natural isomorphism exhibiting compatibility between pushforward and sheafification.

Defined in
Mathlib.CategoryTheory.Sites.CoverLifting
Cited by
3 results in Mathlib
Foundations
Depth 73 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.IsCocontinuousCategoryTheory.Functor.HasPointwiseRightKanExtensionCategoryTheory.Functor.IsContinuousCategoryTheory.HasWeakSheafifyCategoryTheory.HasWeakSheafify

Around this declaration

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

Cites22

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.