Theorems · Theorem · category theory
CategoryTheory.StructuredArrow.IsUniversal.hom_ext
∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {D : Type u₂} [inst_1 : CategoryTheory.Category.{v₂, u₂} D]
{S : D} {T : CategoryTheory.Functor C D} {f : CategoryTheory.StructuredArrow S T} (h : f.IsUniversal) {c : C}
{η η' : f.right ⟶ c},
CategoryTheory.CategoryStruct.comp f.hom (T.map η) = CategoryTheory.CategoryStruct.comp f.hom (T.map η') → η = η'Two morphisms out of a universal T-structured arrow are equal if their image under T are
equal after precomposing the universal arrow.
- Cited by
- 4 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.
Cites13
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.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.StructuredArrowstatement and proof · cited by 370
- CategoryTheory.StructuredArrow.rightstatement and proof · cited by 213
- CategoryTheory.StructuredArrow.homstatement and proof · cited by 150
- CategoryTheory.StructuredArrow.mkproof · cited by 125
- CategoryTheory.StructuredArrow.IsUniversalstatement and proof · cited by 13
- CategoryTheory.StructuredArrow.IsUniversal.descproof · cited by 5
Cited by4
Results whose statement or proof uses this declaration.
- CategoryTheory.Functor.hom_ext_of_isLeftKanExtensionproof · cited by 17
- CategoryTheory.StructuredArrow.IsUniversal.existsUniqueproof · cited by 2
- CategoryTheory.Bicategory.LeftLift.IsKan.hom_extproof · cited by 0
- CategoryTheory.Bicategory.LeftExtension.IsKan.hom_extproof · cited by 0