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