The free group is often defined by its universal property. A group $F$ is said to be free on a subset $S$ with inclusion map $\iota : S \rightarrow F$ if for every group $G$ and set map $\phi:S \rightarrow G$ there exists a unique homomorphism $\overline{\phi}:F \rightarrow G$ such that $\overline{\phi} \circ \iota (s) = \phi (s)$ $ \forall s \in S$.
It is said that the existence of $\overline{\phi}$ is what determines there are no relations. My question is (without defining the (free) group of reduced words) can you show there are no relations just by picking groups G to map into? That is, can you show no reduced words on $S^{\pm1}$ (excluding the empty word) are equal to the identity element in the free group?
Example attempt:
Suppose the reduced word $w$ is not the empty word, so it contains some letter $a$. Suppose adding all the powers of $a$ in the word $w$ gives the integer $k$. Define the set map $\phi : S \rightarrow \mathbb{Z}/( \lvert k \rvert +1)\mathbb{Z} $ by
$\phi (s) = \left\{ \begin{array}{@{}l@{\thinspace}l} 0 & \text{ if } s \neq a\\ 1 & \text{ if } s = a\\ \end{array} \right.$
then the homomorphism from $F$ to $\mathbb{Z}/( \lvert k \rvert +1)\mathbb{Z}$ extending the set map $\phi$ sends $w$ to $k$. As homomorphisms preserve group identities, and k is not the identity in $\mathbb{Z}/( \lvert k \rvert +1)\mathbb{Z}$, then $w$ is not the identity in $F$.
This was my first idea, but fails because it misses the case where $k=0$.