Assumptions:
TeX:
\gcd\!\left(a \bmod b, b\right) = \gcd\!\left(a, b\right) a \in \mathbb{Z} \;\mathbin{\operatorname{and}}\; b \in \mathbb{Z} \;\mathbin{\operatorname{and}}\; b \ne 0
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
GCD | Greatest common divisor | |
ZZ | Integers |
Source code for this entry:
Entry(ID("959a25"), Formula(Equal(GCD(Mod(a, b), b), GCD(a, b))), Variables(a, b), Assumptions(And(Element(a, ZZ), Element(b, ZZ), NotEqual(b, 0))))