Mangoldt summatory function is O(x)Theorem 1ψ(x)=O(x), in other , ψ(x)x is bounded.Proof. ψ(x)=∑1xΛ(n)=∑p primep≤x⌊logpx⌋lnp=∑p primep≤x⌊lnxlnp⌋lnp=∑p primep≤x⌊lnxlnp⌋lnp+∑p primex<p≤xlnpsince 1≤lnxlnp<2 if p>x.Continuing, we have∑p primep≤x⌊lnxlnp⌋lnp+∑p primex<p≤xlnp≤xlnx+π(x)lnx≤xlnx+8xln2=O(x)Note that π(x)lnx≤8xln2 by Chebyshev’s bounds on π(x) (http://planetmath.org/BoundsOnPin).