I am not sure that this is the right forum, but anyhow:
Suppose I have a subgroup $H$ of $S_n$ (given by generators). Does either system make it easy to find the maximal subgroup containing $H$?
I am not sure that this is the right forum, but anyhow:
Suppose I have a subgroup $H$ of $S_n$ (given by generators). Does either system make it easy to find the maximal subgroup containing $H$?
Copyright © 2021 JogjaFile Inc.
(I presume you want the maximal subgroup$\color{red}{s}$ of $S_n$ containing $H$.)
You probably would have to compute at least part of the maximal subgroups (which is easy for $S_n$ if the degree is not too big) and then test conjugates of which subgroup (representative) contain $H$.
For example -- modifying the code for
IntermediateSubgroupsthat is to be in the next release of GAP -- the following routine does this:This is not particularly clever standard code which nevertheless might be sufficient for doing a concrete example.
(I believe Magma has a variant of
LowIndexSubgroupsfor permutation groups and that function might allow you to specify a subgroup that is to be contained, but I do not know that system enough to give details.)