Assumptions:
TeX:
\gcd\!\left(a, b\right) \le \max\!\left(\left|a\right|, \left|b\right|\right) a \in \mathbb{Z} \;\mathbin{\operatorname{and}}\; b \in \mathbb{Z}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
GCD | Greatest common divisor | |
Abs | Absolute value | |
ZZ | Integers |
Source code for this entry:
Entry(ID("56acd6"), Formula(LessEqual(GCD(a, b), Max(Abs(a), Abs(b)))), Variables(a, b), Assumptions(And(Element(a, ZZ), Element(b, ZZ))))