I'm trying to understand this statement. The free group $F_2=\langle a,b\rangle$ is freely generated, so by the definition there is a homomorphism from $F_2$ to $\mathbb{Z}\oplus\mathbb{Z}=\{c^m,d^n\mid m,n\in\mathbb{Z}\}$, sending $a$ to $c$ and $b$ to $d$. Let $K$ be its kernel and $N$ is the normal closure of $aba^{-1}b^{-1}$. Thus $$\mathbb{Z}\oplus\mathbb{Z}\cong F_2/K, \quad \langle a,b\mid aba^{-1}b^{-1}\rangle\cong F_2/N.$$ Since $N$ is the smallest normal subgroup that contains $aba^{-1}b^{-1}$, it is clear that $N\subset K$.
Now my question is how to verify $K\subset N$.
In Bowditch's note A course on geometric group theory says $F_2/N$ is abelian (I think it is because of $aba^{-1}b^{-1}$), and it is generated by $Na$ and $Nb$ which commute. Thus a typical element has the form $Na^mb^n$. This gets sent to $c^md^n$ under the natural map to $\mathbb{Z}\oplus\mathbb{Z}=F_2/K$. But I'm completely confused by the following statement:
If this is the identity, then $m=n=0$. This shows that $N=K$ as claimed.
Why do we consider the identity and how do we get the equation? Then why can we deduce the inclusion relationship from this equation?
The map $\phi:F_2=\langle a,b\rangle\to\mathbb Z\oplus\mathbb Z$ sending $a\mapsto(1,0)$, $b\mapsto(0,1)$ is the abelianisation of $F_2$. Hence its kernel is the commutator subgroup $ [F_2,F_2]= <aba^{-1}b^{-1}> $
$$ K=\ker\phi=[F_2,F_2]=N, $$ because $N$ is defined as the normal closure of the commutator. No further verification is needed: “kernel of the abelianisation” and “normal subgroup generated by all commutators” are the same object.
– Sara Apr 23 '25 at 09:32