Assumptions:
TeX:
\gcd\!\left(a + n b, b\right) = \gcd\!\left(a, b\right) a \in \mathbb{Z} \;\mathbin{\operatorname{and}}\; b \in \mathbb{Z} \;\mathbin{\operatorname{and}}\; n \in \mathbb{Z}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
GCD | Greatest common divisor | |
ZZ | Integers |
Source code for this entry:
Entry(ID("07ac4a"), Formula(Equal(GCD(Add(a, Mul(n, b)), b), GCD(a, b))), Variables(a, b, n), Assumptions(And(Element(a, ZZ), Element(b, ZZ), Element(n, ZZ))))