I am trying to look in GAP if it tells us that two groups have same presentation, like, IsIdenticalPresentation(G,H); but I couldn't find any. Could you please help me to find out, if there is any? In magma there is such command, but I am wondering if I could find in GAP as well.
2026-03-27 19:41:35.1774640495
Same presentation groups,
111 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There is no built-in function that does so, but one can do easily by mapping relators. The following function does so with minimum amount of cleverness as far as generator names, and arrangement of relators is concerned. Clearly even minimal changes will result in the presentations to be considered different.