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