| Thread Closed |
Chebyshev function... |
Share Thread |
| Jul27-06, 03:47 AM | #1 |
|
|
Chebyshev function...
let be the Chebyshev function:
[tex] \psi(x)= x- \sum_{\rho} \frac{ x^{\rho}}{\rho}+C-log(1-x^{2}) [/tex] (1) Where the sum is over the Non trivial zeros of [tex] \zeta(s)[/tex] then we have that [tex] \psi(n) -\psi(n-1)=\Lambda (n) [/tex] where the Lambda function is only nonzero witha value of log(p) for n=p^{k} with k a positive integer...my question is.. if we use (1) to calculate Chebyshev function..couldn't we get an expression for the log(p)?..thanks. |
| Jul27-06, 06:40 AM | #2 |
|
|
Another question if we have that:
[tex] \psi(x)-x=\Omega (x^{1/2}) [/tex] then setting x=exp(u) so [tex] \psi(e^u )-e^u =\Omega (e^{u/2}) [/tex] now if we put [tex] \psi(e^u ) =g(u) [/tex] my question is if for g(u) we have: [tex] g(u)-e^u =\Omega (e^{u/2}) [/tex] |
| Jul27-06, 08:14 AM | #3 |
|
Recognitions:
|
It's called the von Mangoldt Function (the thing you called the Lambda Function).
|
| Jul27-06, 11:14 PM | #4 |
|
Recognitions:
|
Chebyshev function...If you are hoping to use the explicit formula to determine if a specific number is prime by using it to find psi(n) and psi(n-1) exactly (or at least accurately enough to determine if lambda(n)>0) then you are out of luck. You are better off with the usual primality testing algorithms. If you just want to express lambda(n) as a big fat sum over the zeros of the zeta function, then of course this will work. |
| Jul28-06, 07:21 AM | #5 |
|
|
But why not?..in fact if you knew:
[tex] \psi(n)-\psi(n-1)=\Lambda (n) [/tex] then you could use a computer to represent n=2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,................. and when you have a "peak" of the function different from 0 you know you're dealing with a prime.. the problem of [tex] g(u)-e^u = \Omega (e^{u/2}) [/tex] is in my opinion to find if the derivative of the function above will satisfy: [tex] g' (u)-e^u =\Omega (e^{u/2}) [/tex] and what can we say about the quotient [tex] \frac{f(x)}{x} [/tex] if f(x) satisfies [tex] f(x)= \Omega (x) [/tex] |
| Jul28-06, 07:56 AM | #6 |
|
Recognitions:
|
and how are you going to find these peaks? |
| Jul28-06, 08:16 AM | #7 |
|
Recognitions:
|
What you should do is go to odlyzko's website and download a bunch of zeros. Take a look at the explicit formula with the sum truncated to some finite number of terms, 10, 100, 1000, etc, try different values. Plot a graph of psi(x) and what this truncated version of the left hand side gives. See how far out this is close enough to determine psi(x). (there's free software you can use, like pari/gp, so no complaining about not being able to do this). Failing that there used to be websites that had java animations of this. Go find one at look at it (I've given links before, not going to bother finding them again). Derivatives don't work this way with asymptotics. if f(x)=x*sin(x^2) then clearly f(x)=O(x) but does f'(x)=O(1)? |
| Aug23-06, 08:44 AM | #8 |
|
Recognitions:
|
Can I be picky? You guys get annoyed by that? That's not quite right up there and I just wish to be precise as best as I can at my meager level of familiarity with the subject.
Chebyshev's function is: [tex]\psi(x)=\sum_{p^n\leq x} ln(p)[/tex] Von Mongoldt's explicit expression is: [tex]\psi_o(x)=x-\sum_{\rho}\frac{x^{\rho}}{\rho}-C-1/2 ln(1-\frac{1}{x^2})[/tex] The two functions are related however: [tex]\psi(x)=\left\{ \begin{array}{rcl} \psi_o(x) & \mbox{for} & x\neq p^n \\ \psi_o(x)+1/2 ln(p) & \mbox{for} & x=p^n \end{array}\right [/tex] Pretty sure that's right. Kindly correct if not. Thanks for the Ingham reference Shmoe. It's a beautiful problem for me.
|
| Aug23-06, 10:13 AM | #9 |
|
Recognitions:
|
Just though I'd mention how to read into Mathematica, the first 100000 imaginary components of the zeta zeros from Odlyzko's site:
http://www.dtc.umn.edu/~odlyzko/zeta_tables/zeros1 First cut and paste the list to a *.txt file. Then use the code below, changing of course the location of where you put the file: Code:
(* set up path to read in zeta zeros from file *) $Path = Append[$Path, "c:\Math\pf forum 4"]; (* now read in zeros *) zlist = ReadList["zetazeros.txt", Number]; |
| Aug23-06, 10:39 AM | #10 |
|
Recognitions:
|
I'm sure you've also plotted the truncated explicit formula vs. the von mangoldt function itself? It's kind of neat to see just how well it follows the step shape for a given number of zeros before being drowned out by the main term. |
| Oct5-06, 02:39 AM | #11 |
|
|
A surprising article relating "Chebyshev function" and Riemann hypothesis"
http://arxiv.org/abs/math.GM/0607095 Author claims that he has found an operator [tex] H=p^2 + V(x) [/tex] so RH is satisfied [tex] \zeta (1/2+iH)=0 [/tex] |
| Oct5-06, 03:40 AM | #12 |
|
Recognitions:
|
Yes, very surprising.... written by the OP eljose, in fact..., who changed his login name to, erm, lokofer. His style of posting is very similar to yours in fact, Karlisbad (syntax, spelling, grammar, use of lots of .... and smilies for no reason). Here for instance:
http://physicsforums.com/showthread.php?t=134914 could have been written by Jose. |
| Thread Closed |
Similar discussions for: Chebyshev function...
|
||||
| Thread | Forum | Replies | ||
| Chebyshev theorem | Set Theory, Logic, Probability, Statistics | 1 | ||
| [SOLVED] A Chebyshev interval with a poisson distribution | Calculus & Beyond Homework | 2 | ||
| Chebyshev polynomials | General Math | 0 | ||
| Help with Chebyshev Inequality | Set Theory, Logic, Probability, Statistics | 0 | ||
| A property of Chebyshev polynomials | General Math | 6 | ||