Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.GrothendieckTopology.Point.toPresheafFiber_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))
  (hφ :
    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_52✝)
  (X : C) (x : Φ.fiber.obj X),
  CategoryTheory.CategoryStruct.comp (Φ.toPresheafFiber X x P) (Φ.presheafFiberDesc φ hφ) = φ X x
Defined in
Mathlib.CategoryTheory.Sites.Point.Basic
Cited by
6 results in Mathlib
Foundations
Depth 51 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.Hom.presheafFiber_comp · cited by 2Hom.presheafFiber_compCategoryTheory.GrothendieckTopology.Point.toPresheafFiber_skyscraperPresheafHomEquiv_symm · cited by 2Point.toPresheafFiber_sky…CategoryTheory.GrothendieckTopology.Point.toPresheafFiber_δ · cited by 2Point.toPresheafFiber_δCategoryTheory.GrothendieckTopology.Point.toPresheafFiber_η · cited by 2Point.toPresheafFiber_ηCategoryTheory.GrothendieckTopology.Point.toPresheafFiber_presheafFiberDesc_assoc · cited by 1Point.toPresheafFiber_pre…CategoryTheory.GrothendieckTopology.Point.Hom.presheafFiber_id · cited by 1Hom.presheafFiber_idDFunLike.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.Limits.colimit.ι_desc · cited by 170colimit.ι_descCategoryTheory.Functor.Elements · cited by 141Functor.ElementsPoint.toPresheafFiber_preshea…CITED BYCITES

Cites21

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

Cited by6

Results whose statement or proof uses this declaration.