Assumptions:
TeX:
F_{n} > \frac{{\varphi}^{n} - 1}{\sqrt{5}}
n \in \mathbb{Z}_{\ge 1}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| Fibonacci | Fibonacci number | |
| Pow | Power | |
| GoldenRatio | The golden ratio (1.618...) | |
| Sqrt | Principal square root | |
| ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("9c53d7"),
Formula(Greater(Fibonacci(n), Div(Sub(Pow(GoldenRatio, n), 1), Sqrt(5)))),
Variables(n),
Assumptions(Element(n, ZZGreaterEqual(1))))