Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Meq.equiv

{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)] →
                [inst_3 : CategoryTheory.ConcreteCategory D FD] →
                  [∀ {X : C} (S : J.Cover X),
                        CategoryTheory.Limits.PreservesLimitsOfShape (CategoryTheory.Limits.WalkingMulticospan S.shape)
                          (CategoryTheory.forget D)] →
                    {X : C} →
                      (P : CategoryTheory.Functor Cᵒᵖ D) →
                        (S : J.Cover X) →
                          [inst_5 : CategoryTheory.Limits.HasMultiequalizer (S.index P)] →
                            CategoryTheory.ToType (CategoryTheory.Limits.multiequalizer (S.index P)) ≃
                              CategoryTheory.Meq P S

The equivalence between the type associated to multiequalizer (S.index P) and Meq P S.

Defined in
Mathlib.CategoryTheory.Sites.ConcreteSheafification
Cited by
8 results in Mathlib
Foundations
Depth 39 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryFunLikeCategoryTheory.ConcreteCategoryCategoryTheory.Limits.PreservesLimitsOfShapeCategoryTheory.Limits.HasMultiequalizer

Around this declaration

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

CategoryTheory.GrothendieckTopology.Plus.mk · cited by 9Plus.mkCategoryTheory.Meq.equiv_symm_eq_apply · cited by 4Meq.equiv_symm_eq_applyCategoryTheory.GrothendieckTopology.Plus.res_mk_eq_mk_pullback · cited by 2Plus.res_mk_eq_mk_pullbackCategoryTheory.GrothendieckTopology.Plus.eq_mk_iff_exists · cited by 2Plus.eq_mk_iff_existsCategoryTheory.GrothendieckTopology.Plus.exists_rep · cited by 2Plus.exists_repCategoryTheory.GrothendieckTopology.Plus.toPlus_apply · cited by 1Plus.toPlus_applyCategoryTheory.GrothendieckTopology.Plus.toPlus_mk · cited by 1Plus.toPlus_mkCategoryTheory.Meq.equiv_apply · cited by 0Meq.equiv_applyCategoryTheory.Meq.equiv.congr_simp · cited by 0equiv.congr_simpCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorEquiv · cited by 8337EquivOpposite · cited by 8081OppositeFunLike · cited by 2560FunLikeCategoryTheory.GrothendieckTopology · cited by 1415CategoryTheory.Grothendie…CategoryTheory.ConcreteCategory · cited by 421CategoryTheory.ConcreteCa…CategoryTheory.forget · cited by 418CategoryTheory.forgetCategoryTheory.ToType · cited by 219CategoryTheory.ToTypeCategoryTheory.GrothendieckTopology.Cover · cited by 211GrothendieckTopology.CoverCategoryTheory.Limits.WalkingMulticospan · cited by 199Limits.WalkingMulticospanCategoryTheory.Limits.PreservesLimitsOfShape · cited by 156Limits.PreservesLimitsOfS…CategoryTheory.GrothendieckTopology.Cover.shape · cited by 147Cover.shapeCategoryTheory.GrothendieckTopology.Cover.index · cited by 142Cover.indexCategoryTheory.Limits.HasMultiequalizer · cited by 88Limits.HasMultiequalizerMeq.equivCITED BYCITES

Cites18

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

Cited by9

Results whose statement or proof uses this declaration.