Given a set $ \{ \sqrt{3}, 2\sqrt{3}, 3\sqrt{3},...\}$, prove that some of the elements have fractional part less than 0.01 when written in decimal form.
Here is my attempt so far:
Divide the range $[0, 1.0]$ in blocks of size 0.01. So there would be 100 such blocks. Now there blocks would act as our pigeon holes. Fractional part of subsequent set elements would act as our pigeons. Now either of two cases can happen:
- Fractional part of a set element lies in block $[0, 0.01]$. In this case we are done.
- 2 set elements lie in same block. Let us say $n\sqrt{3}$ and $m\sqrt{3}$ where $n > m$. If mantissa of $n\sqrt(3)$ is greater than fractional part of $(n-m)\sqrt{3}$ would lie between $[0, 0.01]$. In this case we are done. I don't know what to do when fractional part of of $n\sqrt{3}$ is smaller.
Any suggestions or alternate solutions?