Assumptions:
TeX:
p_{n} > n \left(\log\!\left(n \log(n)\right) - 1\right) n \in \mathbb{Z}_{\ge 2}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
PrimeNumber | nth prime number | |
Log | Natural logarithm | |
ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("8c52de"), Formula(Greater(PrimeNumber(n), Mul(n, Sub(Log(Mul(n, Log(n))), 1)))), Variables(n), Assumptions(Element(n, ZZGreaterEqual(2))))