Skip to content

Commit 09f3812

Browse files
AddDerivationToCAP( MorphismFromCoimageToImageWithGivenObjects, ... )
1 parent 6c8a934 commit 09f3812

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CAP/gap/DerivedMethods.gi

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2907,6 +2907,21 @@ AddFinalDerivationBundle( "IsomorphismFromImageObjectToKernelOfCokernel as the i
29072907
end,
29082908
] : CategoryFilter := IsAbelianCategory );
29092909

2910+
##
2911+
AddDerivationToCAP( MorphismFromCoimageToImageWithGivenObjects,
2912+
"MorphismFromCoimageToImageWithGivenObjects using that the image embedding lifts the coimage astriction",
2913+
[ [ ImageEmbeddingWithGivenImageObject, 1 ],
2914+
[ AstrictionToCoimageWithGivenCoimageObject, 1 ],
2915+
[ LiftAlongMonomorphism, 1 ] ],
2916+
2917+
function( cat, coimage, morphism, image )
2918+
2919+
return LiftAlongMonomorphism( cat,
2920+
ImageEmbeddingWithGivenImageObject( cat, morphism, image ),
2921+
AstrictionToCoimageWithGivenCoimageObject( cat, morphism, coimage ) );
2922+
2923+
end );
2924+
29102925
##
29112926
AddDerivationToCAP( MorphismFromCoimageToImageWithGivenObjects,
29122927
"MorphismFromCoimageToImageWithGivenObjects using that images are given by kernels of cokernels",

0 commit comments

Comments
 (0)