Mathlib Map

Theorems · Definition · category theory

CategoryTheory.GrothendieckTopology.Point.toPresheafFiberMap

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {D : Type u'} →
      [inst_1 : CategoryTheory.Category.{v', u'} D] →
        {J : CategoryTheory.GrothendieckTopology C} →
          (Φ : J.Point) →
            (F : CategoryTheory.Functor C D) →
              (K : CategoryTheory.GrothendieckTopology D) →
                [inst_2 : F.IsCocontinuous J K] →
                  [inst_3 : CategoryTheory.LocallySmall.{w, v', u'} D] →
                    {A : Type u''} →
                      [inst_4 : CategoryTheory.Category.{v'', u''} A] →
                        [inst_5 : CategoryTheory.Limits.HasColimitsOfSize.{w, w, v'', u''} A] →
                          (P : CategoryTheory.Functor Dᵒᵖ A) →
                            (X : C) → Φ.fiber.obj X → (P.obj (Opposite.op (F.obj X)) ⟶ (Φ.map F K).presheafFiber.obj P)

Given a cocontinuous functor F : C ⥤ D between sites (C, J) and (D, K), P a presheaf on D, X : C, x : Φ.fiber.obj X, this is the canonical morphism P.obj (op (F.obj X)) ⟶ (Φ.map F K).presheafFiber.obj P, which is part of the colimit cocone presheafFiberMapCocone.

Defined in
Mathlib.CategoryTheory.Sites.Point.Map
Cited by
12 results in Mathlib
Foundations
Depth 62 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.IsCocontinuousCategoryTheory.LocallySmallCategoryTheory.CategoryCategoryTheory.Limits.HasColimitsOfSize

Around this declaration

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

CategoryTheory.GrothendieckTopology.Point.toPresheafFiberMap_naturality · cited by 2Point.toPresheafFiberMap_…CategoryTheory.GrothendieckTopology.Point.toPresheafFiberMap_presheafFiberMapObjIso_hom · cited by 2Point.toPresheafFiberMap_…CategoryTheory.GrothendieckTopology.Point.presheafFiberMapCocone · cited by 2Point.presheafFiberMapCoc…CategoryTheory.GrothendieckTopology.Point.toPresheafFiberMap_w · cited by 1Point.toPresheafFiberMap_wCategoryTheory.GrothendieckTopology.Point.presheafFiberMap_hom_ext · cited by 1Point.presheafFiberMap_ho…CategoryTheory.GrothendieckTopology.Point.toPresheafFiber_presheafFiberMapObjIso_inv · cited by 1Point.toPresheafFiber_pre…CategoryTheory.GrothendieckTopology.Point.toPresheafFiberMap_naturality_apply · cited by 0Point.toPresheafFiberMap_…CategoryTheory.GrothendieckTopology.Point.toPresheafFiberMap_naturality_assoc · cited by 0Point.toPresheafFiberMap_…CategoryTheory.GrothendieckTopology.Point.presheafFiberMapCocone_ι_app · cited by 0Point.presheafFiberMapCoc…CategoryTheory.GrothendieckTopology.Point.toPresheafFiberMap_presheafFiberMapObjIso_hom_assoc · cited by 0Point.toPresheafFiberMap_…CategoryTheory.GrothendieckTopology.Point.toPresheafFiberMap_w_assoc · cited by 0Point.toPresheafFiberMap_…CategoryTheory.GrothendieckTopology.Point.presheafFiberMap_hom_ext_iff · cited by 0Point.presheafFiberMap_ho…CategoryTheory.GrothendieckTopology.Point.toPresheafFiber_presheafFiberMapObjIso_inv_assoc · cited by 0Point.toPresheafFiber_pre…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.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.LocallySmall · cited by 242CategoryTheory.LocallySma…CategoryTheory.Limits.HasColimitsOfSize · cited by 124Limits.HasColimitsOfSizeCategoryTheory.GrothendieckTopology.Point · cited by 123GrothendieckTopology.PointCategoryTheory.GrothendieckTopology.Point.fiber · cited by 93Point.fiberCategoryTheory.GrothendieckTopology.Point.presheafFiber · cited by 89Point.presheafFiberCategoryTheory.Functor.IsCocontinuous · cited by 55Functor.IsCocontinuousCategoryTheory.CategoryOfElements.π · cited by 48CategoryOfElements.πCategoryTheory.GrothendieckTopology.Point.map · cited by 15Point.mapPoint.toPresheafFiberMapCITED BYCITES

Cites18

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

Cited by13

Results whose statement or proof uses this declaration.