Mathlib Map

Theorems · Definition · category theory

CategoryTheory.GrothendieckTopology.Point.presheafFiberDesc

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {J : CategoryTheory.GrothendieckTopology C} →
      (Φ : J.Point) →
        {A : Type u'} →
          [inst_1 : CategoryTheory.Category.{v', u'} A] →
            [inst_2 : CategoryTheory.Limits.HasColimitsOfSize.{w, w, v', u'} A] →
              {P : CategoryTheory.Functor Cᵒᵖ A} →
                {T : A} →
                  (φ : (X : C) → Φ.fiber.obj X → (P.obj (Opposite.op X) ⟶ T)) →
                    autoParam
                        (∀ ⦃X Y : C⦄ (f : X ⟶ Y) (x : Φ.fiber.obj X),
                          CategoryTheory.CategoryStruct.comp (P.map f.op) (φ X x) =
                            φ Y ((CategoryTheory.ConcreteCategory.hom (Φ.fiber.map f)) x))
                        _auto_48✝ →
                      (Φ.presheafFiber.obj P ⟶ T)

Constructor for morphisms from the fiber of a presheaf.

Defined in
Mathlib.CategoryTheory.Sites.Point.Basic
Cited by
7 results in Mathlib
Foundations
Depth 50 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasColimitsOfSize

Around this declaration

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

CategoryTheory.GrothendieckTopology.Point.skyscraperPresheafHomEquiv · cited by 18Point.skyscraperPresheafH…CategoryTheory.GrothendieckTopology.Point.toPresheafFiber_presheafFiberDesc · cited by 6Point.toPresheafFiber_pre…CategoryTheory.GrothendieckTopology.Point.Hom.presheafFiber · cited by 4Hom.presheafFiberCategoryTheory.GrothendieckTopology.Point.Hom.presheafFiber_app · cited by 3Hom.presheafFiber_appCategoryTheory.GrothendieckTopology.Point.presheafFiberDesc.congr_simp · cited by 2presheafFiberDesc.congr_s…CategoryTheory.GrothendieckTopology.Point.Hom.presheafFiber_comp · cited by 2Hom.presheafFiber_compCategoryTheory.GrothendieckTopology.Point.skyscraperPresheafHomEquiv_symm_apply · cited by 1Point.skyscraperPresheafH…CategoryTheory.GrothendieckTopology.Point.toPresheafFiber_presheafFiberDesc_assoc · cited by 1Point.toPresheafFiber_pre…CategoryTheory.GrothendieckTopology.Point.Hom.sheafFiber_comp · cited by 1Hom.sheafFiber_compDFunLike.coe · cited by 62936DFunLike.coeCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapOpposite · cited by 8081OppositeCategoryTheory.ConcreteCategory.hom · cited by 4022ConcreteCategory.homOpposite.unop · cited by 2231Opposite.unopQuiver.Hom.op · cited by 1948Hom.opCategoryTheory.GrothendieckTopology · cited by 1415CategoryTheory.Grothendie…TypeCat.Fun · cited by 1307TypeCat.FunCategoryTheory.Functor.op · cited by 997Functor.opCategoryTheory.Functor.whiskeringLeft · cited by 395Functor.whiskeringLeftPoint.presheafFiberDescCITED BYCITES

Cites22

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

Cited by9

Results whose statement or proof uses this declaration.