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