Let's suppose we are asked to prove $1+2+\ldots+n=\frac{n(n+1)}{2}$, for a natural number $n$. Is the use of mathematical induction inevitable in this situation? For instance, what makes the following proof not mathematically sound?
$S=1+\dots+n$
$S=n+\dots+1$
Adding both sides of the two equations gives $2S=\overbrace{(n+1)+\dots+(n+1)}^{n \text{ times}}$, and dividing through by $2$ yields the result.
OK, you proved that $$1 + 2 + \dots + n = \frac{n(n+1)}{2}$$ without explicitly using induction.
But your proof relies, often implicitly, on a lot other results in arithmetic. For instance, that addition is commutative. And how do you prove commutativity? Trust me, you need induction (see here for instance). Maybe you can find a proof of commutativity that do not use induction explicitly, but it necessarily uses other lemmas that rely on induction.
So, also your proof relies (indirectly) on induction.
The "necessity" of induction in arithmetic to prove non-trivial properties of natural numbers has been formalized for the first time by Peano. If you are interested to know what you can prove in arithmetic without never using induction (not even implicitly), see Robinson arithmetic.