I have encountered several problems where one can prove the desired result without actually needing the induction hypothesis. More specifically, you basically just pick $n \in \mathbb{N}$ and run through the argument. In fact, the solution manual does exactly this (without breaking the problem in steps). What caused me some concern is that I encountered a problem where I can prove the desired result just picking arbitrary $n$, but I can prove it in a manner when I explicitly use the induction hypothesis. What does it mean when you don't actually need the induction hypothesis? Please help!
Here's the problem: Prove that for $p_{k} \geq 0$ and $\sum^{n}_{k=1} p_{k} = 1$, if $g(x) = \sum^{n}_{k=1} p_{k} \cos(\beta_{k}x)$, then $g^{2}(x) \leq \frac{1}{2} (1+ g(2x))$. We use the fact that if $f(x)= \cos(\beta x)$, then $f^{2}(x)= \frac{1}{2}(1+f(2x))$.