Are there any statements that are true and can only be proved by induction?
(In most of the proofs I saw the induction proof shed some light on another way of proving a statement e.g. with divisibility problems, after solving it by induction you can guess how you should factor the original expression to get the result directly)
In set theory the set $\omega$ of natural numbers is constructed on base of the axiom of infinity. This as the smallest set that contains $\varnothing$ as element and is closed under the operation $a\mapsto a\cup\{a\}$.
After that several properties of natural numbers are proved by induction. For instance the fact that all natural numbers are transitive sets. This by showing that the set $b:=\{n\in\omega\mid n\text{ is transitive}\}$ also contains $\varnothing$ as element and is closed under the operation $a\mapsto a\cup\{a\}$ (induction).
Then $\omega\subseteq b\subseteq\omega$ or equivalently $b=\omega$, wich means that every $n\in\omega$ is transitive.
I don't think there is a way to avoid induction here.