Assumptions:
TeX:
\gcd\!\left(F_{n}, F_{n + 1}\right) = 1
n \in \mathbb{Z}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| GCD | Greatest common divisor | |
| Fibonacci | Fibonacci number | |
| ZZ | Integers |
Source code for this entry:
Entry(ID("7b0abf"),
Formula(Equal(GCD(Fibonacci(n), Fibonacci(Add(n, 1))), 1)),
Variables(n),
Assumptions(Element(n, ZZ)))