Section19.2Conjectures and proofs

In the last section we defined some new functions, and asked some questions about them.

Remark19.2.1

Sage note:
Here is the syntax for doing this in Sage. This was a case where it was better to try it out by hand first, though!

What were some of your conjectures? Likely they included, among others, these:

  • \(\sigma_1(p)=p+1\) if \(p\) is prime.
  • \(\sigma_0(p^e)=e+1\) if \(p^e\) is a prime power.
  • \(\sigma_i\) is in fact multiplicative for \(i=0,1\).
They may have also included ones like this:
  • \(\sigma_1(p^e)=1+p+p^2+\cdots +p^e\) for \(p^e\) a prime power.
  • \(\sigma_1(2^e)=2^{e+1}-1\).
  • \(\sigma_0(n)\) is odd precisely if \(n\) is a perfect square.

Let's prove the most important of these things, as well as mention a few other useful formulas.

Subsection19.2.1Prime Powers

Usually you will discover various formulas that are special cases of the following, among others. It's surprisingly easy to find the patterns!

Subsection19.2.2Multiplicativity

It's a bit harder to prove the following.

This automatically leads to many facts, in particular to this one.

We will not prove this directly! It is possible, and might make a good challenge exercise. But it is not efficient.

Instead, we will prove a theorem that exemplifies the fact that:

In the long run, it is better to prove general lemmas for sums of arithmetic functions than to do each one by itself.
Otherwise we do an endless line of proofs like the ones we did for \(\phi\), but for every arithmetic function.

Subsection19.2.3A very powerful lemma

Let \(\sum_{d\mid n}\) denote the sum over all positive divisors (including \(1\) and \(n\)) of \(n\). Then we have the following, the proof of which will be easier than for Euler's function.

Since we'll use them later, we put a useful pair of definitions here.

Definition19.2.7
Let us set the following two arithmetic functions:
  • \(u(n)=1\) to be the unit function
  • \(N(n)=n\) to be the identity function

These are the special cases \(i=0\) and \(i=1\) of the corollary, which show that \(\sigma_0\) and \(\sigma_1\) are multiplicative.