Assumptions:
TeX:
\operatorname{lcm}\!\left(a, b\right) = \operatorname{lcm}\!\left(b, a\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("14b96c"), Formula(Equal(LCM(a, b), LCM(b, a))), Variables(a, b), Assumptions(And(Element(a, ZZ), Element(b, ZZ))))