Theorems · Definition · category theory
CategoryTheory.Limits.imageSubobjectMap
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
{W X Y Z : C} →
{f : W ⟶ X} →
[inst_1 : CategoryTheory.Limits.HasImage f] →
{g : Y ⟶ Z} →
[inst_2 : CategoryTheory.Limits.HasImage g] →
(sq : CategoryTheory.Arrow.mk f ⟶ CategoryTheory.Arrow.mk g) →
[CategoryTheory.Limits.HasImageMap sq] →
CategoryTheory.Subobject.underlying.obj (CategoryTheory.Limits.imageSubobject f) ⟶
CategoryTheory.Subobject.underlying.obj (CategoryTheory.Limits.imageSubobject g)Given a commutative square between morphisms f and g,
we have a morphism in the category from imageSubobject f to imageSubobject g.
- Defined in
- Mathlib.CategoryTheory.Subobject.Limits
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 39 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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 · cited by 19,642
- CategoryTheory.CategoryStruct.compproof · cited by 17,999
- CategoryTheory.Iso.homproof · cited by 7,684
- CategoryTheory.Iso.invproof · cited by 6,514
- CategoryTheory.Arrowstatement · cited by 713
- CategoryTheory.Arrow.mkstatement and proof · cited by 421
- CategoryTheory.Subobjectstatement · cited by 385
- CategoryTheory.Subobject.underlyingstatement · cited by 211
- CategoryTheory.Limits.HasImagestatement and proof · cited by 107
- CategoryTheory.Limits.imageSubobjectstatement · cited by 53
Cited by5
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.imageSubobjectMap_arrowstatement · cited by 2
- CategoryTheory.Limits.imageSubobjectMap_arrow_assocstatement and proof · cited by 0
- CategoryTheory.Limits.image_map_comp_imageSubobjectIso_invstatement and proof · cited by 0
- CategoryTheory.Limits.imageSubobjectMap.congr_simpstatement and proof · cited by 0
- CategoryTheory.Limits.imageSubobjectIso_comp_image_mapstatement · cited by 0