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