Theorems · Definition · category theory
CategoryTheory.Limits.Cotrident.IsColimit.homIso
{J : Type w} →
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
{X Y : C} →
{f : J → (X ⟶ Y)} →
[Nonempty J] →
{t : CategoryTheory.Limits.Cotrident f} →
CategoryTheory.Limits.IsColimit t →
(Z : C) →
(t.pt ⟶ Z) ≃
{ h //
∀ (j₁ j₂ : J),
CategoryTheory.CategoryStruct.comp (f j₁) h = CategoryTheory.CategoryStruct.comp (f j₂) h }Given a colimit cocone for the family f : J → (X ⟶ Y), for any Z, morphisms from the cocone
point to Z are in bijection with morphisms h : Z ⟶ X such that
∀ j₁ j₂, f j₁ ≫ h = f j₂ ≫ h. Further, this bijection is natural in Z: see
Cotrident.IsColimit.homIso_natural.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 29 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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.CategoryStruct.compstatement and proof · cited by 17,999
- Equivstatement · cited by 8,337
- CategoryTheory.Limits.Cocone.ptstatement and proof · cited by 1,354
- CategoryTheory.Limits.IsColimitstatement and proof · cited by 773
- CategoryTheory.Limits.WalkingParallelFamilystatement · cited by 61
- CategoryTheory.Limits.parallelFamilystatement · cited by 58
- CategoryTheory.Limits.Cotridentstatement and proof · cited by 13
- CategoryTheory.Limits.Cotrident.πproof · cited by 12
- CategoryTheory.Limits.Cotrident.IsColimit.desc'proof · cited by 1
Cited by3
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.Cotrident.IsColimit.homIso_apply_coestatement and proof · cited by 0
- CategoryTheory.Limits.Cotrident.IsColimit.homIso_naturalstatement · cited by 0
- CategoryTheory.Limits.Cotrident.IsColimit.homIso_symm_applystatement and proof · cited by 0