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