Assumptions:
TeX:
p_{n} < n \log\!\left(n \log(n)\right)
n \in \mathbb{Z}_{\ge 6}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("6f3cf7"),
    Formula(Less(PrimeNumber(n), Mul(n, Log(Mul(n, Log(n)))))),
    Variables(n),
    Assumptions(Element(n, ZZGreaterEqual(6))))