Processing math: 100%

Monday, May 11, 2015

Upper and lower bounds on the totient summatory function

In this post I use manipulations as in Ramanujan's proof of Bertrand's postulate to calculate explicit upper and lower bounds on the totient summatory function Φ(x)=nxϕ(n). This shows how Ramanujan's proof works in a simpler situation.


Here we go. Because ϕ1=n, it follows that n=1Φ(xn)=nxnF(x). Because Φ is always positive, the upper bound F(x)Φ(x) follows trivially. To obtain a lower bound, calculate

F(x)2F(x2)=Φ(x)+Φ(x2)+Φ(x3)+2Φ(x2)2Φ(x4)=Φ(x)Φ(x2)+Φ(x3)
This is an alternating series, thus F(x)2F(x2)Φ(x). If for simplicity I do not make a distinction between x and x, then F(x)=12x(x+1) and F(x)2F(x2)=x24. One has thus
x24Φ(x)12x(x+1)
I will now check these inequalities in Mathematica. Here is a graph of values of Φ(x) (blue dots) and the upper and lower bounds (black lines) for x up to 50.


This looks good. I also check for x up to 10000.
Both values are positive; the inequalities thus seem to be valid.
Remarks
  • The proof is not complete because I have not made a distinction between x and x
  • It is known that Φ(x)3π2x2, see here for example.
  • The calculations were performed in Mathematica 10 Home Edition.

No comments:

Post a Comment