Let $G$ be a finite group. If the order of $G$ is even, prove that there is at least one element $a$ in $G$ such that $a\not= e$ and $a=a^{-1}$.
Here's my idea:
Suppose $\{x_1,\cdots,x_n\}$ is all of the elements in $G$ [edit: I meant to add "such that $x\not =x^{-1}$"] (but without their inverses or the identity $e$). This set has $n$ elements. Now consider the set of the inverses that correspond to each element: $\{x^{-1}_1,\cdots,x^{-1}_n\}$. Since $G$ is a group, there is a one-to-one correspondence between these two subsets. The total order of these groups is $2n$. Consider the identity $e$, which adds 1 to $\left| G \right|$ to give $G=\{e,x_1,\cdots,x_n,x^{-1}_1,\cdots,x^{-1}_n\}$, which yields: $$|G|=2n+1,$$ which is an odd value. But there may be elements that satisfy $y\in G:y=y^{-1}$. In this case, these elements are redundant and so they each add 1 to the order of $G$. Therefore,
$$|G|=[2n_x+1]+n_y$$
The term in brackets is odd, so $|G|$ is even if and only if the number of elements $y$, or $n_y$, is odd. If $n_y$ is odd, it is clear that $\exists y\in G:y\not = e \wedge y= y^{-1}$. Q.E.D.
My questions are:
- Is this proof valid?
- Any recommendations on how I can make this proof shorter and more elegant? (I struggle with wordiness)
Thank you.
Your idea is along the right track, but not worded well.
Note that if any element $g$ in $G$ has even order $2k$, then $g^k=g^{-k}$ is your desired element.
Suppose for sake of contradiction that all non-identity elements of $G$ have odd order. Then as you noted, such an element cannot be its own inverse $g=g^{-1}$, else it would have order $2$. Since inverses are unique, you can group all the non-identity elements of $G$ into pairs. Therefore, $|G|$ is odd, a contradiction.
For a more powerful result, see Cauchy's theorem.