CRGreathouse said:On p. 2, in your equation for zeta, i is an unfortunate choice for an index variable since you're working with complex numbers. I suggest k.
On p. 3, "for some constant B and Li(x)" is unclear; it looks like you're making Li(x) constant. Reword if possible. Also "Cramérs conjecture" should be "Cramér's conjecture". (There are a number of minor grammar errors here and throughout, especially overuse of the comma; I'll omit those.)
On p. 6, your functions f and f^{-1} are not inverses. This may be fatal.
roupam said:Being a Comp. Sc. Student, I have the habit of using "i"
Thanks, I will replace it with something like "a", or "r" etc.
roupam said:Can you please tell me why they are not inverses ?
Isnt the inverse formula correct?
CRGreathouse said:You basically want
f(f^{-1}(x)) = x = f^{-1}(f(x))
for all x, and neither is the case.
roupam said:Well, it seems right to me...
f^{-1}(x) = c^n/x^n
f(x) = c/x^(1/n)
which gives,
f(f^{-1}(x)) = x = f^{-1}(f(x))
CRGreathouse said:No. If you show your calculations step-by-step we can show you where you're making a mistake.