Assumptions:
TeX:
\operatorname{lcm}\!\left(r, s\right) = \left|r s\right| r \in \mathbb{Z} \;\mathbin{\operatorname{and}}\; s \in \mathbb{Z} \;\mathbin{\operatorname{and}}\; \gcd\!\left(r, s\right) = 1
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
LCM | Least common multiple | |
Abs | Absolute value | |
ZZ | Integers | |
GCD | Greatest common divisor |
Source code for this entry:
Entry(ID("250a45"), Formula(Equal(LCM(r, s), Abs(Mul(r, s)))), Variables(r, s), Assumptions(And(Element(r, ZZ), Element(s, ZZ), Equal(GCD(r, s), 1))))