Assumptions:
TeX:
\gcd\!\left(n a, n b\right) = \left|n\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 | |
Abs | Absolute value | |
ZZ | Integers |
Source code for this entry:
Entry(ID("d4852c"), Formula(Equal(GCD(Mul(n, a), Mul(n, b)), Mul(Abs(n), GCD(a, b)))), Variables(a, b, n), Assumptions(And(Element(a, ZZ), Element(b, ZZ), Element(n, ZZ))))