Fungrim home page

Fungrim entry: 04427b

π(x)=#{p:pPandpx}\pi(x) = \# \left\{ p : p \in \mathbb{P} \,\mathbin{\operatorname{and}}\, p \le x \right\}
Assumptions:xRx \in \mathbb{R}
TeX:
\pi(x) = \# \left\{ p : p \in \mathbb{P} \,\mathbin{\operatorname{and}}\, p \le x \right\}

x \in \mathbb{R}
Definitions:
Fungrim symbol Notation Short description
PrimePiπ(x)\pi(x) Prime counting function
Cardinality#S\# S Set cardinality
PPP\mathbb{P} Prime numbers
RRR\mathbb{R} Real numbers
Source code for this entry:
Entry(ID("04427b"),
    Formula(Equal(PrimePi(x), Cardinality(Set(p, ForElement(p, PP), LessEqual(p, x))))),
    Variables(x),
    Assumptions(Element(x, RR)))

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