mersenneforum.org  

Go Back   mersenneforum.org > Extra Stuff > Miscellaneous Math

Reply
 
Thread Tools
Old 2015-05-10, 11:35   #12
Stan
 
Dec 2011

22·32 Posts
Default Further to MM127

I believe my proof that MM127 is valid but part of my argument is debateable.
Attached is a copy of my reasoning.
I would appreciate any input as to any possible modifications.
Many thanks for your support.
Stan.
Attached Files
File Type: pdf Mersenne Number Theory.pdf (43.8 KB, 127 views)
Stan is offline   Reply With Quote
Old 2015-05-10, 12:08   #13
axn
 
axn's Avatar
 
Jun 2003

2·3·7·112 Posts
Default

I am not sure I understand your theory. Are you saying that:

M(p) with p==3 (mod 4) is prime if the smallest prime of the form (2kp+1) == 7 (mod 8) does not divide M(p)?

If so, there are plenty of counterexamples.

If not, you need to clarify your theory.
axn is online now   Reply With Quote
Old 2015-05-10, 12:16   #14
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

838410 Posts
Default

Quote:
Originally Posted by Stan View Post
I would appreciate any input as to any possible modifications.
the number a=19396094914493492417412352623610788052879 you give for MM127 doesn't work:

Code:
(09:14) gp > Mod(2,19396094914493492417412352623610788052879)^(1<<127-1)
%6 = Mod(12878846122774700542942977398640678236038, 19396094914493492417412352623610788052879)
edit: I also misread sorry.

edit2:

your condition that 2*p+1 is always composite in this case fails though:

Code:
(09:24) gp > w=parselect(v->v%8==7 && isprime(2*v+1),primes(100))
%7 = [23, 191, 239, 359, 431]
edit3: confused again but:
Code:
(09:24) gp > w=parselect(v->v%4==3 && isprime(2*v+1),primes(100))
%8 = [3, 11, 23, 83, 131, 179, 191, 239, 251, 359, 419, 431, 443, 491]
leads to even more exceptions.

edit4: okay I keep confusing myself for some reason but if 2^{a-1}\eq 2^{p(8\lambda+2)} \text { (with a-1 higher in the exponents)} then 8\lambda+2 | 8\mu+2 which destroys the contradiction your claim is fielded on.

Last fiddled with by science_man_88 on 2015-05-10 at 12:53
science_man_88 is offline   Reply With Quote
Old 2015-05-10, 15:14   #15
Stan
 
Dec 2011

1001002 Posts
Default

Quote:
Originally Posted by axn View Post
I am not sure I understand your theory. Are you saying that:

M(p) with p==3 (mod 4) is prime if the smallest prime of the form (2kp+1) == 7 (mod 8) does not divide M(p)?

If so, there are plenty of counterexamples.

If not, you need to clarify your theory.
Please supply a counterexample with k = 4n + 1 and I will have to think again.
Stan is offline   Reply With Quote
Old 2015-05-10, 16:52   #16
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

100000110000002 Posts
Default

Quote:
Originally Posted by Stan View Post
Please supply a counterexample with k = 4n + 1 and I will have to think again.
I know I'm failing to comprehend something but most of these things are possible even when p=1 mod 4, 2^p-1 with p>2 will always be 7 mod 8, therefore the factor setup other than form it takes on is the same I guess I'm still missing what leads to the contradiction part of it for some reason. if we could figure out for when p= 1 mod 4 and then both types of p but with 2*p+1 prime though we know in one case it divides the mersenne number and the other case of those last two it divides the generalized fermat number above a mersenne I think
science_man_88 is offline   Reply With Quote
Old 2015-05-10, 18:18   #17
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

100000110000002 Posts
Default

Quote:
Originally Posted by Stan View Post
Please supply a counterexample with k = 4n + 1 and I will have to think again.
you forgot to state n>0 like in your conditions otherwise 2p+1 being prime is a counter, just thought I'd say that much. edit: why is my brain not working.

Last fiddled with by science_man_88 on 2015-05-10 at 18:20
science_man_88 is offline   Reply With Quote
Old 2015-05-10, 19:53   #18
ATH
Einyen
 
ATH's Avatar
 
Dec 2003
Denmark

2×1,579 Posts
Default

It seems you think all factors are of the form 8up+2p+1. Normally we write factors on the form: 2kp+1 (proof), so in your case k=4u+1, but k can take other values besides those.

Many of the factors for this exponent does not have k=4u+1:
http://www.mersenne.org/report_expon...448359&exp_hi=

