This is a typical rendition the Peano Axiom of Induction:
If subset $S \subseteq \mathbb{N}$ contains $1$ and is closed under the successor function (i.e., $n \in S$ implies $\sigma\text{n} \in S$ where $\sigma$ is the successor function) then that subset $S$ is all of $\mathbb{N}$.
How do we make the leap that $S$, which might not be all of $\mathbb{N}$ eventually does cover all of $\mathbb{N}$? I can only assume $\sigma\text{n}$ takes things outside of $S$?
It follows from the definition of the natural numbers. $\mathbb{N}$ is defined as the smallest set containing 0 (or 1, if you insist on starting at 1) and closed under successors.
If that answer isn't satisfactory, then assume $S \subset \mathbb{N}$ is a strict subset (so $S \neq \mathbb{N}$). Let $k$ be the least element of $\mathbb{N} \setminus S$. Then either $k = 1$ or there is a natural number $n$ such that $\sigma n = k$. By the definition of $k$, $n \in S$, and since $S$ is closed under successors, $\sigma n = k \in S$, which is a contradiction.