Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Sheaf.adjunction

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    (J : CategoryTheory.GrothendieckTopology C) →
      {D : Type u₂} →
        [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
          {E : Type u_1} →
            [inst_2 : CategoryTheory.Category.{v_1, u_1} E] →
              {F : CategoryTheory.Functor D E} →
                {G : CategoryTheory.Functor E D} →
                  [inst_3 : CategoryTheory.HasWeakSheafify J D] →
                    [inst_4 : J.HasSheafCompose F] →
                      (G ⊣ F) → (CategoryTheory.Sheaf.composeAndSheafify J G ⊣ CategoryTheory.sheafCompose J F)

An adjunction adj : G ⊣ F with F : D ⥤ E and G : E ⥤ D induces an adjunction between Sheaf J D and Sheaf J E, in contexts where one can sheafify D-valued presheaves, and postcomposing with F preserves the property of being a sheaf.

Defined in
Mathlib.CategoryTheory.Sites.Adjunction
Cited by
4 results in Mathlib
Foundations
Depth 39 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.HasWeakSheafifyCategoryTheory.GrothendieckTopology.HasSheafCompose

Around this declaration

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

LightCondensed.freeForgetAdjunction · cited by 6LightCondensed.freeForget…CategoryTheory.Sheaf.adjunction_counit_app_hom · cited by 1Sheaf.adjunction_counit_a…CategoryTheory.Sheaf.adjunction_unit_app_hom · cited by 1Sheaf.adjunction_unit_app…CategoryTheory.Sheaf.adjunction_counit_app_val · cited by 0Sheaf.adjunction_counit_a…CategoryTheory.Sheaf.adjunction_unit_app_val · cited by 0Sheaf.adjunction_unit_app…Condensed.freeForgetAdjunction · cited by 0Condensed.freeForgetAdjun…LightCondensed.equivSmallFreeIso · cited by 0LightCondensed.equivSmall…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.Functor.id · cited by 3333Functor.idCategoryTheory.GrothendieckTopology · cited by 1415CategoryTheory.Grothendie…CategoryTheory.Presheaf.IsSheaf · cited by 991Presheaf.IsSheafCategoryTheory.Sheaf · cited by 763CategoryTheory.SheafCategoryTheory.Iso.refl · cited by 727Iso.reflCategoryTheory.Adjunction · cited by 524CategoryTheory.AdjunctionCategoryTheory.Functor.whiskeringRight · cited by 221Functor.whiskeringRightCategoryTheory.HasWeakSheafify · cited by 221CategoryTheory.HasWeakShe…CategoryTheory.sheafToPresheaf · cited by 142CategoryTheory.sheafToPre…CategoryTheory.presheafToSheaf · cited by 57CategoryTheory.presheafTo…Sheaf.adjunctionCITED BYCITES

Cites24

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

Cited by7

Results whose statement or proof uses this declaration.