You also seem to say that there cannot be 2 factors of the form 8up+2p+1 for the same mersenne number Mp, but 23790831079 and 10605046177199 from the exponent above both fit that form.

Last fiddled with by ATH on 2015-05-10 at 20:19
ATH is online now   Reply With Quote
Old 2015-05-10, 20:21   #19
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

26·131 Posts
Default

Quote:
Originally Posted by ATH View Post
It seems you think all factors are of the form 8up+2p+1. Normally we write factors on the form: 2kp+1 (proof), so in your case k=4u+1, but k can take other values besides those.

Many of the factors for this exponent does not have k=4u+1:
http://www.mersenne.org/report_expon...448359&exp_hi=
they are looking for the one factor that's 7 mod 8 because Mp mod 8 is 7 there has to be one for it to be composite they then know the form of a 7 mod 8 factor is 2*k*p+1 with k=4*n+1 ( aka 8np+2p+1) assuming the factor is prime they seem to show it divides Mp and to show it's the only one they say lets say it's the first that works like that lets make another one and then show that if the two of that form both exist that they both can't work because a contradiction says basically that 2*k for the higher k says it must divide 2*k for the lower k and there's no way a higher number divides into a lower one. though I don't quite know how they get the last part. edit: so negating the fact that they say first it's basically like saying if you find one you won't find any more because conditions stop them from being possible.

Last fiddled with by science_man_88 on 2015-05-10 at 20:59
science_man_88 is offline   Reply With Quote
Old 2015-05-10, 21:35   #20
ATH
Einyen
 
ATH's Avatar
 
Dec 2003
Denmark

2·1,579 Posts
Default

Quote:
Originally Posted by science_man_88 View Post
they are looking for the one factor that's 7 mod 8 because Mp mod 8 is 7 there has to be one for it to be composite they then know the form of a 7 mod 8 factor is 2*k*p+1 with k=4*n+1 ( aka 8np+2p+1) ......
But k is not always 4n+1. For example the factor 45315868721 of the exponent 566448359 I linked:
45315868721 = 2*40*566448359 + 1, so k=40 which is not 4n+1, and several of the other factors of that exponent does not fit k=4n+1 either.

In fact the only k's that never work for any prime exponent p are of the form k=4n+2, because those leads to factors 2kp+1 which is not +/1 (mod 8).

Last fiddled with by ATH on 2015-05-10 at 21:51
ATH is online now   Reply With Quote
Old 2015-05-10, 22:08   #21
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

26×131 Posts
Default

Quote:
Originally Posted by ATH View Post
But k is not always 4n+1. For example the factor 45315868721 of the exponent 566448359 I linked:
45315868721 = 2*40*566448359 + 1, so k=40 which is not 4n+1, and several of the other factors of that exponent does not fit k=4n+1 either.

In fact the only k's that never work for any prime exponent p are of the form k=4n+2, because those leads to factors 2kp+1 which is not +/1 (mod 8).
that factor is 1 mod 8 according to my PARI,we are looking at 2*k*(4n+3)+1 = 8*y+7-> 8*k*n+6*k+1 = 8*y+7 -> 6*k+1=8*x+7 to give a 7 mod 8 factor we can prove that they follow a pattern of possible solution with k= 4n+1 in this case.
science_man_88 is offline   Reply With Quote
Old 2015-05-10, 23:13   #22
Batalov
 
Batalov's Avatar
 
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2

224268 Posts
Default

Quote:
Originally Posted by science_man_88 View Post
that factor is 1 mod 8 according to my PARI,we are looking at 2*k*(4n+3)+1 = 8*y+7-> 8*k*n+6*k+1 = 8*y+7 -> 6*k+1=8*x+7 to give a 7 mod 8 factor we can prove that they follow a pattern of possible solution with k= 4n+1 in this case.
Batalov is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is MM127 a PRP? aketilander Operazione Doppi Mersennes 6 2012-10-31 16:02
MM127 antimath Lone Mersenne Hunters 12 2012-01-11 03:46
MM127 Dougal LMH > 100M 26 2009-12-13 09:57
Is MM127 Prime? Just a Poll jinydu Miscellaneous Math 57 2008-11-08 17:48
MM127 Checkout Page clowns789 Lone Mersenne Hunters 44 2004-09-30 08:06

All times are UTC. The time now is 14:59.


Mon Aug 2 14:59:01 UTC 2021 up 10 days, 9:28, 0 users, load averages: 3.26, 3.10, 3.39

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.