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
2907
2907
end ,
2908
2908
] : CategoryFilter := IsAbelianCategory );
2909
2909
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
+
2910
2925
# #
2911
2926
AddDerivationToCAP( MorphismFromCoimageToImageWithGivenObjects,
2912
2927
" MorphismFromCoimageToImageWithGivenObjects using that images are given by kernels of cokernels" ,
You can’t perform that action at this time.
0 commit comments