A sequence x1,x2,x3,...... is defined by letting x1=2 and xk=xk−1n for all natural numbers k, k≥2. Show that xn=2n! for all nϵN.
Let P(n) : xn=2n!, ∀∩ϵN to prove P(2) is true.
Step 1: P(2) : x2=22!=22×1=1
As, given x1=2
xk=xk−1k
x2=x12=22=1
Hence, P(2) is true.
Step II : Now, assume that P(k) is true.
P(k):xk=2k!
Step III : Now, to prove that P(k + 1) is true, we have to show that
P(k+1):xk+1=2(k+1)
xk+1=xk+1−1k=xkk
=2k!k=2(k+1)!
So, P(k + 1) is true. Hence, P(n) is true.