logo

In Analytic Number Theory 📂Number Theory

In Analytic Number Theory

Definition 1

The arithmetic function defined as follows uu is called the unit function. u(n):=1 u(n) := 1

Basic Properties

  • [1] Unit series: Equals the number of divisors σ0\sigma_{0}. In other words, dnu(d)=σ0(n) \sum_{d \mid n} u(d) = \sigma_{0} (n)
  • [2] Completely multiplicative: For all m,nNm,n \in \mathbb{N}, u(mn)=u(m)u(n)u(mn) = u(m) u(n)

Explanation

n12345678910u(n)1111111111dnu(d)1223242434 \begin{matrix} n & 1 & 2 & 3 & 4 & 5 & 6 & 7 & 8 & 9 & 10 \\ u (n) & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 \\ \sum_{d \mid n} u(d) & 1 & 2 & 2 & 3 & 2 & 4 & 2 & 4 & 3 & 4 \end{matrix} As can be inferred from the name “unit function”, it is a very important function. Considering convolution, the series FF of any arithmetic function ff is actually expressed as follows. f u=F f \ast\ u = F

Proof

[1]

dnu(d)=dn1=σ0(n) \sum_{d \mid n} u(d) = \sum_{d \mid n} 1 = \sigma_{0} (n) Trivial due to the definition of the divisor function.

[2]

u(mn)=1=11=u(m)u(n) u(mn) = 1 = 1 \cdot 1 = u(m) u(n)


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