Assumptions:
TeX:
\gcd\!\left(a, \operatorname{lcm}\!\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 |
---|---|---|
GCD | Greatest common divisor | |
LCM | Least common multiple | |
Abs | Absolute value | |
ZZ | Integers |
Source code for this entry:
Entry(ID("1d1653"), Formula(Equal(GCD(a, LCM(a, b)), Abs(a))), Variables(a, b), Assumptions(And(Element(a, ZZ), Element(b, ZZ))))