Let $ϕ: R → S$ be a ring homomorphism, where $S$ is a domain. Prove that if $u ∈ R$ is nilpotent then $u ∈ ker ϕ$.
Solution: Suppose that $n ∈ N$ and $u^n = 0_R$. Then $0_S = ϕ(0_R) = ϕ(u^n) = ϕ(u)^n = ϕ(u)^{n−1}ϕ(u)$, so either $ϕ(u) = 0_S$ or $ϕ(u)^{n−1} = 0_S$ since $S$ is a domain. Repeating this, we eventually find that $ϕ(u) = 0_S$ and so $u ∈ \ker ϕ$.
I don't understand how "Repeating this, we eventually find that $ϕ(u) = 0_S$ and so $u ∈ \ker ϕ$." Could someone show me how you repeat it to get the final answer?