In chapter 1, (1.14), the authors uses induction to prove $A(n) = 2^m$ where
$$ \begin{eqnarray} A(1) & = & 1 \\ A(2n) & = & 2A(n), \text{for } n \ge 1 \\ A(2n + 1) & = & 2A(n), \text{for } n \ge 1 \\ \end{eqnarray}$$
As usual, $n = 2^m + 1$ and $0 \le l \lt 2^m$, for $n \ge 1$.
Can somebody show me the exact steps how to use induction to prove $A(2^m+l)=2^m$?
Thank you.
The base case is $n=1$, $m=l=0$, where indeed $A(1)=1=2^0$. The induction step goes like this (note that $m\ge1$ for $n>1$):
Assume $n>1$ and the claim holds for all natural numbers $<n$.
Hence at any rate $A(n)=2^m$.