Assumptions:
TeX:
\operatorname{lcm}\!\left(a, b\right) \le \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 | |
Abs | Absolute value | |
ZZ | Integers |
Source code for this entry:
Entry(ID("125606"), Formula(LessEqual(LCM(a, b), Abs(Mul(a, b)))), Variables(a, b), Assumptions(And(Element(a, ZZ), Element(b, ZZ))))