![]() |
|
|
#23 | |
|
Nov 2003
22·5·373 Posts |
Quote:
I don't need to look at the claimed proof, as others have found flaws. I am unlikely to provide a proof, because I don't think the conjecture is correct. As I have said, it seems to be working in the *wrong subgroup" of GF(p^2). |
|
|
|
|
|
|
#24 | |
|
Jun 2005
9810 Posts |
Quote:
I thank all contributions received pointing out my mistakes in the previous papers. I am a quick learner, and I knew I was on the right track but did not see the obvious solution. All my previous horrific garbling, my previous method has been totally discarded. The clue is in the paper of Shallit&Vasiga Theorem 12 showing the elegant way to express This result was then plugged into the method of Bruce to complete the proof. There is no real innovative thinking other than knowing that a second identity had to be found - the result was always there but nobody picked up the penny. My only claim to fame is The proof is now oh so simple, but it gave me a big headache for a number of days till the obvious was found. best regards Anton Last fiddled with by AntonVrba on 2008-10-07 at 16:36 |
|
|
|
|
|
|
#25 |
|
Jun 2005
2·72 Posts |
Sorry I just noticed a small typo which I have now corrected, please use this File
Any ideas where I can safe files to link to so that I can make small changes transparrently. I now have concluded that the proof can also be used for the numbers of the for 2^q+p. the small doubt I express in concluding part of the paper I have cleared in my mind. But now it is time for me to sleep - in a day or two I will give the explanation. Last fiddled with by AntonVrba on 2008-10-07 at 18:11 |
|
|
|
|
|
#26 | |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
426710 Posts |
Quote:
I use Google Pages, but they're not accepting new sign ups there any more to change over to Google Sites. |
|
|
|
|
|
|
#27 |
|
Aug 2008
1268 Posts |
Wow, I'm pulling for you too Anton. It looks like a really big story, if everything checks out!
Once the conjecture is proved (if indeed it is correct), I expect we'll start a Wagstaff equivalent to GIMPS. I'd like to nominate a name for it: Wagstaff Internet Massive Prime Search Ok, so maybe that wouldn't be best. Well, I'm jumping the gun anyway. |
|
|
|
|
|
#28 | |
|
Just call me Henry
"David"
Sep 2007
Cambridge (GMT/BST)
23·3·5·72 Posts |
Quote:
they will not be searched anywhere near as high as mersenne primes though unless we come up with a special form for their factors there are 40 wagstaff primes up to n=1mil and only 33 mersenne primes up til there the wikipedia entry for wagstaff primes could do with some work |
|
|
|
|
|
|
#29 |
|
Feb 2004
France
22·229 Posts |
Hi Anton,
I'm a little lost with the notation... (I'm used with the notation of Ribenboim or Williams). However, in (1.1), you say : And then later you use Am I too tired, or should you not use the same names Or maybe you wanted to write: (1.1) (or maybe I too need a sleep...) T. |
|
|
|
|
|
#30 |
|
Feb 2004
France
91610 Posts |
Up to now, there are only 30 Wagstaff numbers proved prime and 10 PRP up to 1M.
If/when the conjecture is proved, and when some code implements it, then we'll have 40 primes. A number is prime only once there is a proof... T. |
|
|
|
|
|
#31 |
|
Bemusing Prompter
"Danny"
Dec 2002
California
2·5·239 Posts |
You know, my gut feeling is telling me that this conjecture is correct. I've verified this conjecture for values of q up to 101 using a program I wrote on my TI-89.
Below is the program I used: Code:
:wagstaff(n) :Prgm :ClrIO :floor(n)→n :If n<3 Then :Disp "invalid exponent" :Disp "must be 3 or greater" :ElseIf n>1013 Then :Disp "exponent too large" :Disp "must be 1013 or less" :ElseIf not isPrime(n) Then :Disp "exponent must be prime" :Disp string(n)&" factors to:" :Disp factor(n) :ElseIf n=3 Then :Disp "W3 is prime" :Else :6→j :For t,1,n :mod(j^2-2,(2^n+1)/3)→j :If mod(t,25)=0 :Disp "iteration: "&string(t)&"/"string(n) :If t=2 :j→k :EndFor :ClrIO :If j=k Then :Disp "W"&string(n)&" is prime!" :Else :Disp "W"&string(n)&" is not prime" :EndIf :Disp "residue:" :Disp mod(j,10^25) :If j>=10^25 :Disp "(last 25 digits)" :EndIf :DelVar j,k,t :EndPrgm Last fiddled with by ixfd64 on 2008-10-07 at 20:43 |
|
|
|
|
|
#32 | |
|
Jun 2005
2×72 Posts |
Quote:
Yes you are correct - another typo! the joys of Ctrl+c and Ctrl+v obviously I want to write as you correctly point out (1.1) You should be familiar with the notation it is lifted from Shallit&Vasiga. regards Last fiddled with by AntonVrba on 2008-10-07 at 21:37 |
|
|
|
|
|
|
#33 |
|
Jun 2005
9810 Posts |
I would prefer "when the proposed theory is verified", I cannot see how anybody can argue against it now! I unashamedly copied both Bruce and Shallit and given the dew credit - so the only verification remains is the simple schoolboy algebra
S_1 = -S_p_1 which is true as both s=s^2-2=(-s)^2-2 (a point that you queried earlier on) but I think I now explained it well enough for every one to follow. Expressing S_2 = S_p and S_1 = -S_p-1 in terms of alpha and then factoring both equations, follows exactly what Shallit writes in his theorem 12 bottom half of page 14 - nothing new and accepted! Thereafter I quote Bruce word for word, who will argue against that - here is a link to his full theory "A Really Trivial Proof of the Lucas-Lehmer Test" J. W. Bruce - now you may understand the word play in my title. To those who believed it impossible - I say Chess Mate ![]() if quantity is a measure, there are 20 Mersenne below q=5000 against 33 s^q+7 which also can be proven prime with the theory presented, primes in close proximity of Mersennes can now also be investigated Last fiddled with by AntonVrba on 2008-10-07 at 21:35 |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Prime numbers test primality - with proof written in invisible ink | Godzilla | Miscellaneous Math | 40 | 2018-10-17 00:11 |
| APR-CL as primality proof | f1pokerspeed | FactorDB | 14 | 2014-01-09 21:06 |
| 500€ Reward for a proof for the Wagstaff primality test conjecture | Tony Reix | Wagstaff PRP Search | 7 | 2013-10-10 01:23 |
| Proof of Primality Test for Fermat Numbers | princeps | Math | 15 | 2012-04-02 21:49 |
| Wagstaff number primality test? | ixfd64 | Math | 12 | 2010-01-05 16:36 |