Theorems · Definition · category theory
CategoryTheory.Limits.Trident.IsLimit.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.Trident f} →
CategoryTheory.Limits.IsLimit t →
(Z : C) →
(Z ⟶ t.pt) ≃
{ h //
∀ (j₁ j₂ : J),
CategoryTheory.CategoryStruct.comp h (f j₁) = CategoryTheory.CategoryStruct.comp h (f j₂) }Given a limit cone for the family f : J → (X ⟶ Y), for any Z, morphisms from Z to its point
are in bijection with morphisms h : Z ⟶ X such that ∀ j₁ j₂, h ≫ f j₁ = h ≫ f j₂.
Further, this bijection is natural in Z: see Trident.Limits.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.Cone.ptstatement and proof · cited by 1,298
- CategoryTheory.Limits.IsLimitstatement and proof · cited by 664
- CategoryTheory.Limits.WalkingParallelFamilystatement · cited by 61
- CategoryTheory.Limits.parallelFamilystatement · cited by 58
- CategoryTheory.Limits.Tridentstatement and proof · cited by 15
- CategoryTheory.Limits.Trident.ιproof · cited by 15
- CategoryTheory.Limits.Trident.IsLimit.lift'proof · cited by 1
Cited by3
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.Trident.IsLimit.homIso_apply_coestatement and proof · cited by 0
- CategoryTheory.Limits.Trident.IsLimit.homIso_naturalstatement · cited by 0
- CategoryTheory.Limits.Trident.IsLimit.homIso_symm_applystatement and proof · cited by 0