Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.MulticospanIndex.multiforkEquivPiForkOfIsLimit

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {J : CategoryTheory.Limits.MulticospanShape} →
      (I : CategoryTheory.Limits.MulticospanIndex J C) →
        {c : CategoryTheory.Limits.Fan I.left} →
          CategoryTheory.Limits.IsLimit c →
            {d : CategoryTheory.Limits.Fan I.right} →
              (hd : CategoryTheory.Limits.IsLimit d) →
                CategoryTheory.Limits.Multifork I ≌
                  CategoryTheory.Limits.Fork (I.fstPiMapOfIsLimit c hd) (I.sndPiMapOfIsLimit c hd)

The category of multiforks is equivalent to the category of forks over ∏ᶜ I.left ⇉ ∏ᶜ I.right. It then follows from CategoryTheory.IsLimit.ofPreservesConeTerminal (or reflects) that it preserves and reflects limit cones.

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.MulticospanIndex.multiforkEquivPiFork · cited by 11MulticospanIndex.multifor…CategoryTheory.Limits.MulticospanIndex.multiforkOfParallelHomsEquivFork · cited by 2MulticospanIndex.multifor…CategoryTheory.Limits.MulticospanIndex.multiforkEquivPiForkOfIsLimit_counitIso · cited by 0MulticospanIndex.multifor…CategoryTheory.Limits.MulticospanIndex.multiforkEquivPiForkOfIsLimit_functor · cited by 0MulticospanIndex.multifor…CategoryTheory.Limits.MulticospanIndex.multiforkEquivPiForkOfIsLimit_inverse · cited by 0MulticospanIndex.multifor…CategoryTheory.Limits.MulticospanIndex.multiforkEquivPiForkOfIsLimit_unitIso · cited by 0MulticospanIndex.multifor…CategoryTheory.PreOneHypercover.isLimitMultiforkEquivIsLimitFork · cited by 0PreOneHypercover.isLimitM…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.Cone.pt · cited by 1298Cone.ptCategoryTheory.Limits.WalkingParallelPair · cited by 781Limits.WalkingParallelPairCategoryTheory.Limits.parallelPair · cited by 766Limits.parallelPairCategoryTheory.Iso.refl · cited by 727Iso.reflCategoryTheory.Limits.IsLimit · cited by 664Limits.IsLimitCategoryTheory.Discrete.functor · cited by 633Discrete.functorCategoryTheory.Equivalence · cited by 601CategoryTheory.EquivalenceCategoryTheory.Limits.WalkingMulticospan · cited by 199Limits.WalkingMulticospanCategoryTheory.NatIso.ofComponents · cited by 178NatIso.ofComponentsCategoryTheory.Limits.MulticospanIndex.multicospan · cited by 167MulticospanIndex.multicos…MulticospanIndex.multiforkEqu…CITED BYCITES

Cites30

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

Cited by7

Results whose statement or proof uses this declaration.