Theorem: For an integer a>1, we can divide a by two (and
round down)
times before we get down to
zero.
Proof: For a>1, let T(a) be the number of times we can divide a by 2 (and round down) before we get down to zero.
We can express T recursively as: T(1) = 1, and for a>0,
.
We want to show that
.
Correct.
Correct!