Prove that spec of root 2 contains infinitely many powers of 2.

  • Thread starter Thread starter sachin123
  • Start date Start date
  • Tags Tags
    Root
AI Thread Summary
The discussion revolves around proving that the set Spec of root 2, defined as {⌊k√2⌋ : k ≥ 0}, contains infinitely many powers of 2. Participants express uncertainty about how to approach the proof and suggest using the binary representation of √2 to explore the relationship between k and powers of 2. A key insight involves analyzing the expression 2^n*√2 - floor(2^n*√2) and its behavior, noting that it can fall within specific intervals infinitely often. The conversation emphasizes the importance of careful diagramming to visualize the relationships between the numbers involved. Ultimately, the goal is to demonstrate that the Spec of root 2 indeed includes infinite powers of 2.
sachin123
Messages
117
Reaction score
0
Spec of root 2 is that set of elements floor(k * (root 2)) ; k >= 0 .

I have no idea of how I can prove the statement in the question.

Prove that spec of root 2 contains infinitely many powers of 2.
I need ideas on how to proceed.

Thank you
 
Physics news on Phys.org
sachin123 said:
Spec of root 2 is that set of elements floor(k * (root 2)) ; k >= 0 .

I have no idea of how I can prove the statement in the question.

Prove that spec of root 2 contains infinitely many powers of 2.
I need ideas on how to proceed.

Thank you

What is meant by the "spec" of root 2? I have never seen that term.

RGV
 
Here, it means Spec√2= {⌊k√2⌋ : k≥0}
 
sachin123 said:
Here, it means Spec√2= {⌊k√2⌋ : k≥0}

It's little tricky. Here's big hint. Pick k=floor(2^n*sqrt(2)). Think about what binary representation of sqrt(2) looks like. Play around with that for a while.
 
I've been thinking about it but I can't seem to move ahead.
sqrt(2) is irrational. It's binary representation has no pattern.
It would look like 1.0110101000001001111... and multiplying by 2^n would left-shift it n times.
Taking floor of this irrational number loses a portion of the number. And inside the Spec definition, we have floor (k * √2) and this floor would lose some number too.
Finally if √2 * √2 * 2 ^ n = 2 ^(n+1), this attempt leads to an interger smaller than that.
Where should I be heading?
 
Yeah, I'm actually running into the same problem. It's pretty easy to show 2^n*sqrt(2)-floor(2^n*sqrt(2)) is less than 1/2 an infinite number of times and I thought that would cover it, but I keep getting an inequality pointing the wrong way.
 
Last edited:
Dick said:
Yeah, I'm actually running into the same problem. It's pretty easy to show 2^n*sqrt(2)-floor(2^n*sqrt(2)) is less than 1/2 an infinite number of times and I thought that would cover it, but I keep getting an inequality pointing the wrong way.

Ok, I think you can do it. You can either pick 2^n*sqrt(2)-floor(2^n*sqrt(2)) to be in (0,1/2) or (1/2,1) (both happen an infinite number of times). Note it would also work fine if you could show the choice of k=floor(2^n*sqrt(2))+1 works. Just draw some careful diagrams of where all the numbers lie relative to each other.
 
Last edited:
Back
Top