Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.sheafAdjunctionCocontinuous

{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] →
                      [inst_5 : G.IsContinuous J K] →
                        G.sheafPushforwardContinuous A J K ⊣ G.sheafPushforwardCocontinuous A J K

Given a functor between sites that is continuous and cocontinuous, the pushforward for the continuous functor G is left adjoint to the pushforward for the cocontinuous functor G.

Defined in
Mathlib.CategoryTheory.Sites.CoverLifting
Cited by
7 results in Mathlib
Foundations
Depth 72 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.IsCocontinuousCategoryTheory.Functor.HasPointwiseRightKanExtensionCategoryTheory.Functor.IsContinuous

Around this declaration

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

CategoryTheory.Functor.pushforwardContinuousSheafificationCompatibility · cited by 3Functor.pushforwardContin…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.toSheafify_pullbackSheafificationCompatibility · cited by 1Functor.toSheafify_pullba…CategoryTheory.Functor.sheafAdjunctionCocontinuous_counit_app_val · cited by 0Functor.sheafAdjunctionCo…CategoryTheory.Functor.sheafAdjunctionCocontinuous_homEquiv_apply_val · cited by 0Functor.sheafAdjunctionCo…CategoryTheory.Functor.sheafAdjunctionCocontinuous_unit_app_val · cited by 0Functor.sheafAdjunctionCo…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorOpposite · cited by 8081OppositeCategoryTheory.GrothendieckTopology · cited by 1415CategoryTheory.Grothendie…CategoryTheory.Functor.op · cited by 997Functor.opCategoryTheory.Iso.symm · cited by 993Iso.symmCategoryTheory.Presheaf.IsSheaf · cited by 991Presheaf.IsSheafCategoryTheory.Sheaf · cited by 763CategoryTheory.SheafCategoryTheory.Adjunction · cited by 524CategoryTheory.AdjunctionCategoryTheory.Functor.sheafPushforwardContinuous · cited by 102Functor.sheafPushforwardC…CategoryTheory.Functor.IsContinuous · cited by 100Functor.IsContinuousCategoryTheory.Functor.IsCocontinuous · cited by 55Functor.IsCocontinuousCategoryTheory.Functor.HasPointwiseRightKanExtension · cited by 34Functor.HasPointwiseRight…CategoryTheory.Functor.ranAdjunction · cited by 15Functor.ranAdjunctionCategoryTheory.fullyFaithfulSheafToPresheaf · cited by 10CategoryTheory.fullyFaith…Functor.sheafAdjunctionCocont…CITED BYCITES

Cites19

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

Cited by8

Results whose statement or proof uses this declaration.