Theorems · Definition · category theory
CategoryTheory.Limits.ImageMap.transport
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
{f g : CategoryTheory.Arrow C} →
[inst_1 : CategoryTheory.Limits.HasImage f.hom] →
[inst_2 : CategoryTheory.Limits.HasImage g.hom] →
(sq : f ⟶ g) →
(F : CategoryTheory.Limits.MonoFactorisation f.hom) →
{F' : CategoryTheory.Limits.MonoFactorisation g.hom} →
CategoryTheory.Limits.IsImage F' →
{map : F.I ⟶ F'.I} →
CategoryTheory.CategoryStruct.comp map F'.m =
CategoryTheory.CategoryStruct.comp F.m (CategoryTheory.Arrow.Hom.right sq) →
CategoryTheory.Limits.ImageMap sqTo give an image map for a commutative square with f at the top and g at the bottom, it
suffices to give a map between any mono factorisation of f and any image factorisation of g.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 16 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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.Arrowstatement and proof · cited by 713
- CategoryTheory.Arrow.leftstatement · cited by 426
- CategoryTheory.Arrow.rightstatement · cited by 423
- CategoryTheory.Arrow.homstatement and proof · cited by 335
- CategoryTheory.Arrow.Hom.rightstatement and proof · cited by 176
- CategoryTheory.Limits.HasImagestatement and proof · cited by 107
- CategoryTheory.Limits.MonoFactorisation.Istatement and proof · cited by 83
- CategoryTheory.Limits.MonoFactorisationstatement and proof · cited by 69
- CategoryTheory.Limits.MonoFactorisation.mstatement and proof · cited by 45
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.HasImageMap.transportproof · cited by 0