Step (1): Assume given statement
Let the given statement be P(n), i.e.,
P(n):12+14+18+⋯+12n=1−12n
Step (2): Checking statement P(n) for n=1
Put n=1 in P(n), we get
P(1):12=1−121
⇒12=12
Thus P(n) is true for n=1
Step (3): P(n) for n=K
Put n=K in P(n) and assume this is true for some natural number K i.e.,
P(K):12+14+18+⋯+12K=1−12K ⋯(1)
Step (4): Checking statement P(n) for n=K+1
Now we shall prove that P(K+1) is true whenever P(K) is true.
Now, we have
P(K):12+14+18+⋯+12K+12K+1=1−12K+12K+1 (Using (1))
=1+12K+1−12K
=1+1−22K+1
=1−12K+1
Thus, P(K+1) is true whenever P(K) is true.
Final Answer :
Hence, from the principle of mathematical induction, the statement P(n) is true for all n∈N.