The Fibonacci sequence $F_0, F_1, F_2,\dots$ is defined by the rule $F_0=0, \ F_1=1, \ F_n = F_{n−1} + F_{n−2}$.
Use induction to prove that $F_n \ge \sqrt 2 ^n$ for $n \ge 6$.
So for the base case:
$F_6 = 8 \ge 2^{\frac 6 2} = 8$
$F_7 = 13 \ge 2^{\frac 7 2} = 11.31$
By definition: $F_{n+1} = F_n + F_{n-1} \ge \sqrt 2 ^n + \sqrt 2 ^{n-1}$.
This is as far as I could get and I'm not sure where to go from here. Any ideas?
$$2^{\tfrac n2}+2^{\tfrac{n-1}2}=(2^{\tfrac12}+1)2^{\tfrac{n-1}2}>2\cdot2^{\tfrac{n-1}2}=2^{\tfrac{n+1}2}.$$