Assumptions:
TeX:
\left(d \mid a \;\mathbin{\operatorname{and}}\; d \mid b\right) \;\implies\; \left(d \mid \gcd\!\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 |
|---|---|---|
| GCD | Greatest common divisor | |
| ZZ | Integers |
Source code for this entry:
Entry(ID("7638c5"),
Formula(Implies(And(Divides(d, a), Divides(d, b)), Divides(d, GCD(a, b)))),
Variables(a, b, d),
Assumptions(And(Element(a, ZZ), Element(b, ZZ), Element(d, ZZ))))