File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff 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# #
29112926AddDerivationToCAP( MorphismFromCoimageToImageWithGivenObjects,
29122927 " MorphismFromCoimageToImageWithGivenObjects using that images are given by kernels of cokernels" ,
You can’t perform that action at this time.
0 commit comments