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?
To avoid a lengthy discussion, I will provide a full answer:
You can easily check that $\sigma^n(a,b)=(a+n,b-n)$ for any positive integer $n$. Note that this is the case for all pairs $(a,b)$. In particular, $\sigma^n\delta(0,0)=(n,-n)$ and $\delta\sigma^n(0,0)=(-n,n)$ so $\sigma^n\delta\ne\delta\sigma^n$.
I describe one possible descending sequence. Let $G_i=\langle\delta,\sigma^{2^i}\rangle$. From the above observation $G_i$ is non-abelian. As $\sigma^{2^{i+1}}=(\sigma^{2^i})^2$ we have $G_{i+1}\le G_i$. You can check that each permuation in $G_{i+1}$ is of the form $(a,b)\mapsto (a+2^{i+1}k,b+2^{i+1}k)$ or $(a,b)\mapsto (b+2^{i+1}k,a+2^{i+1}k)$ for some integer $k$. In particular, $\sigma^{2^i}\notin G_{i+1}$ so $G_{i+1}<G_i$ as required.