Fungrim home page

Fungrim entry: 8c52de

pn>n(log ⁣(nlog(n))1)p_{n} > n \left(\log\!\left(n \log(n)\right) - 1\right)
Assumptions:nZ2n \in \mathbb{Z}_{\ge 2}
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
PrimeNumberpnp_{n} nth prime number
Loglog(z)\log(z) Natural logarithm
ZZGreaterEqualZn\mathbb{Z}_{\ge n} 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))))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2021-03-15 19:12:00.328586 UTC