Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.MultispanIndex.multicoforkEquivSigmaCoforkOfIsColimit

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {J : CategoryTheory.Limits.MultispanShape} →
      (I : CategoryTheory.Limits.MultispanIndex J C) →
        {c : CategoryTheory.Limits.Cofan I.left} →
          (hc : CategoryTheory.Limits.IsColimit c) →
            {d : CategoryTheory.Limits.Cofan I.right} →
              CategoryTheory.Limits.IsColimit d →
                (CategoryTheory.Limits.Multicofork I ≌
                  CategoryTheory.Limits.Cofork (I.fstSigmaMapOfIsColimit d hc) (I.sndSigmaMapOfIsColimit d hc))

The category of multicoforks is equivalent to the category of coforks over ∐ I.left ⇉ ∐ I.right. It then follows from CategoryTheory.IsColimit.ofPreservesCoconeInitial (or reflects) that it preserves and reflects colimit cocones.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Multiequalizer
Cited by
4 results in Mathlib
Foundations
Depth 37 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.Category

Around this declaration

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

CategoryTheory.Limits.MultispanIndex.multicoforkEquivSigmaCofork · cited by 11MultispanIndex.multicofor…CategoryTheory.Limits.MultispanIndex.multicoforkEquivSigmaCoforkOfIsColimit_counitIso · cited by 0MultispanIndex.multicofor…CategoryTheory.Limits.MultispanIndex.multicoforkEquivSigmaCoforkOfIsColimit_functor · cited by 0MultispanIndex.multicofor…CategoryTheory.Limits.MultispanIndex.multicoforkEquivSigmaCoforkOfIsColimit_inverse · cited by 0MultispanIndex.multicofor…CategoryTheory.Limits.MultispanIndex.multicoforkEquivSigmaCoforkOfIsColimit_unitIso · cited by 0MultispanIndex.multicofor…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Functor.id · cited by 3333Functor.idCategoryTheory.Discrete · cited by 2447CategoryTheory.DiscreteCategoryTheory.Limits.Cocone.pt · cited by 1354Cocone.ptCategoryTheory.Limits.WalkingParallelPair · cited by 781Limits.WalkingParallelPairCategoryTheory.Limits.IsColimit · cited by 773Limits.IsColimitCategoryTheory.Limits.parallelPair · cited by 766Limits.parallelPairCategoryTheory.Iso.refl · cited by 727Iso.reflCategoryTheory.Discrete.functor · cited by 633Discrete.functorCategoryTheory.Equivalence · cited by 601CategoryTheory.EquivalenceCategoryTheory.NatIso.ofComponents · cited by 178NatIso.ofComponentsCategoryTheory.Limits.WalkingMultispan · cited by 151Limits.WalkingMultispanCategoryTheory.Limits.MultispanIndex.multispan · cited by 139MultispanIndex.multispanMultispanIndex.multicoforkEqu…CITED BYCITES

Cites30

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

Cited by5

Results whose statement or proof uses this declaration.