Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Presheaf.equalizerSieve_mem

∀ {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] (J : CategoryTheory.GrothendieckTopology C)
  {F₁ F₂ : CategoryTheory.Functor Cᵒᵖ D} (φ : F₁ ⟶ F₂) [CategoryTheory.Presheaf.IsLocallyInjective J φ] {X : Cᵒᵖ}
  (x y : CategoryTheory.ToType (F₁.obj X)),
  (CategoryTheory.ConcreteCategory.hom (φ.app X)) x = (CategoryTheory.ConcreteCategory.hom (φ.app X)) y →
    CategoryTheory.Presheaf.equalizerSieve x y ∈ J (Opposite.unop X)
Defined in
Mathlib.CategoryTheory.Sites.LocallyInjective
Cited by
10 results in Mathlib
Foundations
Depth 33 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryFunLikeCategoryTheory.ConcreteCategoryCategoryTheory.Presheaf.IsLocallyInjective

Around this declaration

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

CategoryTheory.Presheaf.isLocallySurjective_of_isLocallySurjective_of_isLocallyInjective · cited by 2Presheaf.isLocallySurject…CategoryTheory.Presheaf.isLocallyInjective_of_isLocallyInjective_of_isLocallySurjective · cited by 2Presheaf.isLocallyInjecti…CategoryTheory.Presheaf.isLocallyInjective_of_whisker · cited by 1Presheaf.isLocallyInjecti…CategoryTheory.Presheaf.isLocallyInjective_whisker · cited by 1Presheaf.isLocallyInjecti…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.Presheaf.isLocallyInjective_iff_equalizerSieve_mem_imp · cited by 1Presheaf.isLocallyInjecti…CategoryTheory.Presheaf.isLocallyInjective_iff_injective_of_separated · cited by 1Presheaf.isLocallyInjecti…CategoryTheory.Presheaf.isLocallyInjective_of_isLocallyInjective · cited by 1Presheaf.isLocallyInjecti…CategoryTheory.Presheaf.isLocallyInjective_forget_iff · cited by 0Presheaf.isLocallyInjecti…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.Functor · cited by 16252CategoryTheory.FunctorOpposite · cited by 8081OppositeCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.ConcreteCategory.hom · cited by 4022ConcreteCategory.homFunLike · cited by 2560FunLikeOpposite.unop · cited by 2231Opposite.unopCategoryTheory.GrothendieckTopology · cited by 1415CategoryTheory.Grothendie…CategoryTheory.Sieve · cited by 552CategoryTheory.SieveCategoryTheory.ConcreteCategory · cited by 421CategoryTheory.ConcreteCa…CategoryTheory.ToType · cited by 219CategoryTheory.ToTypePresheaf.equalizerSieve_memCITED BYCITES

Cites18

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

Cited by10

Results whose statement or proof uses this declaration.