Assumptions:
TeX:
{\varphi}^{n} = F_{n} \varphi + F_{n - 1} n \in \mathbb{Z}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Pow | Power | |
GoldenRatio | The golden ratio (1.618...) | |
Fibonacci | Fibonacci number | |
ZZ | Integers |
Source code for this entry:
Entry(ID("6a11ce"), Formula(Equal(Pow(GoldenRatio, n), Add(Mul(Fibonacci(n), GoldenRatio), Fibonacci(Sub(n, 1))))), Variables(n), Assumptions(Element(n, ZZ)))