I would appreciate help to show this equality is valid: $\operatorname{lcm} (u, v) = \gcd (u^{- 1}, v^{- 1})^{- 1}$, where $u, v$ are elements of a field of fractions.
In the text it is stated that lcm is: there is an element $m$ in K for which $u| x$ and $v| x$ is equivalent to $m| x$
It goes on to say sending $t$ to $t^{- 1}$ in K reverses divisibility. So the proof of the existence of lcm's reduces to the proof of the existence of gcd's.
Then from the relation I am asking about above, one obtains $\operatorname{lcm} (u,v)\gcd (u,v) = uv$
I know independently how to show $\operatorname{lcm} (u,v)\gcd (u,v) = uv$. But the text I am looking at uses the first to show the second.
Thanks.
I'm going to assume that you have a domain $D$, and are looking at the field of fractions as a $D$-module. You are now looking for multiples and divisors but only $D$-multiples. That is, letting $D$ be the domain and $F$ be the field of fractions, we define:
Note well: we are only talking about "$D$-multiples". If we take $D=\mathbb{Z}$ and $F=\mathbb{Q}$, this would be the equivalent of saying that $a$ and $b$ "measure" $x$, and that $x$ measures any number that is measured by both $a$ and $b$ (in the sense of Euclid).
Similarly,
Note again: We are talking about "$D$-divisors" only. Again, in the language of Euclid, this means that $d$ "measures" both $a$ and $b$, and that any common measure of $a$ and $b$ "measures" $d$.
Now, suppose that $d$ is a gcd for $a^{-1}$ and $b^{-1}$. We are trying to show that $d^{-1}$ is a least common multiple of $a$ and $b$.
Since there exist $r,s\in D$ with $rd = a^{-1}$ and $sd=b^{-1}$, we see that $ra=d^{-1}$ and $sb=d^{-1}$, so $d^{-1}$ is a common $D$-multiple of $a$ and $b$. Now suppose that $c$ is a common $D$-multiple of $a$ and $b$. Then there exist $x,y\in D$ such that $ax=c$ and $by=c$. Therefore $c^{-1}x = a^{-1}$ and $c^{-1}y=b^{-1}$, so $c^{-1}$ is a common $D$-divisor of $a^{-1}$ and $b^{-1}$. Since $d$ is a gcd for $a^{-1}$ and $b^{-1}$, it follows that there exists $z\in D$ such that $zc^{-1}=d$, and therefore $zd^{-1}=c$. Thus, $c$ is a $D$-multiple of $d^{-1}$.
This proves that $d^{-1}$ is a least common multiple of $a$ and $b$, under these definitions. That is, we have shown that $$\mathrm{lcm}(a,b) = \gcd(a^{-1},b^{-1})^{-1}$$ as desired.
Added. More generally, as noted by Bill Dubuque in this old sci.math post, we have:
Theorem. Let $a,b,c,d\in D$. If $\gcd(a,b)=\gcd(c,d)=1$, then $$\gcd\left(\frac{a}{b},\frac{c}{d}\right) = \frac{\gcd(a,c)}{\mathrm{lcm}(b,d)}.$$
In the case at hand, assuming $u$ and $v$ are in $D$, we have $a=1$, $c=1$, $b=u$, $d=v$, so we obtain $$\gcd\left(\frac{1}{u},\frac{1}{v}\right) = \frac{\gcd(1,1)}{\mathrm{lcm}(u,v)}$$ which gives the result as well.