Theorems · Definition · category theory
CategoryTheory.IndParallelPairPresentation.parallelPairIsoParallelPairCompIndYoneda
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
{A B : CategoryTheory.Ind C} →
{f g : A ⟶ B} →
(P :
CategoryTheory.IndParallelPairPresentation ((CategoryTheory.Ind.inclusion C).map f)
((CategoryTheory.Ind.inclusion C).map g)) →
CategoryTheory.Limits.parallelPair f g ≅
(CategoryTheory.Limits.parallelPair P.φ P.ψ).comp (CategoryTheory.Ind.lim P.I)Given an IndParallelPairPresentation f g, we can understand the parallel pair (f, g) as
the colimit of (P.φ, P.ψ) in Ind C.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 92 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.
Cites28
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- Oppositestatement and proof · cited by 8,081
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.Isostatement · cited by 3,963
- CategoryTheory.Iso.symmproof · cited by 993
- CategoryTheory.Limits.WalkingParallelPairstatement and proof · cited by 781
- CategoryTheory.Limits.parallelPairstatement and proof · cited by 766
- CategoryTheory.Iso.transproof · cited by 566
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Ind.exists_nonempty_arrow_mk_iso_ind_limproof · cited by 0