excuse me if my question is trivial. I’m trying to use magma to construct faithful permutation representations of a certain group using the group action that lets the group G acts by the left multiplication on some core free subgroups. I used the following code which successfully gives me the faithful permutation representation with regard to (one subgroup H).
f, L := CosetAction(G, H);
f;
My question: is there a code that construct me a faithful permutation representation of a group with regard to given two subgroups such that the core of the intersection of the two subgroups i give is trivial?
Your help with this is highly appreciated. Thanks.
Here is how to do it in Magma, using Alexander's example with an embedding into a direct product.