Here is what I am trying to prove:
The order of an element in $S_n$ in its cycle decomposition is equal to the least common multiple of the order of its constituent cycles.
So, assume that $\sigma \in S_n$ is of order $k$ and in its cycle decomposition; take $\sigma = \tau_1 \tau_2 \dots \tau_p$. Then
$\sigma^k = \tau_1^k \dots \tau_p^k$
or
$e = \tau_1^k \dots \tau_p^k$
I want to conclude that $\tau_i^k = e$ for all $i$, but am unsure how to do this. I figure that it has to do with the $\tau_i$'seach being pairwise disjoint cycles, and so whenever you take a power of $\tau_i$ it won't involve any other the other numbers that aren't already in $\tau_i$, which means it can't cancel with any of the other $\tau_j$'s. However, I am having difficulty making this argument more rigorous.
EDIT 1: It seems that I want to prove something like the following: if $\tau = (a_1~\dots a_p)$ is a $p$-cycle, then $\tau^k$ will only involve $a_1$, $a_2$,...,$a_p$ in a nontrivial way.
EDIT 2:Rob, here is an attempt at filling in the details. Suppose there exists an $i$ such that $\tau_i^k \neq e$, which means that it is not the identity permutation. Therefore, there exists a symbol $x$ such that $\tau_i^k(x) \neq e$. Now, $e = \tau_1^k \dots \tau_p^k$ says that $\tau_1^k \dots \tau_p^k$ is in fact the identity permutation and therefore $(\tau_1^k \circ \dots \circ \tau_i^k \circ \dots \circ \tau_p^k)(x)=x$
But since these permutations are disjoint, we have commutativity, and so
$(\tau_1^k \circ \dots \circ \tau_i^k \circ \dots \circ \tau_p^k)(x) = (\tau_1^k \circ \dots \circ \tau_p^k \circ \tau_i^k)(x) = \tau_1^k(\tau_2^k(\dots \tau_p^k(\tau_i^k(x))\dots))$
Since $\tau_i^k(x)$ doesn't appear in any of the $\tau_j^k$'s, where $j \ne i$, then $\tau_j^k(\tau_i^k(x)) = \tau_i^k(x)$. But this means
$\tau_1^k(\tau_2^k(\dots \tau_p^k(\tau_i^k(x))\dots)) = \tau_i^k(x) = x$,
which is a contradiction.
I feel that I am missing something, that this proof isn't yet rigorous enough.
Another question is, why does $x$ and $\tau_i(x)$ appear in the cyclic permutation $\tau_i$?
PS: When responding, feel free to use something other than tau; that was rather annoying to type.
Hint: if $\tau_i^k \neq e$ for some $i$, then $\tau_i^k(x) \neq x$ for some $x$. But then $x$ and $\tau_i(x)$ appear in the cyclic permutation $\tau_i$ but not in the cyclic permutations $ \tau_j$ for $j \neq i$. So what is $(\tau_1^k\ldots\tau_i^k\ldots \tau_p^k)(x)$?
(To give more detail in the light of your edits: if $\tau = (a_1 \, \ldots \, a_k)$, then the $a_i$ comprise precisely the symbols that are not fixed by $\tau$, i.e., the symbols $y$ for which $\tau(y) \neq y$. If $\tau^k(y) \neq y$ then you must have $\tau(y) \neq y$, so $y$ must be one of the $a_i$. For example, if $n=5$ and $\tau = (2\,5\,4)$, then $\tau(x)$ is equal to $x$ if $x \in \{1, 3\}$, while if $x \in \{2, 4, 5\}$, then so are $\tau(x)$ and $\tau^2(x)$).