Every nonidentity element in a free group $F$ has infinite order

Intuitively, a free group $F$ on a set of generators $S$ is the most economic way of turning $S$ into a group without introducing any relations among the generators other than what is absolutely necessary in order to obtain a group. If $g\in F$ is a non-identity element, then it can't satisfy the relation $g^n=e$, for $n>0$, since that would be an extra relation which is not necessary for $S$ to be turned into a group. So, all non-identity elements have infinite order.

To prove it, here is a first step. Let $g\in F$. Then $g$ can be represented as a word in the generators $S$ and their formal inverses, and assume it's written in such a way the word can't be reduced (i.e., no adjacent $s$ and $s^{-1}$). Suppose the first letter is $s$. If the last letter is not $s^{-1}$, then the length of any power $g^n$ will be at least the length of the word you started with (since the only way for it to become shorter is for the first and last letter to cancel, which, under the assumption, can't happen). Thus, the only way for any power of $g$ to become the identity (i.e., a word of length $0$), is for the original word to have length $0$, i.e., $g=e$. Now analyze what happens if the first and last letter of $g$ are inverses of each other.


A free group $F$ on a set of symbols $S$ is the set of all possible reduced words formed from the symbols and their formal inverses, with multiplication given by concatenation and reduction. A word is reduced if no symbol appears next to its formal inverse in the word.

For a simple example, let's consider the free group on the $2$ symbols $x$ and $y$. The following is a list of all possible reduced words of length less than or equal to $2$:

$$\varnothing,x,y,x^{-1},y^{-1},xx,xy,xy^{-1},yx,yy,yx^{-1},x^{-1}y,x^{-1}x^{-1},x^{-1}y^{-1},y^{-1}x,y^{-1}x^{-1},y^{-1}y^{-1}$$

where $\varnothing$ is the empty word. We multiply by concatenating words, and reducing, that is, removing the subwords $xx^{-1}$, $yy^{-1}$, $x^{-1}x$, and $y^{-1}y$. For example, we have the products $$xy^{-1}\cdot xy=xy^{-1}xy\\xy^{-1}\cdot yy=xy^{-1}yy=xy$$

This product satisfies the group axioms, and we see that $\varnothing$ is the identity of the group.

I recommend playing around a bit with arbitrary elements and their concatenations to get a feel for how elements multiply. Specifically, try to write down an element with finite order, and see what happens.

For a rigorous proof, suppose that for an arbitrary set $S$, we have a reduced word $s_1^{e_1}\ldots s_l^{e_l}$ with finite order, say $n>1$. Here the $s_i\in S$ and $e_i=1$ or $-1$. Then we have

$$s_1^{e_1}\ldots s_l^{e_l}s_1^{e_1}\ldots s_l^{e_l}(\ldots) s_1^{e_1}\ldots s_l^{e_l}s_1^{e_1}\ldots s_l^{e_l}=\varnothing$$

where we write the word next to itself $n$ times. Notice it follows that $s_1^{e_1}s_l^{e_l}=\varnothing$, and that $s_2^{e_2}\ldots s_{l-1}^{e_{l-1}}$ also has order $n$. We continue this process until we reach the middle of the word, noting that $s_i^{e_i}s_{l-i+1}^{e_{l-i+1}}=\varnothing$ for all $i=1,2,\ldots,\lfloor\frac{l+1}{2}\rfloor$. Then we can cancel from the inside out, showing that our original word was in fact $\varnothing$, a contradiction as $n>1$.


Let $g \in F$ be a non empty reduced word. Take a reduced subword $h$ of $g$ of maximal length such that $g=hxh^{-1}$ for some reduced word $x \in F$. Because $g$ is reduced, $x$ is non empty, and by maximality, there is no cancellation in the product $xx$. Therefore, $hx^nh^{-1}=g^n$ is a reduced word; hence $g^n \neq 1$.