Rudin gives the sequence $$ s_1 = \sqrt{2}, s_{n+1} = \sqrt{2 + \sqrt{s_n}}. $$ He asks for a proof by induction that $s_n < 2$ for all $n$.
My question, strangely enough, is on the base case. Clearly, $s_1 < 2$. However, it does not seem sufficient to me at this point to assume $s_k < 2$ and prove that $s_{k+1} < 2$ since $s_1$ does not abide by our $s_{n+1}$ formula. If no such $n > 1$ is less than $2$, than our induction step shouldn't establish the result.
Am I incorrect about this? In a proof like this, would it make sense to establish both an $n = 1$ and an $n = 2$ base case?
Since $s_2=\sqrt{2+\sqrt{s_1}}$, the inductive step from $n=1$ to $n=2$ works, so the only base step we need is $n=1$.