I'm reading Dedekind's work where he defines irrational numbers, using cuts. I'm stuck where he proves (p. 13) that
there exist infinitely many cuts not produced by rational numbers
His proof includes proof of "lemma" that there is no rational (without integer) number square of which is integer number.
Let me highlight one very imortant moment.
I'M NOT INTERESTED IN ANY OTHER PROOF OF THIS "LEMMA", I WANTED TO UNDERSTAND ONLY DEDEKIND'S PROOF AND NO OTHER ONE.
Let $\lambda \in \mathbb{Z}_+$, $\sqrt{D} \notin \mathbb{Z}$:
$$ \lambda^2 < D < (\lambda+1)^2. $$
Let's take $r \in \mathbb{R}_+$ and if $r^2 > D$ then $r$ belongs to $A_2$ and if $r^2 < D$ then it belongs to $A_1$.
Dedekind says that $\sqrt{D} \notin \mathbb{Q}$ and prooves it by contradiction. Assume that $\sqrt{D} \in \mathbb{Q}$, then there are such $t$ and $u$ in $\mathbb{Z}_+$ that:
$$ t^2-Du^2=0. $$
Note: remainder of $\frac t u$ isn't $0$, cause in that way $\sqrt{D} \in \mathbb{Z}$.
I'm not quite sure how existion of such numbers ($t$ and $u$) follows from that $\sqrt{D} \in \mathbb{Q}$.
I had tried to represent $\sqrt{D}$ as $\frac m n$ and I've gotten
$$ t^2-\frac{m^2}{n^2}u^2=0, $$
$$ t^2=\frac{m^2}{n^2}u^2, $$
$$ t^2 n^2=m^2 u^2, $$
$ t, u \in \mathbb{Z}_+ $, $n \in \mathbb{N}$, and without loosing generality we can assume that $n \in \mathbb{Z}_+$ too.
$$ tn=mu. $$
Cause $t$ is not multiple of $u$, then $n$ is, let's say $u=kn$.
$$ tn=mkn, $$
$$ t=mk. $$
So if we take $t$ that it is propotional to the numerator and $u$ that is proportional for denumerator we got proof that such $t$ and $u$ can exist, aren't we?