Mathlib Map

Theorems · Definition · category theory

CategoryTheory.GrothendieckTopology.Point.ofIsCofiltered

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    [CategoryTheory.LocallySmall.{w, v, u} C] →
      {N : Type u'} →
        [inst_2 : CategoryTheory.Category.{v', u'} N] →
          (p : CategoryTheory.Functor N C) →
            [CategoryTheory.InitiallySmall N] →
              {J : CategoryTheory.GrothendieckTopology C} →
                [CategoryTheory.IsCofiltered N] →
                  (∀ ⦃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) →
                    J.Point

Constructor for points of Grothendieck topologies J : GrothendieckTopology C that are given by a functor p : N ⥤ C from a cofiltered and initially small category N.

Defined in
Mathlib.CategoryTheory.Sites.Point.OfIsCofiltered
Cited by
7 results in Mathlib
Foundations
Depth 60 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.LocallySmallCategoryTheory.CategoryCategoryTheory.InitiallySmallCategoryTheory.IsCofiltered

Around this declaration

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

CategoryTheory.GrothendieckTopology.Point.map · cited by 15Point.mapCategoryTheory.GrothendieckTopology.Point.toPresheafFiberOfIsCofiltered · cited by 5Point.toPresheafFiberOfIs…CategoryTheory.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.presheafFiberOfIsCofilteredCocone_pt · cited by 0Point.presheafFiberOfIsCo…CategoryTheory.GrothendieckTopology.Point.presheafFiberOfIsCofilteredCocone_ι_app · cited by 0Point.presheafFiberOfIsCo…CategoryTheory.GrothendieckTopology.Point.toPresheafFiberOfIsCofiltered_naturality_assoc · cited by 0Point.toPresheafFiberOfIs…CategoryTheory.GrothendieckTopology.Point.toPresheafFiberOfIsCofiltered_w_assoc · cited by 0Point.toPresheafFiberOfIs…CategoryTheory.GrothendieckTopology.Point.isColimitPresheafFiberOfIsCofilteredCocone · cited by 0Point.isColimitPresheafFi…CategoryTheory.GrothendieckTopology.Point.ofIsCofiltered_fiber · cited by 0Point.ofIsCofiltered_fiberDFunLike.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.mapCategoryTheory.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…CategoryTheory.GrothendieckTopology.Point · cited by 123GrothendieckTopology.PointCategoryTheory.InitiallySmall · cited by 51CategoryTheory.InitiallyS…Point.ofIsCofilteredCITED BYCITES

Cites16

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

Cited by11

Results whose statement or proof uses this declaration.