- #1
kingwinner
- 1,270
- 0
Claim: every natural number n can be uniquely expressed in the form
n = 2jo + 2j1 + 2j2 +...+ 2jm
where m≥0 and 0≤jo<j1<j2<...<jm.
===========================
So I think we need to prove two things: (i) existence and (ii) uniqueness.
My idea is to prove existence first by mathematical induction, and after that prove uniqueness.
Base case:(n=1)
1=20 (jo=0, m=0)
So the claim is true for n=1
Induction hypothesis: Assume the claim is true for n=k, k≥1
i.e. k = 2jo + 2j1 + 2j2 +...+ 2jm
where m≥0 and 0≤jo<j1<j2<...<jm.
With this, we need to prove that k+1=2to + 2t1 + 2t2 +...+ 2tp
where p≥0 and 0≤to<t1<t2<...<tp. (where p is not necessarily equal to m)
And now I am stuck. How can I prove that n=k+1 is true using the induction hypothesis? Notice that adding 20 may not work because it is possible that jo=0, and now I feel hopeless...
Any help is much appreciated!:)
n = 2jo + 2j1 + 2j2 +...+ 2jm
where m≥0 and 0≤jo<j1<j2<...<jm.
===========================
So I think we need to prove two things: (i) existence and (ii) uniqueness.
My idea is to prove existence first by mathematical induction, and after that prove uniqueness.
Base case:(n=1)
1=20 (jo=0, m=0)
So the claim is true for n=1
Induction hypothesis: Assume the claim is true for n=k, k≥1
i.e. k = 2jo + 2j1 + 2j2 +...+ 2jm
where m≥0 and 0≤jo<j1<j2<...<jm.
With this, we need to prove that k+1=2to + 2t1 + 2t2 +...+ 2tp
where p≥0 and 0≤to<t1<t2<...<tp. (where p is not necessarily equal to m)
And now I am stuck. How can I prove that n=k+1 is true using the induction hypothesis? Notice that adding 20 may not work because it is possible that jo=0, and now I feel hopeless...
Any help is much appreciated!:)