Could someone please check my work and see if this is correct? Thanks. For all integers $n \geq 1$, prove the following statement using mathematical induction. $$1+2^1+2^2+...+2^n = 2^{n+1}- 1$$ 1) Base Step:
$$n = 0: 2^0=2^{0+1}-1 = 1$$
2) Inductive Hypothesis: Assume that any non-negative integer $n$ that $1+2^1+2^2…2^n=2^{n+1}-1$
3) We must show that $1+2^1+2^2…+2^{n+1} = 2^{n+1}-1$
4) Proof: \begin{align*} 1+2^1+2^2…2^n & = 2^{n+1}-1\\ & = 2^{n+1}-1 + 2^{n+1}\\ & = 2(2^{n+1})-1\\ & = 2^{n+1} -1 \end{align*}
There are several mistakes:
Your base step should be from $n=1$.
In step 3), right hand side should be $2^{n+2}-1$.
You should start from the left hand side of step 3, using your assumption in 2, try to derive the right hand side. Please try again.