Prove that every natural number $n\geqslant 12$ can be written as a linear combination of $4$ and $5$ with non negative integer coefficients.
I proceeded by induction.
For $n=12$ we have $12=3\cdot 4 +0\cdot 5$
Let $n>12$
Suppose that the hypothesis is valid for every $k\in \mathbb{N}$ with $12<k<n$
Now by doing some calculations we see that for $n=13,14,\ldots,24$ can be written as a linear combination of $4$ and $5$ with non negative integer coefficients.
Suppose that $n>24$ then $n=12+(12+k)$ where $12<12+k<n$ and by induction hypothesis $12+k=4x+5y$ , $x,y\geqslant0$
We conclude that $n=12+4x+5y$.
Is this proof right or does it have a logical mistake?
My question is a proof verification and about a possible logical mistake in using the strong induction. It's not an exercise that I want someone to solve for me.