Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Meq

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {J : CategoryTheory.GrothendieckTopology C} →
      {D : Type w} →
        [inst_1 : CategoryTheory.Category.{w', w} D] →
          {FD : D → D → Type u_1} →
            {CD : D → Type t} →
              [inst_2 : (X Y : D) → FunLike (FD X Y) (CD X) (CD Y)] →
                [CategoryTheory.ConcreteCategory D FD] →
                  {X : C} → CategoryTheory.Functor Cᵒᵖ D → J.Cover X → Type (max 0 (max t u) v)

A concrete version of the multiequalizer, to be used below.

Defined in
Mathlib.CategoryTheory.Sites.ConcreteSheafification
Cited by
17 results in Mathlib
Foundations
Depth 37 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryFunLikeCategoryTheory.ConcreteCategory

Around this declaration

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

CategoryTheory.GrothendieckTopology.Plus.mk · cited by 9Plus.mkCategoryTheory.Meq.equiv · cited by 8Meq.equivCategoryTheory.Meq.refine · cited by 6Meq.refineCategoryTheory.Meq.ext · cited by 5Meq.extCategoryTheory.Meq.mk · cited by 5Meq.mkCategoryTheory.Meq.pullback · cited by 5Meq.pullbackCategoryTheory.Meq.equiv_symm_eq_apply · cited by 4Meq.equiv_symm_eq_applyCategoryTheory.Meq.condition · cited by 2Meq.conditionCategoryTheory.GrothendieckTopology.Plus.eq_mk_iff_exists · cited by 2Plus.eq_mk_iff_existsCategoryTheory.GrothendieckTopology.Plus.exists_rep · cited by 2Plus.exists_repCategoryTheory.GrothendieckTopology.Plus.res_mk_eq_mk_pullback · cited by 2Plus.res_mk_eq_mk_pullbackCategoryTheory.GrothendieckTopology.Plus.sep · cited by 2Plus.sepCategoryTheory.Meq.congr_apply · cited by 1Meq.congr_applyCategoryTheory.GrothendieckTopology.Plus.meqOfSep · cited by 1Plus.meqOfSepCategoryTheory.GrothendieckTopology.Plus.toPlus_apply · cited by 1Plus.toPlus_applyDFunLike.coe · cited by 62936DFunLike.coeCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.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 2560FunLikeQuiver.Hom.op · cited by 1948Hom.opCategoryTheory.GrothendieckTopology · cited by 1415CategoryTheory.Grothendie…CategoryTheory.ConcreteCategory · cited by 421CategoryTheory.ConcreteCa…CategoryTheory.ToType · cited by 219CategoryTheory.ToTypeCategoryTheory.GrothendieckTopology.Cover · cited by 211GrothendieckTopology.CoverCategoryTheory.GrothendieckTopology.Cover.Arrow · cited by 99Cover.ArrowCategoryTheory.GrothendieckTopology.Cover.Arrow.Y · cited by 78Arrow.YCategoryTheory.MeqCITED BYCITES

Cites21

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

Cited by23

Results whose statement or proof uses this declaration.