Skip to content

Commit

Permalink
IsomorphismPcGroup: return maps that know they are isos
Browse files Browse the repository at this point in the history
Fixes #3431
  • Loading branch information
stevelinton authored and fingolfin committed Jun 5, 2019
1 parent 6ffb3a2 commit 3edbd44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/grpfp.gi
Original file line number Diff line number Diff line change
Expand Up @@ -4187,6 +4187,8 @@ local s, a, hom;
hom:=EpimorphismSolvableQuotient(G,s);
if Size(Image(hom))<>s then
Error("group is not solvable");
else
SetIsInjective(hom, true);
fi;
if a<>fail then
hom:=a*hom;
Expand Down

0 comments on commit 3edbd44

Please sign in to comment.