Documentation

Mathlib.CategoryTheory.Sites.Point.Map

The image of a point by a cocontinuous functor #

Let F : C ⥤ D be a cocontinuous functor between sites (C, J) and (D, K). Let Φ be a point of (C, J). In this file, we define a point Φ.map F K of (D, K) and show that there are natural isomorphisms (Φ.map F K).presheafFiber ≅ (Functor.whiskeringLeft _ _ A).obj F.op ⋙ Φ.presheafFiber and (Φ.map F K).sheafFiber ≅ F.sheafPushforwardContinuous A J K ⋙ Φ.sheafFiber (the latter is defined only if F is also continuous).

theorem CategoryTheory.GrothendieckTopology.Point.map_aux {C : Type u} [Category.{v, u} C] {D : Type u'} [Category.{v', u'} D] {J : GrothendieckTopology C} (Φ : J.Point) (F : Functor C D) (K : GrothendieckTopology D) [F.IsCocontinuous J K] X : D (R : Sieve X) (hR : R K X) u : Φ.fiber.Elements (f : ((CategoryOfElements.π Φ.fiber).comp F).obj u X) :
∃ (Y : D) (g : Y X) (_ : R.arrows g) (v : Φ.fiber.Elements) (q : v u) (a : F.obj v.fst Y), CategoryStruct.comp a g = CategoryStruct.comp (F.map q) f

The image of a point of a site by a cocontinuous functor.

Equations
Instances For

    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.

    Equations
    Instances For
      @[simp]
      theorem CategoryTheory.GrothendieckTopology.Point.toPresheafFiberMap_naturality_apply {C : Type u} [Category.{v, u} C] {D : Type u'} [Category.{v', u'} D] {J : GrothendieckTopology C} (Φ : J.Point) (F : Functor C D) (K : GrothendieckTopology D) [F.IsCocontinuous J K] [LocallySmall.{w, v', u'} D] {A : Type u''} [Category.{v'', u''} A] [Limits.HasColimitsOfSize.{w, w, v'', u''} A] {P Q : Functor Dᵒᵖ A} (g : P Q) (X : C) (x : Φ.fiber.obj X) {F✝ : AAType uF} {carrier : AType w_1} {instFunLike : (X Y : A) → FunLike (F✝ X Y) (carrier X) (carrier Y)} [inst : ConcreteCategory A F✝] (x✝ : carrier (P.obj (Opposite.op (F.obj X)))) :

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

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        Given a cocontinuous functor F : C ⥤ D between sites (C, J) and (D, K), P a presheaf on D, then (Φ.map F K).presheafFiber.obj P is a colimit of P.obj (op (F.obj X)) for X : C, x : Φ.fiber.obj X.

        Equations
        Instances For

          Relation between the fiber functors on presheaves for the points Φ.map F K and Φ.

          Equations
          Instances For

            Relation between the fiber functors on presheaves for the points Φ.map F K and Φ when F : C ⥤ D is a cocontinuous functor between sites (C, J) and (D, K).

            Equations
            Instances For

              Relation between the fiber functors on presheaves for the points Φ.map F K and Φ when F : C ⥤ D is a cocontinuous and continuous functor between sites (C, J) and (D, K).

              Equations
              • One or more equations did not get rendered due to their size.
              Instances For