gcd(a,a−1)=1
Assumptions:a∈Z
TeX:
\gcd\!\left(a, a - 1\right) = 1
a \in \mathbb{Z}
Definitions:
Fungrim symbol | Notation | Short description |
---|
GCD | gcd(a,b)
| Greatest common divisor |
ZZ | Z
| Integers |
Source code for this entry:
Entry(ID("c70178"),
Formula(Equal(GCD(a, Sub(a, 1)), 1)),
Variables(a),
Assumptions(Element(a, ZZ)))