mersenneforum.org  

Go Back   mersenneforum.org > Fun Stuff > Puzzles

Reply
 
Thread Tools
Old 2008-06-17, 01:20   #1
davieddy
 
davieddy's Avatar
 
"Lucan"
Dec 2006
England

2×3×13×83 Posts
Default Mersenne decay curve

Assume that the probability of 2^k-1 being prime is
2.57/k for all integers k>k0.
Let P(k) be the probability of there being no more Mersenne primes
before k. Given P(k0), derive an expression for P(k) for k>k0.

David

Last fiddled with by davieddy on 2008-06-17 at 01:38
davieddy is offline   Reply With Quote
Old 2008-06-17, 04:38   #2
cheesehead
 
cheesehead's Avatar
 
"Richard B. Woods"
Aug 2002
Wisconsin USA

22×3×641 Posts
Default

Quote:
Originally Posted by davieddy View Post
Let P(k) be the probability of there being no more Mersenne primes before k.
Do you mean that P(k) = probability that, for all k0 =< j < k, 2j - 1 is composite? If not, what do "no more" and "before k" mean?

Quote:
Given P(k0)
... which would be 1 - (2.57/k0) if your first statement were true for k = k0 -- right?

Last fiddled with by cheesehead on 2008-06-17 at 04:46
cheesehead is offline   Reply With Quote
Old 2008-06-17, 09:10   #3
davieddy
 
davieddy's Avatar
 
"Lucan"
Dec 2006
England

2·3·13·83 Posts
Default

It is probably easiest to think of the concrete example:
Say k0 is 45M, so no testing has been done above it and
my probability assumption holds.
P(45M) is < 1 because not all exponents below 45M have been
tested. "No more primes" means "no more than the 44 found to date".
Big hint: P(j+1)=P(j)(1-2.57/j).

Last fiddled with by davieddy on 2008-06-17 at 09:14
davieddy is offline   Reply With Quote
Old 2008-06-17, 11:45   #4
R. Gerbicz
 
R. Gerbicz's Avatar
 
"Robert Gerbicz"
Oct 2005
Hungary

27168 Posts
Default

Quote:
Originally Posted by davieddy View Post
Assume that the probability of 2^k-1 being prime is
2.57/k for all integers k>k0.
Let P(k) be the probability of there being no more Mersenne primes
before k. Given P(k0), derive an expression for P(k) for k>k0.

David
Obviously it's a totally false conjecture. If it would be good, then the probability that 2^(2*n)-1 is prime is c/n, where c>0 is a constant, but sum(n=1,infinity,c/n)=infinity and it means that there are infinte many such primes (by p=1 probability), however all of them are composite, expect for n=1.
Visit: http://primes.utm.edu/notes/faq/NextMersenne.html
for a probably valid conjecture.

Last fiddled with by R. Gerbicz on 2008-06-17 at 11:46
R. Gerbicz is offline   Reply With Quote
Old 2008-06-17, 15:49   #5
davieddy
 
davieddy's Avatar
 
"Lucan"
Dec 2006
England

2×3×13×83 Posts
Default

It is a model which reflects the density of Mersenne primes,
just as 1/ln(n) gives the probability of n being prime.
davieddy is offline   Reply With Quote
Old 2008-06-17, 17:49   #6
davieddy
 
davieddy's Avatar
 
"Lucan"
Dec 2006
England

145128 Posts
Default

It helps (me at least) to regard the exponent j as a continuous real variable.
The probability density is 2.57/j , meaning that the probability
of an exponent between j and (j+dj) yielding a Mersenne prime
is 2.57dj/j for small enough dj.

It's no more "outrageous" than applying the wave equation to
a solid even though we know it is made of atoms.

Last fiddled with by davieddy on 2008-06-17 at 17:58
davieddy is offline   Reply With Quote
Old 2008-06-17, 18:15   #7
xilman
Bamboozled!
 
xilman's Avatar
 
"π’‰Ίπ’ŒŒπ’‡·π’†·π’€­"
May 2003
Down not across

