Fungrim home page

Fungrim entry: 6f3cf7

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

n \in \mathbb{Z}_{\ge 6}
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("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.

2021-03-15 19:12:00.328586 UTC