Mathlib Map

Theorems · Definition · category theory

CategoryTheory.GrothendieckTopology.Point.toPresheafFiberOfIsCofiltered

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    [inst_1 : CategoryTheory.LocallySmall.{w, v, u} C] →
      {N : Type u'} →
        [inst_2 : CategoryTheory.Category.{v', u'} N] →
          (p : CategoryTheory.Functor N C) →
            [inst_3 : CategoryTheory.InitiallySmall N] →
              {J : CategoryTheory.GrothendieckTopology C} →
                [inst_4 : CategoryTheory.IsCofiltered N] →
                  (hp :
                      ∀ ⦃X : C⦄,
                        ∀ R ∈ J X,
                          ∀ ⦃U : N⦄ (f : p.obj U ⟶ X),
                            ∃ Y g,
                              ∃ (_ : R.arrows g),
                                ∃ V q a,
                                  CategoryTheory.CategoryStruct.comp a g =
                                    CategoryTheory.CategoryStruct.comp (p.map q) f) →
                    {A : Type u''} →
                      [inst_5 : CategoryTheory.Category.{v'', u''} A] →
                        [inst_6 : CategoryTheory.Limits.HasColimitsOfSize.{w, w, v'', u''} A] →
                          (U : N) →
                            (P : CategoryTheory.Functor Cᵒᵖ A) →
                              P.obj (Opposite.op (p.obj U)) ⟶
                                (CategoryTheory.GrothendieckTopology.Point.ofIsCofiltered p hp).presheafFiber.obj P

The canonical maps P.obj (op (p.obj U)) ⟶ (ofIsCofiltered p hp).presheafFiber.obj P that are part of the colimit cocone presheafFiberOfIsCofilteredCocone.

Defined in
Mathlib.CategoryTheory.Sites.Point.OfIsCofiltered
Cited by
5 results in Mathlib
Foundations
Depth 61 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.LocallySmallCategoryTheory.CategoryCategoryTheory.InitiallySmallCategoryTheory.IsCofilteredCategoryTheory.CategoryCategoryTheory.Limits.HasColimitsOfSize

Around this declaration

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

CategoryTheory.GrothendieckTopology.Point.toPresheafFiberMap · cited by 12Point.toPresheafFiberMapCategoryTheory.GrothendieckTopology.Point.toPresheafFiberOfIsCofiltered_naturality · cited by 2Point.toPresheafFiberOfIs…CategoryTheory.GrothendieckTopology.Point.toPresheafFiberOfIsCofiltered_w · cited by 2Point.toPresheafFiberOfIs…CategoryTheory.GrothendieckTopology.Point.presheafFiberOfIsCofilteredCocone · cited by 2Point.presheafFiberOfIsCo…CategoryTheory.GrothendieckTopology.Point.toPresheafFiberOfIsCofiltered_naturality_assoc · cited by 0Point.toPresheafFiberOfIs…CategoryTheory.GrothendieckTopology.Point.presheafFiberOfIsCofilteredCocone_ι_app · cited by 0Point.presheafFiberOfIsCo…CategoryTheory.GrothendieckTopology.Point.toPresheafFiberOfIsCofiltered_w_assoc · cited by 0Point.toPresheafFiberOfIs…DFunLike.coe · cited by 62936DFunLike.coeSet · cited by 53352SetCategoryTheory.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.CategoryStruct.id · cited by 6235CategoryStruct.idCategoryTheory.GrothendieckTopology · cited by 1415CategoryTheory.Grothendie…CategoryTheory.Sieve · cited by 552CategoryTheory.SieveCategoryTheory.Sieve.arrows · cited by 446Sieve.arrowsCategoryTheory.LocallySmall · cited by 242CategoryTheory.LocallySma…CategoryTheory.IsCofiltered · cited by 133CategoryTheory.IsCofilter…Point.toPresheafFiberOfIsCofi…CITED BYCITES

Cites21

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

Cited by7

Results whose statement or proof uses this declaration.