1078510 Posts
Default

Quote:
Originally Posted by davieddy View Post
It's no more "outrageous" than applying the wave equation to a solid even though we know it is made of atoms.
Eh?

Atoms are well described by a sum of wave functions for their constituent particles (including virtual particles in the full QED treatment); an ensemble of atoms is well described by a sum of wave functions.

What's outrageous about it?


Paul
xilman is offline   Reply With Quote
Old 2008-06-17, 18:54   #8
davieddy
 
davieddy's Avatar
 
"Lucan"
Dec 2006
England

2·3·13·83 Posts
Default

I was referring to the classical wave equation, and there is
nothing outrageous about it (to a physicist) as long as the
wavelength >> separation of atoms.
In this case the "half life" of the "decay curve" I seek is
of the order of k0 (i.e. millions >>1)

Enough pedantry: someone integrate P(j+dj)= P(j)*(1 - 2.57dj/j)
between j=k0 and j=k.

Last fiddled with by davieddy on 2008-06-17 at 19:09
davieddy is offline   Reply With Quote
Old 2008-06-17, 19:32   #9
xilman
Bamboozled!
 
xilman's Avatar
 
"π’‰Ίπ’ŒŒπ’‡·π’†·π’€­"
May 2003
Down not across

3·5·719 Posts
Default

Quote:
Originally Posted by davieddy View Post
I was referring to the classical wave equation, and there is
nothing outrageous about it (to a physicist) as long as the
wavelength >> separation of atoms.
Aah. It appears that you're primarily a classical physicist whereas I tend to think of quantum mechanics first.

Paul
xilman is offline   Reply With Quote
Old 2008-06-18, 09:08   #10
davieddy
 
davieddy's Avatar
 
"Lucan"
Dec 2006
England

194A16 Posts
Default

Quote:
Originally Posted by davieddy View Post
Enough pedantry: someone integrate P(j+dj)= P(j)*(1 - 2.57dj/j)
between j=k0 and j=k.
OK I'll do it myself:

dP/P=-2.57dj/j
integrating from j=k0 to k:
ln(P(k)/P(k0)) = -2.57ln(k/k0)

P(k)/P(k0) = (k0/k)^2.57

Note that this formula can also be arrived at by
observing that the expected number of Mersenne
primes between exponents k0 and k is 2.57ln(k/k0)
and using the Poisson distribution to give
Probability of no primes = 1/e^(expected number of primes).

Surely my decay curve illuminates discussion of "where is M45"
in the same way that "exponential decay" helps predict when
an unstable nucleus will decay?

More anon,
David

Last fiddled with by davieddy on 2008-06-18 at 09:49
davieddy is offline   Reply With Quote
Old 2008-06-18, 14:09   #11
davieddy
 
davieddy's Avatar
 
"Lucan"
Dec 2006
England

194A16 Posts
Default

Quote:
Originally Posted by xilman View Post
Aah. It appears that you're primarily a classical physicist whereas I tend to think of quantum mechanics first.

Paul
I made a bad mistake when I turned down the offer of
doing a DPhil in solid state physics under the supervision
of Rudolf Peierls. (I thought I'd discover the theory of Everything instead)
Re quantum mechanics, I found that the "explanation" of atomic
structure made me (almost) glad I did Chemistry instead of double
Maths at school.

David
davieddy is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Elliptic Curve Arithmetic Raman Math 8 2009-04-13 19:20
Lucky gmp-ecm curve... WraithX GMP-ECM 4 2009-01-12 16:29
Work Per ECM Curve wblipp GMP-ECM 8 2008-12-28 14:24
Why does it do only one curve? Andi47 GMP-ECM 6 2006-03-19 06:38
Curve Counts Prime95 Factoring 23 2005-03-22 16:43

All times are UTC. The time now is 05:20.


Fri Aug 6 05:20:54 UTC 2021 up 13 days, 23:49, 1 user, load averages: 2.54, 2.35, 2.36

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.