1+2+22+...+2n=2n+1−1 for all nϵN.
Let P(n) : 1+2+22+....+2n=2n+1−1 for all natural numbers n.
We observe that P(0) is true.
P(0):1=20+1−1
1=21−1
1=2−1
1=1, which is true.
Now, assume that P(n) is true for n = k.
So, P(k) : 1+2+22++.....+2k=2k+1−1 is true.
Now, We shall prove P(k + 1) is true.
P(k+1):1+2+22+....+2k+2k+1
=2k+1−1+2k+1
=2k+2−1
=2(k+1)+1−1
So, P(k+1) is true whenever P(k) is true.
Hence, P(n) is true.