Mathlib Map

Theorems · Definition · category theory

CategoryTheory.sheafifyLift

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    (J : CategoryTheory.GrothendieckTopology C) →
      {D : Type u_1} →
        [inst_1 : CategoryTheory.Category.{v_1, u_1} D] →
          [inst_2 : CategoryTheory.HasWeakSheafify J D] →
            {P Q : CategoryTheory.Functor Cᵒᵖ D} →
              (P ⟶ Q) → CategoryTheory.Presheaf.IsSheaf J Q → (CategoryTheory.sheafify J P ⟶ Q)

Given a sheaf Q and a morphism P ⟶ Q, construct a morphism from sheafify J P to Q.

Defined in
Mathlib.CategoryTheory.Sites.Sheafification
Cited by
18 results in Mathlib
Foundations
Depth 39 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.HasWeakSheafify

Around this declaration

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

CategoryTheory.sheafifyLift_unique · cited by 5CategoryTheory.sheafifyLi…CategoryTheory.sheafifyMap_sheafifyLift · cited by 4CategoryTheory.sheafifyMa…CategoryTheory.toSheafify_sheafifyLift · cited by 4CategoryTheory.toSheafify…CategoryTheory.sheafificationAdjunction_counit_app_val · cited by 4CategoryTheory.sheafifica…CategoryTheory.sheafifyLift.congr_simp · cited by 3sheafifyLift.congr_simpCategoryTheory.Functor.pushforwardContinuousSheafificationCompatibility_hom_app_hom · cited by 1Functor.pushforwardContin…CategoryTheory.sheafifyLift_id_toSheafify · cited by 1CategoryTheory.sheafifyLi…CategoryTheory.sheafifyLift_id_toSheafify_assoc · cited by 1CategoryTheory.sheafifyLi…CategoryTheory.sheafify_hom_ext · cited by 1CategoryTheory.sheafify_h…CategoryTheory.toSheafify_sheafifyLift_assoc · cited by 1CategoryTheory.toSheafify…CategoryTheory.constantSheafAdj_counit_w · cited by 1CategoryTheory.constantSh…CategoryTheory.isoSheafify_inv · cited by 1CategoryTheory.isoSheafif…CategoryTheory.Sheaf.adjunction_counit_app_hom · cited by 1Sheaf.adjunction_counit_a…CategoryTheory.sheafificationNatIso_inv_app_hom · cited by 0CategoryTheory.sheafifica…CategoryTheory.sheafifyLift_comp · cited by 0CategoryTheory.sheafifyLi…DFunLike.coe · cited by 62936DFunLike.coeCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorOpposite · cited by 8081OppositeEquiv.symm · cited by 3681Equiv.symmCategoryTheory.GrothendieckTopology · cited by 1415CategoryTheory.Grothendie…CategoryTheory.Presheaf.IsSheaf · cited by 991Presheaf.IsSheafCategoryTheory.InducedCategory.Hom.hom · cited by 850Hom.homCategoryTheory.HasWeakSheafify · cited by 221CategoryTheory.HasWeakShe…CategoryTheory.Adjunction.homEquiv · cited by 202Adjunction.homEquivCategoryTheory.sheafify · cited by 44CategoryTheory.sheafifyCategoryTheory.sheafificationAdjunction · cited by 30CategoryTheory.sheafifica…CategoryTheory.sheafifyLiftCITED BYCITES

Cites13

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

Cited by18

Results whose statement or proof uses this declaration.