the problem is:
Prove by induction. In each case, n is a positive integer.
$2^{n} ≤ 2^{(n+1)} - 2^{(n-1)} - 1$
Right now I am at the following, but I got stuck and don't know where to go from here.
$2^{(n+1)} ≤ 2^{(n+2)} - 2^{n} - 1 = 2^{n}(2^{2} - 1) - 1 = 2^{n}(3) - 1 =$ $3*2^{n} - 1$
Obviously you need to show the inequality holds for $n=1$ which is trivial. Then suppose you have $2^n \leq 2^{n+1}-2^{n-1}-1$ for some $n$. Multiplying everything by 2 you get $(2)2^n \leq (2)2^{n+1}-(2)2^{n-1}-2$ which equals to $2^{n+1} \leq 2^{n+2}-2^{n}-2 \leq 2^{n+2}-2^n-1$ so the inequality holds for $n+1$ which implies it holds for every natural number.