Problem #7
Question: prove that for any natural number n,
2+22+23+...+2n=2n+1−2
Claim: (∀n∈N)(2+22+23+...+2n=2n+1−2)
Proof: let's prove it by induction.
Initial step: n=1, A(1)=21=22−2=2. The claim is true for initial step, because both sides equal 2.
Induction step: suppose A(n) and deduce A(n)⇒A(n+1). Let's add 2n+1 to the both sides of identity and we will get:
2+22+23+...+2n+2n+1=2n+1−2+2n+1=2⋅2n+1−2=2n+2−2
which is the identity with n+1 in place of n. By the principle of mathematical induction, the identity holds for all n. ◼