Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.IsDenseSubsite.sheafifyOfIsEquivalence

{C : Type u_1} →
  [inst : CategoryTheory.Category.{v_1, u_1} C] →
    {D : Type u_2} →
      [inst_1 : CategoryTheory.Category.{v_2, u_2} D] →
        (J : CategoryTheory.GrothendieckTopology C) →
          (K : CategoryTheory.GrothendieckTopology D) →
            (G : CategoryTheory.Functor C D) →
              (A : Type u_4) →
                [inst_2 : CategoryTheory.Category.{v_4, u_4} A] →
                  [inst_3 : CategoryTheory.Functor.IsDenseSubsite J K G] →
                    [(G.sheafPushforwardContinuous A J K).IsEquivalence] →
                      [CategoryTheory.HasWeakSheafify J A] →
                        CategoryTheory.Functor (CategoryTheory.Functor Dᵒᵖ A) (CategoryTheory.Sheaf K A)

Assuming that (C, J) is a dense subsite of (D, K) (via a functor G : C ⥤ D) and sheafPushforwardContinuous G A J₀ J is an equivalence of categories this is a sheafification functor (Dᵒᵖ ⥤ A) ⥤ Sheaf K A when HasWeakSheafify J A holds.

Defined in
Mathlib.CategoryTheory.Sites.DenseSubsite.Basic
Cited by
6 results in Mathlib
Foundations
Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.IsDenseSubsiteCategoryTheory.Functor.IsEquivalenceCategoryTheory.HasWeakSheafify

Around this declaration

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

CategoryTheory.Functor.IsDenseSubsite.sheafifyHomEquivOfIsEquivalence · cited by 4IsDenseSubsite.sheafifyHo…CategoryTheory.Functor.IsDenseSubsite.sheafifyAdjunctionOfIsEquivalence · cited by 2IsDenseSubsite.sheafifyAd…CategoryTheory.Functor.IsDenseSubsite.sheafifyHomEquivOfIsEquivalence_naturality_left · cited by 1IsDenseSubsite.sheafifyHo…CategoryTheory.Functor.IsDenseSubsite.sheafifyHomEquivOfIsEquivalence_naturality_right · cited by 1IsDenseSubsite.sheafifyHo…CategoryTheory.Functor.IsDenseSubsite.sheafifyHomEquivOfIsEquivalence_naturality_left_assoc · cited by 0IsDenseSubsite.sheafifyHo…CategoryTheory.Functor.IsDenseSubsite.sheafifyHomEquivOfIsEquivalence_naturality_right_assoc · cited by 0IsDenseSubsite.sheafifyHo…CategoryTheory.Functor.IsDenseSubsite.hasSheafify_of_isEquivalence · cited by 0IsDenseSubsite.hasSheafif…CategoryTheory.Functor.IsDenseSubsite.sheafifyOfIsEquivalenceCompIso · cited by 0IsDenseSubsite.sheafifyOf…CategoryTheory.Functor.IsDenseSubsite.hasWeakSheafify_of_isEquivalence · cited by 0IsDenseSubsite.hasWeakShe…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorOpposite · cited by 8081OppositeCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.GrothendieckTopology · cited by 1415CategoryTheory.Grothendie…CategoryTheory.Functor.op · cited by 997Functor.opCategoryTheory.Presheaf.IsSheaf · cited by 991Presheaf.IsSheafCategoryTheory.Sheaf · cited by 763CategoryTheory.SheafCategoryTheory.Functor.whiskeringLeft · cited by 395Functor.whiskeringLeftCategoryTheory.HasWeakSheafify · cited by 221CategoryTheory.HasWeakShe…CategoryTheory.Functor.IsEquivalence · cited by 111Functor.IsEquivalenceCategoryTheory.Functor.sheafPushforwardContinuous · cited by 102Functor.sheafPushforwardC…CategoryTheory.Functor.IsDenseSubsite · cited by 87Functor.IsDenseSubsiteCategoryTheory.presheafToSheaf · cited by 57CategoryTheory.presheafTo…IsDenseSubsite.sheafifyOfIsEq…CITED BYCITES

Cites16

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.