I'm writing in reference to the answer to the question: If $\epsilon = \beta_1 \beta_2 ...... \beta_r$ where the $\beta's$ are 2- cycles, then r is even.
To be honest, even after looking after the answer a few things are unclear to me.
I don't understand the use of expressing $\epsilon$ in the forms:
$\epsilon = (ab)(ba)$,
$(ab)(bc)=(ac)(bc)$,
$(ac)(cb)=(bc)(ab)$,
$(ab)(cd)=(cd)(ab)$
Could someone tell me how he came up with these random forms of permutations (for the last two positions)? Is there any logic involved which I'm missing?
If $\beta_{r-1}\beta_r$ is in the first form I understand that that would be equal to the identity permutation and in that case we can just omit $\beta_{r-1}\beta_r$. BUT, how can we conclude from that $r-2$ is even, from there? Gallian says that it is by "Second Principle of Mathematical Induction". No idea what that means.
Gallian says that in the other three cases we need to replace the form of $\beta_{r-1}\beta_r$ on the right by "its counterpart on the left"? What does "counterpart" mean in this context? (I'm sorry if that's a silly question, but English isn't my first language, so I might be having trouble interpreting)
Moreover, what does he mean by "to obtain a new product of $r$ 2-cycles that is still the identity, but where the rightmost occurrence of the integer $a$ is in the second-from-the-rightmost 2-cycle". We now repeat the procedure just described with $\beta_{r-2}\beta_{r-1}$ and as before we obtain a product of $(r-2)$ 2-cycles equal to the identity or a new product of $r$ $2$-cycles where the rightmost occurrence of $a$ is in the third $2$-cycle from the right"?
Rather than discuss this specific proof, let me try to explain transpositions ($2$-cycles) a little more clearly and see if you can then understand Gallian's proof.
It seems that this author is using left multiplication, so we read the permutations right-to-left. That is, the permutation $\sigma\gamma = (a \quad b)(c \quad d)$ is read $\gamma = (c \quad d)$ first and then $\sigma = (a \quad b)$.
Now, the identity is the permutation that maps everything to itself. We can write this as $\varepsilon$, or as $1$, or as $(1)(2)\cdots(n-1)(n) = (n)(n-1)\cdots(2)(1)$ depending on your preference of notation. To show whether a permutation is even or odd, we have to decompose it into a product of transpositions and then count how many transpositions there are --- if it's even, then the permutation is even; if it's odd, the permutation is odd.
Consider the permutation product $$ (a \quad b)(a \quad b). $$ In this product, we have that $a \mapsto b$ in the first (the rightmost) permutation, and then $b \mapsto a$ in the second (the leftmost) permutation, so that $a \mapsto b \mapsto a$ and we see that $a$ maps to itself under this permutation. Similarly, we have that $b \mapsto a \mapsto b$ so that $b$ also maps to itself. Thus, the product is $$ (a \quad b)(a \quad b) = (b)(a) = \varepsilon. $$ So the product of any transposition with itself is the identity transposition. But since these are cyclic permutations, writing $(a \quad b)$ is exactly the same as $(b \quad a)$ --- they both indicate that $a$ maps to $b$ and that $b$ maps to $a$. So, we can write $$ (a \quad b)(a \quad b) = (a \quad b)(b \quad a) = (b \quad a)(a \quad b) = (b \quad a)(b \quad a) $$ as they all mean the same thing, and in fact all are the identity permutation.
Now, what the author is doing is showing that any product of transpositions can be written a couple of different ways. The base case for the induction is your first point. We just saw that $(a \quad b)(b \quad a)$ is the identity, and then the remainder of the first point is just analysing the different forms of the products of permutations. The inductive part is that the base case is proved to be true when $r = 2$ which is even, so assume that it's true for even $r$ up to $r - 2$. You show then that it is true for $r$ by breaking it up into an product of $r - 2$ transpositions (which is identity by assumption) and a product of transpositions that are also the identity. This is elaborated in Kenny Lau's answer.