I'm trying to solve an induction proof exercise but this time I can't even understand how to proceed. I must prove that for every given $n\in \mathbb{N}$ with $n\geq2$ there exist $a,a_1,a_2,...,a_n$ in $\Bbb N\setminus\{0\}$ so that:
$$a^2 = a_1^2 + a_2^2 +\ldots+ a_n^2$$
I can't even think about the base case.
Can someone help me solving this problem please?
Induction Step: Suppose we know that there exist positive integers $a$, $a_1,a_2,\dots a_k$ such that $a^2=a_1^2+a_2^2+\cdots+a_k^2$.
For $i=1$ to $k$, let $b_i=3a_i$, and let $b_{k+1}=4a$. Let $b=5a$. Then $$b_1^2+b_2^2+\cdots+b_k^2+b_{k+1}^2=9a^2+16a^2=(5a)^2=b^2.$$