Skip to content

Commit

Permalink
AddDerivationToCAP( MorphismFromCoimageToImageWithGivenObjects, ... )
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-barakat committed Oct 4, 2023
1 parent 1ec4f9f commit c60dc43
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CAP/gap/DerivedMethods.gi
Original file line number Diff line number Diff line change
Expand Up @@ -2907,6 +2907,21 @@ AddFinalDerivationBundle( "IsomorphismFromImageObjectToKernelOfCokernel as the i
end,
] : CategoryFilter := IsAbelianCategory );

##
AddDerivationToCAP( MorphismFromCoimageToImageWithGivenObjects,
"MorphismFromCoimageToImageWithGivenObjects using that the image embedding lifts the coimage astriction",
[ [ ImageEmbeddingWithGivenImageObject, 1 ],
[ AstrictionToCoimageWithGivenCoimageObject, 1 ],
[ LiftAlongMonomorphism, 1 ] ],

function( cat, coimage, morphism, image )

return LiftAlongMonomorphism( cat,
ImageEmbeddingWithGivenImageObject( cat, morphism, image ),
AstrictionToCoimageWithGivenCoimageObject( cat, morphism, coimage ) );

end );

##
AddDerivationToCAP( MorphismFromCoimageToImageWithGivenObjects,
"MorphismFromCoimageToImageWithGivenObjects using that images are given by kernels of cokernels",
Expand Down

0 comments on commit c60dc43

Please sign in to comment.