Theorems · Theorem · category theory
CategoryTheory.Limits.image.lift_mk_comp
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {X Y Z : C} (f : X ⟶ Y) (g : Y ⟶ Z)
[inst_1 : CategoryTheory.Limits.HasImage g]
[inst_2 : CategoryTheory.Limits.HasImage (CategoryTheory.CategoryStruct.comp f g)]
(h : Y ⟶ CategoryTheory.Limits.image g)
(H :
CategoryTheory.CategoryStruct.comp (CategoryTheory.CategoryStruct.comp f h) (CategoryTheory.Limits.image.ι g) =
CategoryTheory.CategoryStruct.comp f g),
CategoryTheory.CategoryStruct.comp
(CategoryTheory.Limits.image.lift
{ I := CategoryTheory.Limits.image g, m := CategoryTheory.Limits.image.ι g, m_mono := ⋯,
e := CategoryTheory.CategoryStruct.comp f h, fac := ⋯ })
(CategoryTheory.Limits.image.ι g) =
CategoryTheory.Limits.image.ι (CategoryTheory.CategoryStruct.comp f g)- Cited by
- 3 results in Mathlib
- Foundations
- Depth 10 from the axioms · uses propext, Classical.choice
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- CategoryTheory.Limits.imagestatement and proof · cited by 124
- CategoryTheory.Limits.HasImagestatement and proof · cited by 107
- CategoryTheory.Limits.image.ιstatement and proof · cited by 104
- CategoryTheory.Limits.MonoFactorisation.Istatement · cited by 83
- CategoryTheory.Limits.image.liftstatement · cited by 16
- CategoryTheory.Limits.image.lift_facproof · cited by 10
Cited by3
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.image.preComp_ιproof · cited by 3
- CategoryTheory.Limits.image.lift_mk_comp_assocproof · cited by 0
- CategoryTheory.Limits.image.preComp_compproof · cited by 0