Computer science professor, self-taught abstract algebraist. Beginner with GAP and SAGE.
Can someone show me the quickest way to, when given the description of a subgroup of S6, obtain its presentation in terms of permutations?
I've found this as a resource that lists all S6 subgroups: http://schmidt.nuigalway.ie/subgroups/s6.pdf
and read the various group Wikis. Also read this: Subgroups of $S_6$
Currently messing around with GAP and SAGE. Not yet convinced either of them will do what I want.
Basically, I am looking for the smallest permutation subgroup of S6 that has a certain property. Getting them in the right form isn't hard for subgroups of small order, but it gets tougher as they get larger. At the moment, I look at (say) the subgroups of order 18, of which if I understand the literature correctly there are two up to isomorphism. I find their presentation, and then have to try various things to get the elements as members of S6. For example, if I'm understanding things correctly, after a lot of work I was able to represent S3 x Z3 as (a,b,c) of order 6, (d,e,f) of order 3, a^2 = b^c = c^2, a^4=b^4=c^4, a=(1 2)(3 4 5), b=(1 6)(3 4 5), c=(2 6)(3 4 5), d=(1 2 6)(3 4 5), e=(1 6 2)(3 4 5), f=(1 2 3). At least, I hope that's what I did :-).
This is hit-or-miss, there's got to be a better way. As a bonus, I want to choose representations where every number appears at least once in at least one of the elements if such a representation can be found. For example, the obvious representation of S5 wouldn't suffice, since that set of permutations would never permute 6.
Grateful for any pointers, things to read, commands in GAP or SAGE, etc. Relative newcomer to group theory, apologies if I'm missing something well-known in the field. Thank you!
--BF
TzGoGo(P)
for eachP
given by the low index subgroup search whose command name escapes me. – Shaun Apr 17 '19 at 16:22representation
rather thanpresentation
(which has a particular technical meaning). – ahulpke Apr 17 '19 at 18:02