Hercuflea
- 593
- 49
Homework Statement
"Use strong induction to show that every positive integer n can be written as a sum of distinct powers of two, that is, as a sum of a subset of the integers 2^{0} = 1, 2^{1} = 2, 2^{2}= 4, and so on. [Hint: for the inductive step, separately consider the case where k+1 is even and where it is odd. When it is even, note that (k+1)/2 is an integer.]
Homework Equations
Assume P(k) and show that P(k)--->P(k+1)
The Attempt at a Solution
P(n): every integer n\geq1 can be written as a sum of distinct powers of 2.
Basis step: clearly P(1) = 1 = 2^{0}
1 = 1
Inductive Step: Assume for some k\inN that k can be written as distinct powers of 2. Show that k+1 can be written as distinct powers of 2.
Case 1: k+1 is even:
Clearly if k = 2^{j} by the inductive hypothesis, then k+1 = 2^{j} + 2^{0}
I don't even see why I need a case 2. Apparently I have proven this by a direct proof even though I was trying to do induction.
I just don't know how to properly set up induction word problems. I have an easier time when the conjecture is given numerically. How can I write an equation for "n can be written as the sum of powers of 2" without making a bunch of new variables, like n = 2^{j} + 2^{m} + 2^{p} + ...?
Last edited: