Assumptions:
TeX:
\gcd\!\left(a, b\right) = \max\left(\left\{ d : d \in \mathbb{Z}_{\ge 1} \,\mathbin{\operatorname{and}}\, d \mid a \,\mathbin{\operatorname{and}}\, d \mid b \right\}\right) a \in \mathbb{Z} \,\mathbin{\operatorname{and}}\, b \in \mathbb{Z} \,\mathbin{\operatorname{and}}\, \left(a \ne 0 \,\mathbin{\operatorname{or}}\, b \ne 0\right)
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
GCD | Greatest common divisor | |
Maximum | Maximum value of a set or function | |
SetBuilder | Set comprehension | |
ZZGreaterEqual | Integers greater than or equal to n | |
ZZ | Integers |
Source code for this entry:
Entry(ID("6880d0"), Formula(Equal(GCD(a, b), Maximum(SetBuilder(d, d, And(Element(d, ZZGreaterEqual(1)), Divides(d, a), Divides(d, b)))))), Variables(a, b), Assumptions(And(Element(a, ZZ), Element(b, ZZ), Or(Unequal(a, 0), Unequal(b, 0)))))