|
||||||
Title: Mathematician claims proof for Riemann hypothesis Post by towr on Jun 9th, 2004, 11:24am Supposedly someone finally succeeded to prove the [link=http://mathworld.wolfram.com/RiemannHypothesis.html]Riemann Hypothesis[/link] [link=http://www.scienceblog.com/community/modules.php?name=News&file=article&sid=2935]"Mathematician claims proof for Riemann hypothesis"[/link] (scienceblog article) You can find the actual proof at http://www.math.purdue.edu/~branges/ |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by Barukh on Jun 10th, 2004, 12:07am Very intriguing! Is there anybody at this forum with the necessary background to verify the proof? ;) I don't understand why "..His latest efforts have neither been peer reviewed nor accepted for publication..."? |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by Sir Col on Jun 10th, 2004, 12:53am on 06/10/04 at 00:07:48, Barukh wrote:
I'm almost there, but could someone tell me what the zeta and gamma functions are? ::) |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by THUDandBLUNDER on Jun 10th, 2004, 2:48am According to another mathematician, it is not the first time that he has claimed to have proved it. Check out this page (http://makeashorterlink.com/?Q24825688) which shows that in the last 20 years or so he has wangled himself more than $400,000 in funding in order to prove, disprove, or fail to prove RH. Nice work if you can get it. The following self-fulfilling claim, taken from one of his abstracts, might be the way for us laggards to go: "The solution of the Riemann Hypothesis is indeed the Holy Grail of analysis, and the principal investigator is by most accounts the most capable person in the world to attempt a solution." on 06/10/04 at 00:07:48, Barukh wrote:
(And I don't understand why - if he is gainfully employed full-time by Purdue University in order to teach and do research with pen and paper - a financial award is necessary. Indeed, how has this 400 grand aided him in his heretofore fruitless search?) "While mathematicians ordinarily announce their work at formal conferences or in scientific journals, the spirited competition to prove the hypothesis -- which carries a $1 million prize for whomever accomplishes it first -- has encouraged de Branges to announce his work as soon as it was completed." ''I invite other mathematicians to examine my efforts,'' said de Branges, who is the Edward C. Elliott Distinguished Professor of Mathematics in Purdue's School of Science. ''While I will eventually submit my proof for formal publication, due to the circumstances I felt it necessary to post the work on the Internet immediately.'' |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by Barukh on Jun 10th, 2004, 4:41am You may want also look here (http://arxiv.org/PS_cache/math/pdf/9812/9812166.pdf) (Introduction will suffice) for a critique of earlier versions of his proof. |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by Sir Col on Jun 12th, 2004, 2:58am I just noticed an interesting reference to de Branges' latest paper here: http://mathworld.wolfram.com/ Riemann Hypothesis "Proof" Much Ado About Nothing A June 8 Purdue University news release reports a proof of the Riemann Hypothesis by L. de Branges. However, both the 23-page preprint cited in the release (which is actually from 2003) and a longer preprint from 2004 on de Branges's home page seem to lack an actual proof. Furthermore, a counterexample to de Branges's approach due to Conrey and Li has been known since 1998. The media coverage therefore appears to be much ado about nothing. [copied in case the item is removed] What was interesting, and unknown to me also, was the iminent victory over the twin prime conjecture (also found on the same page above): Twin Prime Proof Proffered A May 26 preprint by Vanderbilt University mathematician R. F. Arenstorf appears to come close to settling the longstanding question of the infinitude of twin primes. While a hole has recently been found in the proof, mathematicians remain hopeful that the proof can be fixed up as needed. [Article: http://mathworld.wolfram.com/news/2004-06-09/twinprimes/] |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by Michael on Aug 29th, 2004, 7:47am What? - "I'm almost there, but could someone tell me what the zeta and gamma functions are?" If you are not familiar with zeta and gamma functions you are clearly not almost there. Michael Dagg |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by towr on Aug 29th, 2004, 8:38am ... It was a joke (http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=joke) ::) |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by Speaker on Sep 15th, 2004, 11:36pm Ha ha. Towr, I clicked on Joke, it was a joke. ;D Somedays, I'll click on anything. |
||||||
Title: Abstract Algebra? Post by Ted on Dec 14th, 2004, 9:05am Any one on this thread good at answering questions/problems in abstract algebra? Thanks, Ted |
||||||
Title: Re:Abstract Algebra Post by Michael Dagg on Dec 14th, 2004, 9:49am What is the algebra question? |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by Ken Wiley on Jan 29th, 2005, 4:27pm Just curious, but are you the same Michael Dagg that is known for having written all the ODE solvers? Ken |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by Michael Dagg on Feb 2nd, 2005, 9:31pm I have wrote many but certainly not all. Regards, MD |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by Ken Wiley on Feb 6th, 2005, 11:09am Interesting. That Trench ODE package that you wrote can be found where? What language did you write it in? I see it on the internet in various places such as netlib but I can't find the right link any more. My experience with ODE solvers has been hot but cold mostly cold when it comes to trying to make an adaptive one that works good. Most of the good solvers have so many input parameters that it becomes confusing as to how to use them as well as what some of the parameters really mean, even when there are good descriptions. I worked on an adaptive solver for a while in C what used Euler multistep method combined with a Runge-Kutta 5 but it did not perform well at all even when I tricked out the step size and the number of max iterations > 100 for the adaptive bailout. It would mostly go bannas in all but the simple ODEs. My choice in picking the Euler method was to reduce the computation time of say a Runge-Kutta 4 and then if the error tols looked good it would use the Runge-Kutta 4 value as the solution. Out of the box, what would be the best general purpose ODE solver? - I have heard of DVERK and EPSODE but never used them. Ken |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by Michael Dagg on Feb 10th, 2005, 3:12pm The Trench ODE software is packaged with the students solutions guide to Trench's text (Brooks/Cole) - wrote in Delphi. I don't manage any links to it - that is for Brooks/Cole to deal with. Be sure that Euler's method is not multistep. You might be thinking of Heun's method which is but is a PC method that uses Euler as the predictor and the trapezoidal rule as the corrector;it will also go bananas on you with just a mildly nonlinear DE and will likely jump to another trajectory in a neighborhood of a singular point. It is clear why your adaptive solver does not work very well. I assume that you mean you are using Euler with a RK4 or RK5 but not both. Using Euler with a RK4 or RK5 in an adaptive scheme is like using a sledgehammer(Euler) and an axe(RK) in a log cutting study if you are not just trying to break the skin. The regions of stability don't line up very well. Another way to say it is that their measure spaces will quickly become disjoint. Using an ODE solver is a completely different art form than writing your own. Most all non-trivial solvers have a fair set of calling parameters and if you are not familiar with the descriptions be sure to study the method so you will be able to accurately interpret the results. Most all professionally written solvers are accompanied by driver routines that will give you some clues as to the calling parameters and how to use them - read up on the material by Lawrence Shampine. Finally, if some extra complexity is permissible for non-stiff ODEs then, out of the box, use a BDF method or some other implicit scheme. DVERK is a RK56 and is OK for non-stiff problems. EPSODE is a driver for the EPISODE package by Hindmarsh & Byrne. There is a BDF method in EPISODE. There is a java device at the bottom of this page that lets you fiddle with some BDF methods http://www.cse.uiuc.edu/eot/modules/ode/bdf/ Regards, MD |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by Sir Col on Feb 10th, 2005, 4:34pm I find the language of odes convoluted by the complex and formal stanzaic structure. Actually I used to think that they were all Greek. Don't take this the wrong way, Michael, as I'm sure what you've written is very good, but in terms of more recent odes you cannot beat the works of Keats and Coleridge. |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by Michael Dagg on Feb 11th, 2005, 10:29am It is worth mentioning that Edwin Moise made a similar statement to me about odes back in the late 1980's. It was mystified when I read it but I do agree. Regards, MD |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by Ken Wiley on Mar 5th, 2005, 9:56am Your response is very much appreciated - sorry for my delay in checking this board! I am not surprised that the solver problem is based on my own poor selection and I can now actually say I understand why it did not work: basically, I am using a very less accurate method in conjunction with a more accurate method. This makes complete sense to me now and I certainly see that most all adaptive solvers use methods that are 1 or so orders a part. But what gets me about what you said about possiblity of the Heun method jumping to another trajectory really puzzles me because [the] initial value problem, if there is a solution, it is _unique_. Therefore, if it is unique how could the solver jump to another trajectory? Also, about some of the methods you mentioned, don't they require computation of some partial derivatives? Ken |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by Michael Dagg on Mar 15th, 2005, 11:16am It is the very nature of numeric approximation that leads to potential trajectory-jumping and has nothing to do with the uniqueness theorem except that when it happens we know something went wrong. A solver can jump to another trajectory for any number of reasons which may include loss of stability, floating point error, taking too large of a leap, and other things that have to do with the nature of the ODE and the solver itself. A non-adaptive solver will jump to another trajectory around a singular point or an asymptote most of the time if the family of trajectories extend to the other sides of the singular point or asymptote and will do so all of the time if the code does not make any attempt to detect singular points or floating point errors between successive increments/decrements of time - for example, by detecting one or more divisions by zero, numeric over/under-flows, undefined operations, etc. in the time interval. Numeric over/under-flow is treated as a special case since neither implies division by zero or discontinuity but could indicate that there is a division by zero or asymptote nearby or just simply the computation requires floating point result that is out of range. Adaptive solvers are less prone to trajectory-jumping for numerous reasons but the main reason is that they have some sort of error control implemented such that if the error constraint is not satisfied after a number of iterations for one reason or the other, the solver terminates. The nature of symmetry, if any, of a family of trajectories about a singular point plays an interesting role in trajectory-jumping. Run your favorite RK45 on these two ODEs y' = -x/y and y' = x/y and see if you can get it to do some trajectory-jumping in some disc containing (0,0). One of the ODEs is more prone to trajectory-jumping than the other but notice that there does not appear to be much difference between the two ODEs except for the minus sign. Finally, yes, methods that use the Jacobian use partial derivatives. Most codes numerically approximate the Jacobian but codes that contain a symbolic differentiation algorithm can compute an analytic Jacobian which reduces the successive numeric approximations to successive function evaluations instead. Regards, MD |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by uMRod on Mar 17th, 2005, 8:01pm I have been watching this thread about diff equ's and the question that I have is that how can you use a Runge-Kutta with implicit autonomous diffs such as y'=-x/y or y'=x/y? Also, doesn't solution = tracjectory in this same sense? |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by Michael Dagg on Mar 19th, 2005, 10:50am Let me first mention that neither of the two ODEs are autonomous. This is so because x appears in each. RK methods can be applied to explicit and implicit ODEs; and, in fact, can be used on a wide variety of equations involving derivatives such as differential algebraic equations and many others. I am guessing that you probably thought that since the two ODEs are implicit, perhaps only an implicit solver could be used to solve them. Turns out that explicit and implicit solvers can be used to solve explicit and implicit ODEs. The reality is that the choice depends the nature of the ODE. For example, implicit solvers are superior for solving stiff ODEs while for many non-stiff ODEs explicit solvers generally work pretty well. Yes, solution curve = trajectory. Regards, MD |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by THUDandBLUNDER on Mar 19th, 2005, 1:04pm on 03/17/05 at 20:01:12, uMRod wrote:
Hmm...is that what this thread is about? ::) |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by uMRod on Mar 26th, 2005, 8:36am I see. What about coming up with a power series equation for the solution of dy/dx = xy, y(0)=1? One would think that it is easy. |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by Ghost9155 on Mar 28th, 2005, 6:27am Let y = sum_j=1_to_inf [aj*x^j] and substitute it for y in the right hand side of the diff equ and then differentiation it with respect to x and set it as the left side of the diff equ. Combine the terms in the two sums into one sum by shifting the index of summation. You can then determine the form of the coefficients for each power of x in the sum by using the initial conditions. They should involve powers of numbers and factorials. |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by Icarus on Mar 28th, 2005, 7:36pm Actually, Ghost9155, its even easier to simply solve this diffE: divide both sides by y, then integrate to get ln(y) = x2/2 + C. Exponentiating and evaluating for y(0)=1 gives y = ex^2/2 = [sum] x2n/2nn! But I thing uMRod was only giving this as an example in his on-going discussion with Michael Dagg, rather than offering it as a proplem he was having trouble solving. |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by StonedAgain on Mar 29th, 2005, 3:03pm You mentioned Edwin Moise. Are we supposed to automatically know who he is or was that just simply run on? |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by Noke Lieu on Mar 29th, 2005, 3:35pm on 03/29/05 at 15:03:35, StonedAgain wrote:
I am not nearly the mathematician most of the guys round here are. (not even sure of my grammar sometimes) but I can google purr-tty guid This guy, I think. (http://www.genealogy.math.ndsu.nodak.edu/html/id.phtml?id=306) and here (http://at.yorku.ca/t/o/p/c/94.htm) There is another famous one, but he's a historian, it seems. |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by Sir Col on Mar 29th, 2005, 3:36pm It's funny you should bring that up, as I felt quite bad about this at the time. In response to a question about writing odes... on 02/02/05 at 21:31:36, Michael Dagg wrote:
on 02/10/05 at 16:34:47, Sir Col wrote:
on 02/11/05 at 10:29:22, Michael Dagg wrote:
I fear that he took me seriously, whereas I was making a very bad joke: ode's are a complex lyrical style of poem that originated in ancient Greece. More recent poets, Coleridge and Keats, wrote odes. Hence my cryptic, poor attempt at humour. Sorry, Michael. |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by Michael Dagg on Mar 30th, 2005, 6:05am Thanks to whoever sent me that anonymous email. No apologies are necessary - I understood exactly what you meant. Moise did say that very same thing to me, in addition to saying I as possessed and obsessed with with ODEs. That link to Moise is correct. He was a geometric topologist, graduated from UT, and is well known for having triangulated 3-manifold. There is theorem in his honor for it. Him and Mary Rudin (Walter Rudin's wife) were classmates at UT. About that series solution, I will come back to tomorrow and show you how to do it easily - have to run. Regards, MD |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by StonedAgain on Mar 31st, 2005, 6:47am Walter Rudin - that name is quite familiar, he wrote a bunch of analysis books. I recall a class that used one of his books and within just 3 days the whole class had dropped the course. |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by towr on Mar 31st, 2005, 7:32am on 03/31/05 at 06:47:27, StonedAgain wrote:
Haha.. Remind me never to buy any of his books :P |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by StonedAgain on Mar 31st, 2005, 6:02pm Hi Moderator, Please remove the posts that I made eariler here where I asked/mentioned that were we to automatically know who Moise is, and the post right after that one when I remarked Gosh, etc., and this one too. Thanks Kile |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by Icarus on Apr 1st, 2005, 6:15pm Sorry, but your first post is quoted, and led to some discussion in later posts. If we were to remove it, the thread would become confused. I did remove your 2nd post like you asked, though. We all make mistakes. Sometimes we just have to live with them. :-/ |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by Michael Dagg on Apr 3rd, 2005, 6:52am Rudin's textbooks are widely used and highly respected. I can't imagine a modern mathematics major never making contact with his textbooks. A fair amount of preparation is required for a course that uses any of his books. Analysis texts by Bartle & Stromberg, Apostol, or Saff & Snider all serve as good preparation for Rudin and all have somewhat less emphasis on measure theory and topological spaces. |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by Michael Dagg on Apr 3rd, 2005, 7:04am Correction - I mean to say Bartle & Sherbert rather than Bartle & Stromberg. Regards, MD |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by Michael Dagg on Apr 6th, 2005, 7:56pm Any tips on entering fomulae on this thread - I see the TeX converter from the main but it is not real clear to me or is TeX OK? I have that solution to post and a text form of it would prove to be somewhat spacious. Regards, MD |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by towr on Apr 7th, 2005, 12:24am on 04/06/05 at 19:56:56, Michael Dagg wrote:
You can use http://tcw2.ppsw.rug.nl/cgi-bin/cgiwrap/towr/FORMULA/formula.cgi to convert a TeX formula to a png-image, and include it in your post using [img] tags. (I really should get to work making that thing a bit more userfriendly one of these days) |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by Michael Dagg on Apr 12th, 2005, 9:48pm I tried the link for the TeX input but the result is barely readable - has a white background and the formulae is sparse black pixels. Regards, MD |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by towr on Apr 13th, 2005, 1:08am [e]It didn't use to actually do transparant in the new version, apparantly now it does. And so if you look at the image with a white background you won't see the image well. (It was made with this forum in mind, so it's made for a dark background)[/e] |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by Ken Wiley on Apr 13th, 2005, 9:18am It does the same thing for me when I use IE but when I use FireFox it has the background of this board with clear readable math. Ken |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by towr on Apr 13th, 2005, 10:00am Ach so.. Well, I have an idea what the problem is now, maybe I'll get around to fixing it some day. (But with the software and setting changes to our server nothing I make seems to survive unscathed long) This script (not mine): http://hausheer.osola.com/latex2eps.php Should give black on white (non-transparent) formula. |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by Michael Dagg on Apr 13th, 2005, 7:08pm on 04/13/05 at 09:18:26, Ken Wiley wrote:
Thanks, I will check into that. Regards, MD |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by uMRod on Apr 13th, 2005, 9:33pm Say M Dagg, what is the problem with the link at http://mathforum.org/library/view/18386.html that lists the DE software stuff? When I click it some AOL FTP shows up that is empty? |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by Michael Dagg on Apr 14th, 2005, 8:56pm on 04/13/05 at 21:33:52, uMRod wrote:
Thanks for mentioning it but I don't know why. That aol place is 6-7 years old and I thought that Brooks/Cole had made updates or notices about link changes. I know people at Drexel and I will inquire about it. I do know that other people copied the original pages from that aol place onto their server and you might be able to find the content by searching for it. Regards, MD |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by uMRod on Apr 15th, 2005, 10:32am The one that I was hunting for is about 3/4 the way down this page and has qualitative in the title http://mthwww.uwc.edu/wwwmahes/files/math01.htm |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by Michael Dagg on Apr 15th, 2005, 5:39pm Sorry, I don't see what you are seeing on that page. Is your remark directed to me? Regards, MD |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by uMRod on Apr 18th, 2005, 9:04am Yes. My mistake though it doesn't say qualitative it says ode solver. |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by PaulB on Apr 18th, 2005, 3:13pm Chomp on this DE d^2w/dz^2 - 2z dw/dz + 2nw = 0, where n is any integer > 0. |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by StonedAgain on Apr 18th, 2005, 8:50pm How should one "chomp" - is z complex or real? What makes that DiffEQ different from what what I am used to is the n part. |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by PaulB on Apr 19th, 2005, 8:28am on 04/18/05 at 20:50:36, StonedAgain wrote:
z is real. |
||||||
Title: Re: Mathematician claims proof for Riemann hypothe Post by Michael Dagg on Apr 19th, 2005, 3:59pm on 04/18/05 at 09:04:12, uMRod wrote:
That link is years old and refers to a DOS ODE solver. That program is in the public domain. You should be able to find it some place. Try the keyword sling-shot when you search as that was the nick name given for it. As for that differential equation that PaulB stated, you should be able to recognize its form if you studied any of the classical differential equations. The restriction n > 0 is not necessary. In fact, the same solution holds for n >= 0. Regards, MD |
||||||
Powered by YaBB 1 Gold - SP 1.4! Forum software copyright © 2000-2004 Yet another Bulletin Board |