Fungrim home page

Fungrim entry: 6f3cf7

pn<nlog ⁣(nlog ⁣(n))p_{n} \lt n \log\!\left(n \log\!\left(n\right)\right)
Assumptions:nZ6n \in \mathbb{Z}_{\ge 6}
TeX:
p_{n} \lt n \log\!\left(n \log\!\left(n\right)\right)

n \in \mathbb{Z}_{\ge 6}
Definitions:
Fungrim symbol Notation Short description
PrimeNumberpnp_{n} nth prime number
Loglog ⁣(z)\log\!\left(z\right) Natural logarithm
ZZGreaterEqualZn\mathbb{Z}_{\ge n} 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))))

Topics using this entry

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

2019-06-18 07:49:59.356594 UTC