Theorems · Definition · category theory
CategoryTheory.plusPlusAdjunction
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
(J : CategoryTheory.GrothendieckTopology C) →
(D : Type w) →
[inst_1 : CategoryTheory.Category.{w', w} D] →
{FD : D → D → Type u_1} →
{CD : D → Type t} →
[inst_2 : (X Y : D) → FunLike (FD X Y) (CD X) (CD Y)] →
[instCC : CategoryTheory.ConcreteCategory D FD] →
[inst_3 :
∀ {X : C} (S : J.Cover X),
CategoryTheory.Limits.PreservesLimitsOfShape (CategoryTheory.Limits.WalkingMulticospan S.shape)
(CategoryTheory.forget D)] →
[inst_4 :
∀ (P : CategoryTheory.Functor Cᵒᵖ D) (X : C) (S : J.Cover X),
CategoryTheory.Limits.HasMultiequalizer (S.index P)] →
[inst_5 : ∀ (X : C), CategoryTheory.Limits.HasColimitsOfShape (J.Cover X)ᵒᵖ D] →
[inst_6 :
∀ (X : C),
CategoryTheory.Limits.PreservesColimitsOfShape (J.Cover X)ᵒᵖ (CategoryTheory.forget D)] →
[inst_7 : (CategoryTheory.forget D).ReflectsIsomorphisms] →
CategoryTheory.plusPlusSheaf J D ⊣ CategoryTheory.sheafToPresheaf J DThe sheafification functor is left adjoint to the forgetful functor.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 62 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CategoryTheory.CategoryCategoryTheory.CategoryFunLikeCategoryTheory.ConcreteCategoryCategoryTheory.Limits.PreservesLimitsOfShapeCategoryTheory.Limits.HasMultiequalizerCategoryTheory.Limits.HasColimitsOfShapeCategoryTheory.Limits.PreservesColimitsOfShapeCategoryTheory.Functor.ReflectsIsomorphisms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites28
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homproof · cited by 32,603
- CategoryTheory.Functor.objproof · cited by 19,642
- CategoryTheory.CategoryStruct.compproof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- Oppositestatement and proof · cited by 8,081
- FunLikestatement and proof · cited by 2,560
- CategoryTheory.GrothendieckTopologystatement and proof · cited by 1,415
- CategoryTheory.Presheaf.IsSheafstatement · cited by 991
- CategoryTheory.InducedCategory.Hom.homproof · cited by 850
- CategoryTheory.Sheafstatement and proof · cited by 763
- CategoryTheory.Adjunctionstatement · cited by 524
Cited by3
Results whose statement or proof uses this declaration.
- CategoryTheory.toSheafify_plusPlusIsoSheafify_homproof · cited by 1
- CategoryTheory.GrothendieckTopology.sheafToPresheaf_map_sheafComposeNatTrans_eq_sheafifyCompIso_invstatement and proof · cited by 0
- CategoryTheory.plusPlusSheafIsoPresheafToSheafproof · cited by 0