A subset $E$ of $\mathbb{R}$, the set of real numbers, is said to be inductive if $1 \in E$, and for every $x \in E$ the number $x+1 \in E$ also.
The set $\mathbb{N}$ of natural numbers is defined to be the intersection of all the inductive sets of real numbers.
Since the sets $\{ x \in \mathbb{R} | x > 0 \}$ and $\{ x \in \mathbb{R} | x \geq 1 \}$ are inductive, therefore we can conclude that all the natural numbers are $\geq 1$.
Now using this machinery how can we (use induction to) prove the following statement?
For any natural number $n$, there exists no natural number in the open interval $(n, n+1)$.
Since it is an open interval, any $x$ in $(n, n+1)$ satisfies $x > n$ and $x < n + 1$.
We can use these two inequalities to show that $x$ cannot be an integer. Assume for contradiction that $x$ is an integer:
$x > n$ is equivalent to $x \ge n + 1$ but this contradicts $x < n + 1$. QED.