I thought that today I might write about my most favourite arithmetic function.
The Moebius function is defined as follows:
,
if
is divisible by
for
, and
if
is a product of
distinct prime numbers.
So the Moebius function assigns to each counting number either a ,
, or
. Any number which can be divided by a square number (except 1) is given a zero. Otherwise, the number is assigned
depending on whether it contains an even or odd number of primes.
For example, ,
, and
. We can also see that all primes get mapped to
.
Now this is an interesting arithmetic function, for there is some amount of symmetry that one would expect here. Surely there is no favour to an integer being a product of an even number of primes than an odd number of primes. Although, primes must appear first before the other numbers, for we build everything up out of primes. Perhaps there is a negative bias embedded in this function?
This may seem at first like a weird function and I suppose I thought so too when I first saw it. Note that it distinguishes between numbers with an even or odd amount of prime factors. Let’s talk quickly about an interesting problem related to this.
Let be a real number and consider summing the Moebius function over all natural numbers up to and including
(if
is an integer, of course):
For example,
We can think of this as a walk on the real number line. We start at and we read our way through the values of the Moebius function, starting at
. When we meet a
, we take a step in the positive direction. If we meet a
we move the other way. If we meet a 0, then we don’t move at all. From this,
represents the final position of the walk after
steps (where we have counted not moving as a step!), where
is the greatest integer less than or equal to
.
Intuitively, most people reckon that the number of ‘s should be about the same as the number of
‘s and so this walk is probably a random walk. A standard random walk where there is an equal 50/50 chance of walking either left or right gives that after
steps, the expected translation distance should be of the order
. Of course, our walk has lots of zeroes in it, and so after much numerical computation Stieltjes conjectured that:
The above became known as Merten’s Conjecture. Actually, in 1985 Andrew Odlyzko and Herman te Riele proved this to be false, that there is in fact a value of $x$ which gives
Sadly, the proof is non-constructive in that it doesn’t tell us what this value of $x$ is! It is, however, known that the value of $x$ lies in the interval
This is not a suitable range for a computer check.
Note: If Merten’s conjecture had turned out to be true, things would be different. The truth of the Merten’s conjecture would actually imply the truth of the Riemann hypothesis. It seems that fate has other plans for mathematics.