Question:
If $\tau_1$ is a transposition in $S_n$, check that $\tau_1$ consists of $n-1$ cycles and that $n-1$ is even or odd according as $n+1$ is even or odd. If $\tau_1,\tau_2,\cdots,\tau_m$ are transpositions in $S_n$, prove by induction on $m$ that the product $\tau_1\tau_2\cdots\tau_m$ is expressed in disjoint cycles, the number of disjoint cycles is even or odd according as $n+m$ is even or odd.
My first problem is that I don't understand the first sentence. It says to check if a transposition has $n-1$ cycles but transpositions are defined as cycles of length 2. It seems to make more sense to me if it was asking to check if the number of cycles in the permutation $\alpha$ of which $\tau_1$ is a transposition consists of $n-1$ disjoint cycles.
Secondly, I am having difficulty with the inductive proof.
I start out by assuming the number of disjoint cycles, $c$, in $\tau_1\tau_2\cdots\tau_m$ is even or odd depending on if n+m is even or odd.
The number of disjoint cycles in $\tau_1\tau_2\cdots\tau_m\tau_{m+1}$ is $c+1$ or $c-1$ depending on if for $\tau_{m+1}=(ab)$, $a$ and $b$ were in the same cycle or disjoint cycles for the simplified product of transpositions. So if $c$ is even $c\pm1$ are odd and if $c$ is odd then $c\pm1$ is even. Does this directly imply $n+m+1$ is even or odd depending on if $c\pm1$ is even or odd?