Documentation

Mathlib.CategoryTheory.Sites.Subcanonical

Subcanonical Grothendieck topologies #

This file provides some API for the Yoneda embedding into the category of sheaves for a subcanonical Grothendieck topology.

The equivalence between natural transformations from the yoneda embedding (to the sheaf category) and elements of F.val.obj X.

Equations
Instances For

    See also yonedaEquiv_naturality' for a more general version.

    Variant of yonedaEquiv_naturality with general g. This is technically strictly more general than yonedaEquiv_naturality, but yonedaEquiv_naturality is sometimes preferable because it can avoid the "motive is not type correct" error.

    theorem CategoryTheory.GrothendieckTopology.map_yonedaEquiv {C : Type u} [Category.{v, u} C] (J : GrothendieckTopology C) [J.Subcanonical] {X Y : C} {F : Sheaf J (Type v)} (f : J.yoneda.obj X F) (g : Y X) :
    F.val.map g.op (J.yonedaEquiv f) = f.val.app (Opposite.op Y) g

    See also map_yonedaEquiv' for a more general version.

    Variant of map_yonedaEquiv with general g. This is technically strictly more general than map_yonedaEquiv, but map_yonedaEquiv is sometimes preferable because it can avoid the "motive is not type correct" error.

    theorem CategoryTheory.GrothendieckTopology.hom_ext_yoneda {C : Type u} [Category.{v, u} C] (J : GrothendieckTopology C) [J.Subcanonical] {P Q : Sheaf J (Type v)} {f g : P Q} (h : ∀ (X : C) (p : J.yoneda.obj X P), CategoryStruct.comp p f = CategoryStruct.comp p g) :
    f = g

    Two morphisms of sheaves of types P ⟶ Q coincide if the precompositions with morphisms yoneda.obj X ⟶ P agree.

    The Yoneda embedding into a category of sheaves taking values in sets possibly larger than the morphisms in the defining site.

    Equations
    Instances For

      A version of yonedaEquiv for yonedaULift.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        @[simp]
        theorem CategoryTheory.GrothendieckTopology.yonedaULiftEquiv_symm_app_apply {C : Type u} [Category.{v, u} C] (J : GrothendieckTopology C) [J.Subcanonical] {X : C} {F : Sheaf J (Type (max v v'))} (x : F.val.obj (Opposite.op X)) (Y : Cᵒᵖ) (f : Opposite.unop Y X) :
        (J.yonedaULiftEquiv.symm x).val.app Y { down := f } = F.val.map f.op x

        Variant of yonedaEquiv_naturality with general g. This is technically strictly more general than yonedaEquiv_naturality, but yonedaEquiv_naturality is sometimes preferable because it can avoid the "motive is not type correct" error.

        theorem CategoryTheory.GrothendieckTopology.map_yonedaULiftEquiv {C : Type u} [Category.{v, u} C] (J : GrothendieckTopology C) [J.Subcanonical] {X Y : C} {F : Sheaf J (Type (max v v'))} (f : (yonedaULift.{v', v, u} J).obj X F) (g : Y X) :
        F.val.map g.op (J.yonedaULiftEquiv f) = f.val.app (Opposite.op Y) { down := g }

        See also map_yonedaEquiv' for a more general version.

        theorem CategoryTheory.GrothendieckTopology.map_yonedaULiftEquiv' {C : Type u} [Category.{v, u} C] (J : GrothendieckTopology C) [J.Subcanonical] {X Y : Cᵒᵖ} {F : Sheaf J (Type (max v v'))} (f : (yonedaULift.{v', v, u} J).obj (Opposite.unop X) F) (g : X Y) :
        F.val.map g (J.yonedaULiftEquiv f) = f.val.app Y { down := g.unop }

        Variant of map_yonedaEquiv with general g. This is technically strictly more general than map_yonedaEquiv, but map_yonedaEquiv is sometimes preferable because it can avoid the "motive is not type correct" error.

        theorem CategoryTheory.GrothendieckTopology.hom_ext_yonedaULift {C : Type u} [Category.{v, u} C] (J : GrothendieckTopology C) [J.Subcanonical] {P Q : Sheaf J (Type (max v v'))} {f g : P Q} (h : ∀ (X : C) (p : (yonedaULift.{v', v, u} J).obj X P), CategoryStruct.comp p f = CategoryStruct.comp p g) :
        f = g

        Two morphisms of sheaves of types P ⟶ Q coincide if the precompositions with morphisms yoneda.obj X ⟶ P agree.