Prove that there exist integers $a, b, c$ such that $|a|, |b|, |c| \leq 1000$ where not all of them are zero and $\left\lvert a + b\sqrt{2} + c\sqrt{3}\right\rvert < 10^{-5}$
I am stuck on this problem.
My Attempt :
I've tried the Pigeonhole Principle. I tried making the decimal values of $\left\lvert b\sqrt{2} + c\sqrt{3}\right\rvert$ as pigeons in $\left[0, 10^{-5}\right), \left[10^{-5}, 2 \cdot 10^{-5}\right), ... , \left[\left(10^5 - 1\right) \cdot 10 ^ {-5}, 1\right)$. Since there are $10^3 \cdot 10^3 = 10^6$ pigeons in $10^5$ holes, there must be a hole such that it has at least two pigeons.
If we add/subtract them, then $x = \left\lvert(b_1 \pm b_2)\sqrt{2} + (c_1 \pm c_2)\sqrt{3}\right\rvert$ will have decimal point less than $10^{-5}$. So, we need to make the integer value of $x$ to be zero which we can subtract as $a$.
One Problem is that $x$ may have an integer value on the orders of $1000\cdot \sqrt{2} + 1000 \cdot \sqrt{3} = 3146$ which highly exceeds the maximum for $a$.
Second Problem is that the part about adding/subtracting seems complicated in terms of ensuring that $\left\lvert b_1 \pm b_2\right\rvert \leq 1000$ and $\left\lvert c_1 \pm c_2\right\rvert \leq 1000$.
So, I am stuck!
Any help is appreciated.
Thanks!