Let A=[1011].
Let us prove by Mathematical Induction the following formula:
An=[10n1].
Base case:
n=1:
A1=[1011]
n=2:
A2=[1011]⋅[1011]=[1021]
Inductive step:
Assume that for n=k it is true that Ak=[10k1] and prove for n=k+1:
Ak+1=Ak⋅A=[10k1]⋅[1011]=[10k+11]
Conclusion:
Therefore, by Mathematical Induction An=[10n1] for each n∈Z+
Comments