Fermat's Last Theorem states that there exist no positive integers $x, y, z$ such that $x^n + y^n = z^n$, for integer $n > 2$.
If we allow for $x, y, z \in \mathbb{R}_{>0}$, it is obvious that there are infinitely many solutions (take arbitrary $x, y$ and choose $z = \sqrt[n]{x^n + y^n}$).
However, do there always exist solutions with arbitrarily near-integer values? In other words, for each integer $n>2$ and real number $\varepsilon > 0$, we want to find $x, y, z \in \mathbb{R_{>0}}$ so that:
- $|x-x'| < \varepsilon, |y-y'| < \varepsilon, |z-z'| < \varepsilon$ with $ x', y', z' \in \mathbb{Z}_{>0}$
- $x^n + y^n = z^n$