Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.Multifork.toPiFork

{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)

Given a multifork, we may obtain a fork over ∏ᶜ I.left ⇉ ∏ᶜ I.right.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Multiequalizer
Cited by
6 results in Mathlib
Foundations
Depth 30 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.toPiForkFunctor · cited by 9MulticospanIndex.toPiFork…CategoryTheory.Limits.MulticospanIndex.toPiForkFunctor_map_hom · cited by 0MulticospanIndex.toPiFork…CategoryTheory.Limits.MulticospanIndex.toPiForkFunctor_obj · cited by 0MulticospanIndex.toPiFork…CategoryTheory.Limits.Multifork.toPiFork_pt · cited by 0Multifork.toPiFork_ptCategoryTheory.Limits.Multifork.toPiFork_π_app_one · cited by 0Multifork.toPiFork_π_app_…CategoryTheory.Limits.MulticospanIndex.multiforkEquivPiFork_functor_map_hom · cited by 0MulticospanIndex.multifor…CategoryTheory.Limits.Multifork.toPiFork_π_app_zero · cited by 0Multifork.toPiFork_π_app_…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Discrete · cited by 2447CategoryTheory.DiscreteCategoryTheory.Limits.Cone.pt · cited by 1298Cone.ptCategoryTheory.Limits.IsLimit · cited by 664Limits.IsLimitCategoryTheory.Discrete.functor · cited by 633Discrete.functorCategoryTheory.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.Fork · cited by 85Limits.ForkCategoryTheory.Limits.MulticospanIndex.right · cited by 77MulticospanIndex.rightCategoryTheory.Limits.Multifork · cited by 69Limits.MultiforkCategoryTheory.Limits.Fork.ofι · cited by 66Fork.ofιCategoryTheory.Limits.Multifork.ι · cited by 55Multifork.ιMultifork.toPiForkCITED BYCITES

Cites19

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.