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