Problem
For a sequence, $u_n$ , $u_1=u_2=1$ and $u_{n+2}=u_{n+1}+u_n$
Using induction, prove $u_n<2^n$
So, I'm having trouble working through this. I've tried coming up with a conjecture for $u_n$ but it doesn't seem to work: $u_1=1$, $u_2=1$, $u_3=2$, $u_4=3$, $u_5=5$
I don't see a pattern. I'm assuming this isn't the way to go about this problem.
Can someone help me out? Thanks!
Because the base is obvious and by the assumption of the induction we obtain:$$u_{n+2}<2^n+2^{n-1}=3\cdot2^{n-1}<4\cdot2^{n-1}=2^{n+1}.$$