Questions:
- Show that is is theoretically possible to find a rational number that approximates $\sqrt{3}$ with an error less than $0.001$.
- Explain how you would go about determining a rational that approximates $\sqrt{3}$ correct to 2 decimal places. Explain the procedure only, do not find the rational number.
Let $q \in \mathbb{Q}$. We require $| \sqrt{3} - q | < \frac{1}{10^3}$. Now because $\bar{\mathbb{Q}}= \mathbb{R}, \exists (q_n) \in \mathbb{Q}$ such that $q_n \to \sqrt{3}$. Let $\epsilon = \frac{1}{10^3}$. For the given $\epsilon >0$ there exists a $N_\epsilon \in \mathbb{N}$ such that $| q_n - \sqrt{3} | < \frac{1}{10^3}$ for all $n \geq N_\epsilon$. Choose $n = N_\epsilon \implies |q_{N_\epsilon} - \sqrt{3}| < \frac{1}{10^3}$
Can someone please explain this to me?