For every $n\in\mathbb Z^+ = \{1, 2,\dots\}$ set of positive integers, let $r_n$ be the minimum value of $|c−d\sqrt3|$ for all nonnegative integers $c$ and $d$ with $c+d=n$.
Find, with proof, the smallest positive real number $g$ with $rn\leq g$ for all $n\in\mathbb Z^+$.
What I understood is that we need to find the maximum between the minima $r_n$, that is, the greatest $r_n$. So I reduced $|c−d\sqrt3|$ to $|n−d(1+\sqrt3)|$.
Now note that $1 \leq n-d$. If we suppose $n−d(1+\sqrt3)>0$, then $$|n−d(1+\sqrt3)| = n−d(1+\sqrt3),$$ so that $$2n − d(2+\sqrt3) > n-d > 1 \geq n−d(1+\sqrt3) \geq 1 + n + d \geq\dots$$
I stopped here because I saw that it will lead us to nothing basically, so I would appreciate any help.