Assumptions:
TeX:
\left(d \mid a \,\mathbin{\operatorname{or}}\, d \mid b\right) \implies \left(d \mid \operatorname{lcm}\!\left(a, b\right)\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("5d03d2"), Formula(Implies(Or(Divides(d, a), Divides(d, b)), Divides(d, LCM(a, b)))), Variables(a, b, d), Assumptions(And(Element(a, ZZ), Element(b, ZZ), Element(d, ZZ))))