Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.sheafPushforwardCocontinuousCompSheafToPresheafIso

{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) →
                  [inst_3 : G.IsCocontinuous J K] →
                    [inst_4 : ∀ (F : CategoryTheory.Functor Cᵒᵖ A), G.op.HasPointwiseRightKanExtension F] →
                      (G.sheafPushforwardCocontinuous A J K).comp (CategoryTheory.sheafToPresheaf K A) ≅
                        (CategoryTheory.sheafToPresheaf J A).comp G.op.ran

G.sheafPushforwardCocontinuous A J K : Sheaf J A ⥤ Sheaf K A is induced by the right Kan extension functor G.op.ran on presheaves.

Defined in
Mathlib.CategoryTheory.Sites.CoverLifting
Cited by
5 results in Mathlib
Foundations
Depth 56 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.IsCocontinuousCategoryTheory.Functor.HasPointwiseRightKanExtension

Around this declaration

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

CategoryTheory.Functor.sheafAdjunctionCocontinuous · cited by 7Functor.sheafAdjunctionCo…CategoryTheory.Functor.sheafAdjunctionCocontinuous_unit_app_hom · cited by 2Functor.sheafAdjunctionCo…CategoryTheory.Functor.sheafAdjunctionCocontinuous_counit_app_hom · cited by 1Functor.sheafAdjunctionCo…CategoryTheory.Functor.sheafAdjunctionCocontinuous_homEquiv_apply_hom · cited by 1Functor.sheafAdjunctionCo…CategoryTheory.Functor.sheafPushforwardCocontinuousCompSheafToPresheafIso_hom · cited by 0Functor.sheafPushforwardC…CategoryTheory.Functor.sheafPushforwardCocontinuousCompSheafToPresheafIso_inv · cited by 0Functor.sheafPushforwardC…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorOpposite · cited by 8081OppositeCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.GrothendieckTopology · cited by 1415CategoryTheory.Grothendie…CategoryTheory.Functor.op · cited by 997Functor.opCategoryTheory.Presheaf.IsSheaf · cited by 991Presheaf.IsSheafCategoryTheory.Sheaf · cited by 763CategoryTheory.SheafCategoryTheory.Iso.refl · cited by 727Iso.reflCategoryTheory.sheafToPresheaf · cited by 142CategoryTheory.sheafToPre…CategoryTheory.Functor.IsCocontinuous · cited by 55Functor.IsCocontinuousCategoryTheory.Functor.HasPointwiseRightKanExtension · cited by 34Functor.HasPointwiseRight…CategoryTheory.Functor.ran · cited by 28Functor.ranCategoryTheory.Functor.sheafPushforwardCocontinuous · cited by 9Functor.sheafPushforwardC…Functor.sheafPushforwardCocon…CITED BYCITES

Cites15

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.