Let $\Omega$ denote the set of integer tuples $(a,b)$ where $a + b$ is odd. We define two permutations of $\Omega$ as:
- $ \sigma : (a,b) \mapsto (a+1,b-1)$ and
- $ \delta: (a,b) \mapsto (b,a)$
Let $G$ be the group generated $\sigma$ and $\delta$. We need to construct a strictly descending infinite sequence of non-commutative subgroups such that: $G > G_1 > G_2 > ...$
A couple of questions:
- Is there a rule I have to apply to find such a sequence? Like substracting an element from the set of tuples generated by the two permutations? Is the "descending" refering to the number of elements of the set that the group applies to?
- Non-commutative subgroups (non-abelian?)? I see that the main group operation is the addition here (which is commutative on integers) and I really don't understand what are these exactly.
- How is it possible for such a sequence never to end? The trivial subgroup will never be reached?
Any help?