Assumptions:
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 | Prime counting function | |
| Cardinality | Set cardinality | |
| PP | Prime numbers | |
| RR | 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)))