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