Assumptions:
TeX:
\operatorname{lcm}\!\left(n a, n b\right) = \left|n\right| \operatorname{lcm}\!\left(a, b\right) a \in \mathbb{Z} \;\mathbin{\operatorname{and}}\; b \in \mathbb{Z} \;\mathbin{\operatorname{and}}\; n \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("9500d3"), Formula(Equal(LCM(Mul(n, a), Mul(n, b)), Mul(Abs(n), LCM(a, b)))), Variables(a, b, n), Assumptions(And(Element(a, ZZ), Element(b, ZZ), Element(n, ZZ))))