logo

Analytic Number Theory and the Mangoldt Function 📂Number Theory

Analytic Number Theory and the Mangoldt Function

Definition 1

The arithmetic function defined as follows Λ\Lambda is called the Mangoldt function. Λ(n):={logpn=pm,p is prime,mN0otherwise \Lambda (n) := \begin{cases} \log p & n = p^{m} , p \text{ is prime}, m \in \mathbb{N} \\ 0 & \text{otherwise} \end{cases}

Basic Properties

  • [1] Mangoldt series: equals the logarithmic function log\log. In other words, dnΛ(d)=logn \sum_{d \mid n} \Lambda ( d ) = \log n

Explanation

n12345678910Λ(n)0log2log3log2log50log7log2log30dnΛ(d)0log2log3log4log5log6log7log8log9log10 \begin{matrix} n & 1 & 2 & 3 & 4 & 5 & 6 & 7 & 8 & 9 & 10 \\ \Lambda (n) & 0 & \log 2 & \log 3 & \log 2 & \log 5 & 0 & \log 7 & \log 2 & \log 3 & 0 \\ \sum_{d \mid n} \Lambda (d) & 0 & \log 2 & \log 3 & \log 4 & \log 5 & \log 6 & \log 7 & \log 8 & \log 9 & \log 10 \end{matrix} The logarithmic function is especially important in analytic number theory, as it is not only necessary for defining the derivative of arithmetic functions but also a key element in the prime number theorem.

Proof

[1]

Let’s consider primes p1,,prp_{1} , \cdots , p_{r} and natural numbers a1,,ara_{1} , \cdots , a_{r} such that n=p1a1prarn = p_{1}^{a_{1}} \cdots p_{r}^{a_{r}}. Then, n=k=1rpkak    logn=k=1raklogpk n = \prod_{k=1}^{r} p_{k}^{a_{k}} \iff \log n = \sum_{k=1}^{r} a_{k} \log p_{k} according to the definition of the Mangoldt function, dnΛ(d)=k=1rm=1akΛ(pkm)=k=1rm=1aklogpk=k=1raklogpk=logn \begin{align*} \sum_{d \mid n} \Lambda (d) =& \sum_{k=1}^{r} \sum_{m=1}^{a_{k}} \Lambda \left( p_{k}^{m} \right) \\ =& \sum_{k=1}^{r} \sum_{m=1}^{a_{k}} \log p_{k} \\ =& \sum_{k=1}^{r} a_{k} \log p_{k} \\ =& \log n \end{align*}


  1. Apostol. (1976). Introduction to Analytic Number Theory: p32. ↩︎