I was studying Dedekind Cuts in my history of math class and was looking at the following formulas for the multiplication of Dedekind Cuts:
$L_\sqrt2 = \{ r \in \mathbb{Q} : r^2 < 2 $ and $ r>0 \} $
$L_2 = \{ r \in \mathbb{Q} : 0 < r < 2 \} $
$L_\sqrt2 \cdot L_\sqrt2 \subset L_2$ where $\cdot$ is set multiplication.
It was easy for me to prove that this is a subset. Later on the book claims that in fact $L_\sqrt2 \cdot L_\sqrt2 = L_2$ and suggests the reader test out a few examples to see that this is true and then prove it.
Something I tried is assuming that because $\frac{19}{10}$ is in $L_2$ that I should be able to find two positive rational values both less than $\sqrt2$ that multiply to $\frac{19}{10}$ but I've been unable to find such numbers.
I'm looking for help not in just finding an example, but for in general finding a way to show that if I have a prime number in the numerator of a rational number on the right hand side of this equation, how I can find two rational factors of such a number on the left hand side of the equation less than the sqrt of the number the equation is made for (so for in general, $L_\sqrt{x} \cdot L_\sqrt{x} = L_x$ since I have heard this is also true).
Let $r \in L_2$, i.e. $0 < r < 2$. We want to show that there exist $r_1, r_2 \in L_\sqrt2$ such that $r = r_1 \cdot r_2$.
Since $\dfrac 2r > 1$ we can choose $v \in \mathbb N$ such that $$ 1 + \frac 1v < \frac{2}{r} \, . \tag 1 $$ Then define $$ u = \max \{ x \in \mathbb N \mid \frac{x^2}{v^2} < 2 \} \tag 2 $$ so that $$ \frac{u^2}{v^2} < 2 \tag 3 $$ and $$ \frac{(u+1)^2}{v^2} \ge 2 \, \tag 4 $$ Note that $u \ge v$ follows from $(2)$, and together with $(1)$ implies $$ 1 + \frac 1u < \frac{2}{r} \, . \tag 5 $$
With $r_1 := \dfrac uv$, $r_2 := r \dfrac vu$ it is clear that $r = r_1 \cdot r_2$, and $r_1^2 < 2$ follows from $(3)$.
It remains to show that $r_2^2 < 2$: $$ r_2^2 = r^2 \frac{v^2}{u^2} = r^2 \frac{(u+1)^2}{u^2} \frac{v^2}{(u+1)^2} \\ \le r^2 \frac{(u+1)^2}{u^2} \frac 12 \quad\text{ because of $(4)$.} \\ < r^2 \frac{4}{r^2}\frac 12 \quad\text{ because of $(5)$.} \\ = 2 \, . $$
This can easily be generalized to the case $r \in L_a$ where $a$ is any positive rational number.
First choose $v \in \mathbb N$ such that $$ 1 + \frac 1v < \frac{a}{r} $$ and then define $$ u = \max \{ x \in \mathbb N \mid \frac{x^2}{v^2} < a \} $$
Then $r_1 := \dfrac uv$, $r_2 := r \dfrac vu$ satisfy $r = r_1 \cdot r_2$ and $r_1, r_2 \in L_\sqrt a$.