Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IsConjugate returns wrong result #58

Closed
stertooy opened this issue May 4, 2021 · 0 comments · Fixed by #60
Closed

IsConjugate returns wrong result #58

stertooy opened this issue May 4, 2021 · 0 comments · Fixed by #60

Comments

@stertooy
Copy link
Contributor

stertooy commented May 4, 2021

gap> G := ExamplesOfSomePcpGroups( 10 );;
gap> g1 := G.1;;
gap> h := G.2*G.3;;
gap> g2 := G.1^h;;
gap> IsConjugate( G, g1, g2 );
false
gap> RepresentativeAction( G, g1, g2 );
g2*g3

Happens in both versions 2.14 and 2.16. IsConjugate calls ConjugacyElementsBySeries which incorrectly returns false, whereas RespresentativeAction will call RepresentativeActionOp from GAP itself (gap-4.11.1/lib/oprt.gi, from line 2737) which correctly produces a conjugating element.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant