4

Let $$ A = \left\{ \frac{mn}{m^2 + n^2 + 1} : m, n \in \mathbb{Z} \right\} \subseteq \mathbb{R}. $$ What is the closure of $A$ in $\mathbb{R}$ with standard metric?

So I know it contains $A$ itself but from there I don't know how to proceed. I may need just an hint, because I can't really see how this set is actually "made", meaning I can't really fully visualize it.

terran
  • 1,380
Folpo13
  • 169

1 Answers1

2

By Marius S.L.'s idea.

Given a rational number $q=\frac a b$, let $m=ak$ and $n=bk$ and then $$\lim_{k\to\infty}\frac{akbk}{a^2k^2+b^2k^2+1}=\frac{q}{q^2+1}.$$ Let $B=\{\frac q{q^2+1}| q\in\Bbb Q\}$.

Then $B\subset\bar A$ and so $\bar B\subset\bar A$. Clearly, $\bar B=[-\frac12,\frac12].$ Therefore, $[-\frac12,\frac12]\subset\bar A.$ Since $A\subset [-\frac12,\frac12]$, $\bar A=[-\frac12,\frac12]$.

Bob Dobbs
  • 10,988