3

Is the set

$$ \left\{ 2^a \cdot 3^b \; : \; a, b \in \mathbb{Z} \right\} $$

dense in $[0, \infty)$? Seems like the answer is yes, but what's a simple proof?

Twiffy
  • 909

1 Answers1

2

Yes, but it's kinda tricky to prove. Here is my strategy: First prove that you can get a number of the form $2^a \cdot 3^b$ arbitrarily close to any number in [0,1]. Then observe that you can form another number of the same form that exceeds any given number $n$ (just make the exponent(s) large enough). Let $k$ denote a number of the form $2^a \cdot 3^b$ exceeding $n$. Then $n$ can be expressed as $r \cdot k$ where $r \in [0,1]$, thus by our first part of the proof, we have shown that there is a number of the form $2^a \cdot 3^b$ arbitrarily close to $r$, and call such a number $m$. The product $m \cdot k$ is a product of two numbers of the form $2^a \cdot 3^b$, and so by exponent properties and the closure of $\mathbb{Z}$ under addition, we have that $m \cdot k$ is of the form $2^a \cdot 3^b$.

  • 1
    I was trying to figure out why I could simplify to $[0,1]$ but everything I was coming up with was too complicated. Your strategy is very nice :) – Eric Stucky Mar 12 '16 at 06:59
  • 1
    At first I was actually skeptical the statement was true, then once I started thinking about it more carefully I realized that it very well could be. The key insight (which took me a few minutes to come up with), was that I could express $n$ as $r \cdot k$. Once I recognized that the rest was straightforward. – Justin Benfield Mar 12 '16 at 07:05