Assumptions:
TeX:
F_{n} = \frac{{\varphi}^{n} - {\left(-\varphi\right)}^{-n}}{\sqrt{5}} n \in \mathbb{Z}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Fibonacci | Fibonacci number | |
Pow | Power | |
GoldenRatio | The golden ratio (1.618...) | |
Sqrt | Principal square root | |
ZZ | Integers |
Source code for this entry:
Entry(ID("24107d"), Formula(Equal(Fibonacci(n), Div(Sub(Pow(GoldenRatio, n), Pow(Neg(GoldenRatio), Neg(n))), Sqrt(5)))), Variables(n), Assumptions(Element(n, ZZ)))