Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.Multiequalizer.lift

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {J : CategoryTheory.Limits.MulticospanShape} →
      (I : CategoryTheory.Limits.MulticospanIndex J C) →
        [inst_1 : CategoryTheory.Limits.HasMultiequalizer I] →
          (W : C) →
            (k : (a : J.L) → W ⟶ I.left a) →
              (∀ (b : J.R),
                  CategoryTheory.CategoryStruct.comp (k (J.fst b)) (I.fst b) =
                    CategoryTheory.CategoryStruct.comp (k (J.snd b)) (I.snd b)) →
                (W ⟶ CategoryTheory.Limits.multiequalizer I)

Construct a morphism to the multiequalizer from its universal property.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Multiequalizer
Cited by
18 results in Mathlib
Foundations
Depth 24 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasMultiequalizer

Around this declaration

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

CategoryTheory.GrothendieckTopology.diagram · cited by 29GrothendieckTopology.diag…CategoryTheory.Functor.OneHypercoverDenseData.essSurj.presheafMap · cited by 13essSurj.presheafMapCategoryTheory.GrothendieckTopology.diagramNatTrans · cited by 12GrothendieckTopology.diag…CategoryTheory.Limits.Multiequalizer.lift_ι · cited by 8Multiequalizer.lift_ιCategoryTheory.GrothendieckTopology.toPlus_naturality · cited by 6GrothendieckTopology.toPl…CategoryTheory.GrothendieckTopology.Cover.toMultiequalizer · cited by 6Cover.toMultiequalizerCategoryTheory.GrothendieckTopology.diagramPullback · cited by 5GrothendieckTopology.diag…CategoryTheory.GrothendieckTopology.plusMap_toPlus · cited by 5GrothendieckTopology.plus…CategoryTheory.Functor.OneHypercoverDenseData.essSurj.presheafObjObjIso.inv · cited by 5presheafObjObjIso.invCategoryTheory.GrothendieckTopology.diagramNatTrans_app · cited by 4GrothendieckTopology.diag…CategoryTheory.GrothendieckTopology.plusMap_comp · cited by 4GrothendieckTopology.plus…CategoryTheory.GrothendieckTopology.plusCompIso_whiskerRight · cited by 2GrothendieckTopology.plus…CategoryTheory.GrothendieckTopology.Plus.eq_mk_iff_exists · cited by 2Plus.eq_mk_iff_existsCategoryTheory.GrothendieckTopology.Plus.res_mk_eq_mk_pullback · cited by 2Plus.res_mk_eq_mk_pullbackCategoryTheory.Limits.Multiequalizer.lift.congr_simp · cited by 2lift.congr_simpCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Limits.MulticospanIndex.multicospan · cited by 167MulticospanIndex.multicos…CategoryTheory.Limits.MulticospanShape · cited by 160Limits.MulticospanShapeCategoryTheory.Limits.MulticospanShape.L · cited by 135MulticospanShape.LCategoryTheory.Limits.MulticospanShape.R · cited by 124MulticospanShape.RCategoryTheory.Limits.MulticospanIndex.left · cited by 119MulticospanIndex.leftCategoryTheory.Limits.MulticospanIndex · cited by 101Limits.MulticospanIndexCategoryTheory.Limits.HasMultiequalizer · cited by 88Limits.HasMultiequalizerCategoryTheory.Limits.MulticospanIndex.right · cited by 77MulticospanIndex.rightCategoryTheory.Limits.MulticospanShape.fst · cited by 54MulticospanShape.fstCategoryTheory.Limits.MulticospanShape.snd · cited by 48MulticospanShape.sndCategoryTheory.Limits.limit.lift · cited by 48limit.liftCategoryTheory.Limits.MulticospanIndex.fst · cited by 39MulticospanIndex.fstMultiequalizer.liftCITED BYCITES

Cites18

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

Cited by25

Results whose statement or proof uses this declaration.