Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Presheaf.equalizerSieve

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {D : Type u'} →
      [inst_1 : CategoryTheory.Category.{v', u'} D] →
        {FD : D → D → Type u_1} →
          {CD : D → Type w} →
            [inst_2 : (X Y : D) → FunLike (FD X Y) (CD X) (CD Y)] →
              [inst_3 : CategoryTheory.ConcreteCategory D FD] →
                {F : CategoryTheory.Functor Cᵒᵖ D} →
                  {X : Cᵒᵖ} →
                    CategoryTheory.ToType (F.obj X) →
                      CategoryTheory.ToType (F.obj X) → CategoryTheory.Sieve (Opposite.unop X)

If F : Cᵒᵖ ⥤ D is a presheaf with values in a concrete category, if x and y are elements in F.obj X, this is the sieve of X.unop consisting of morphisms f such that F.map f.op x = F.map f.op y.

Defined in
Mathlib.CategoryTheory.Sites.LocallyInjective
Cited by
15 results in Mathlib
Foundations
Depth 12 from the axioms · uses propext
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryFunLikeCategoryTheory.ConcreteCategory

Around this declaration

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

CategoryTheory.Presheaf.equalizerSieve_mem · cited by 10Presheaf.equalizerSieve_m…CategoryTheory.Presheaf.equalizerSieve_apply · cited by 6Presheaf.equalizerSieve_a…CategoryTheory.Presheaf.equalizerSieve_self_eq_top · cited by 2Presheaf.equalizerSieve_s…CategoryTheory.Presheaf.isLocallyInjective_of_isLocallyInjective_of_isLocallySurjective · cited by 2Presheaf.isLocallyInjecti…CategoryTheory.Presheaf.isLocallySurjective_of_isLocallySurjective_of_isLocallyInjective · cited by 2Presheaf.isLocallySurject…CategoryTheory.Presheaf.isLocallyInjective_iff_equalizerSieve_mem_imp · cited by 1Presheaf.isLocallyInjecti…CategoryTheory.Presheaf.isLocallyInjective_of_injective · cited by 1Presheaf.isLocallyInjecti…CategoryTheory.Presheaf.isLocallyInjective_of_whisker · cited by 1Presheaf.isLocallyInjecti…CategoryTheory.Presheaf.isLocallyInjective_iff_injective_of_separated · cited by 1Presheaf.isLocallyInjecti…CategoryTheory.Presheaf.IsLocallyInjective.equalizerSieve_mem · cited by 1IsLocallyInjective.equali…CategoryTheory.GrothendieckTopology.Point.toPresheafFiber_map_injective · cited by 1Point.toPresheafFiber_map…PresheafOfModules.Sheafify.app_eq_of_isLocallyInjective · cited by 1Sheafify.app_eq_of_isLoca…CategoryTheory.Sieve.equalizer_eq_equalizerSieve · cited by 0Sieve.equalizer_eq_equali…CategoryTheory.Presheaf.equalizerSieve_eq_top_iff · cited by 0Presheaf.equalizerSieve_e…CategoryTheory.Presheaf.equalizerSieve_mem_of_equalizerSieve_app_mem · cited by 0Presheaf.equalizerSieve_m…DFunLike.coe · cited by 62936DFunLike.coeCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapOpposite · cited by 8081OppositeCategoryTheory.ConcreteCategory.hom · cited by 4022ConcreteCategory.homFunLike · cited by 2560FunLikeOpposite.unop · cited by 2231Opposite.unopQuiver.Hom.op · cited by 1948Hom.opCategoryTheory.Sieve · cited by 552CategoryTheory.SieveCategoryTheory.ConcreteCategory · cited by 421CategoryTheory.ConcreteCa…CategoryTheory.ToType · cited by 219CategoryTheory.ToTypePresheaf.equalizerSieveCITED BYCITES

Cites14

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

Cited by17

Results whose statement or proof uses this declaration.