2

I have been trying to prove the following for quite a while but have been unable to do so:

For all $n\in \mathbb{N}$, $(2\pi k, 2\pi k+1/n) \cap\mathbb{N} \ne\emptyset $ for some $k \in \mathbb{N}$.

I believe $2\pi$ is not something special in the claim; if $2\pi$ is replaced by some irrational number greater than $1$, it still holds.

I tried using the density of rationals in the reals but clearly it won't help (unless used in a very clever way!). Hints in the direction to prove this would be appreciated.

ashK
  • 3,985

1 Answers1

4

By the pigeonhole principle, if you are given more than $n$ points in $[0,1]$ then there will be at least two of them within distance $\tfrac{1}{n}$ of each other.

You can apply this to $2\pi k\mod 1$ to find two integers $k,m$ such that $2\pi k$ and $2\pi m$ are within $\tfrac{1}{n}$ modulo $1$. Then consider $2\pi(k-m)$...

pre-kidney
  • 30,223