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}}\, d \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, d), Assumptions(And(Element(a, ZZ), Element(b, ZZ), Element(d, ZZ))))