Assumptions:
TeX:
F_{d} \mid F_{d n}
d \in \mathbb{Z} \setminus \left\{0\right\} \;\mathbin{\operatorname{and}}\; n \in \mathbb{Z}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| Fibonacci | Fibonacci number | |
| ZZ | Integers |
Source code for this entry:
Entry(ID("4b3947"),
Formula(Divides(Fibonacci(d), Fibonacci(Mul(d, n)))),
Variables(d, n),
Assumptions(And(Element(d, SetMinus(ZZ, Set(0))), Element(n, ZZ))))