Induction Proof

Theorem: For an integer a>1, we can divide a by two (and round down) tex2html_wrap_inline201 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, tex2html_wrap_inline273 .

We want to show that tex2html_wrap_inline253 .


next up previous
Next: About Proofs Up: RECURSION Previous: A Recurrence Relation