![]() |
Prime numbers test primality - with proof written in invisible ink
[URL]https://zenodo.org/record/1211591#.WsORgnXOM0M[/URL]
|
Up to 1000 this fails for 1, 6, 15, 66, 85, 91, 186, 341, 435, 451, 561, 645, 703, and 946.
|
See the Wikipedia page on the [url=https://en.wikipedia.org/wiki/Chinese_hypothesis]Chinese hypothesis[/url]. This article says that [quote]Composite numbers n for which 2[sup]n[/sup]−2 is divisible by n are called Poulet numbers.[/quote]
Albert Beiler's [u]Recreations in the Theory of Numbers[/u] [i]The Queen of Mathematics Entertains[/i] mentions that the even numbers m = 215326, 2568226, and 143742226 satisfy 2[sup]m[/sup] == 2 (mod m), so I guess these are also prime. Exercise: If 2[sup]n[/sup] == 2 (mod n), then 2[sup]2n-1[/sup] == 2 (mod n) |
[QUOTE=Dr Sardonicus;484258]See the Wikipedia page on the [url=https://en.wikipedia.org/wiki/Chinese_hypothesis]Chinese hypothesis[/url]. This article says that
Albert Beiler's [u]Recreations in the Theory of Numbers[/u] [i]The Queen of Mathematics Entertains[/i] mentions that the even numbers m = 215326, 2568226, and 143742226 satisfy 2[sup]m[/sup] == 2 (mod m), so I guess these are also prime. Exercise: If 2[sup]n[/sup] == 2 (mod n), then 2[sup]2n-1[/sup] == 2 (mod n)[/QUOTE] (19:18) gp > factor(215326) %3 = [ 2 1] [ 23 1] [ 31 1] [151 1] (15:54) gp > factor(2568226) %4 = [ 2 1] [ 23 1] [ 31 1] [1801 1] (15:54) gp > 143742226 %5 = 143742226 (15:54) gp > factor(%5) %6 = [ 2 1] [ 23 1] [ 31 1] [100801 1] |
[QUOTE=Dr Sardonicus;484258]Exercise: If 2[sup]n[/sup] == 2 (mod n), then 2[sup]2n-1[/sup] == 2 (mod n)[/QUOTE]I should point out that the converse is false. As [b]CRGreathouse[/b] has pointed out already,
2[sup]2n-1[/sup] == 2 (mod n) for, e.g. n = 6, 15, 66, 85, 91, 186 whereas 2[sup]n[/sup] =/= 2 (mod n) in these cases. So it is [i]easier[/i] for composites to satisfy the OP's "primality" criterion than it is to satisfy 2[sup]n[/sup] == 2 (mod n) |
[QUOTE=Dr Sardonicus;484375]I should point out that the converse is false. As [b]CRGreathouse[/b] has pointed out already,
2[sup]2n-1[/sup] == 2 (mod n) for, e.g. n = 6, 15, 66, 85, 91, 186 whereas 2[sup]n[/sup] =/= 2 (mod n) in these cases. So it is [i]easier[/i] for composites to satisfy the OP's "primality" criterion than it is to satisfy 2[sup]n[/sup] == 2 (mod n)[/QUOTE] This is right, but up to 1000 there is a relatively small error. if we then exclude the even numbers and the multiple numbers of 5, the error is even less. I think instead it is interesting until it fails with a prime number. |
[QUOTE=Godzilla;484383]This is right, but up to 1000 there is a relatively small error. if we then exclude the even numbers and the multiple numbers of 5, the error is even less. I think instead it is interesting until it fails with a prime number.[/QUOTE]
It should fail only for 2-pseudoprimes and certain even numbers, the primes should all be ok. |
[QUOTE=CRGreathouse;484399]It should fail only for 2-pseudoprimes and certain even numbers, the primes should all be ok.[/QUOTE]
in your opinion, is this discovery something important? |
[QUOTE=Godzilla;484383]I think instead it is interesting until it fails with a prime number.[/QUOTE]Sorry, but that's not what you wrote. One of your claims is the following implication:
[quote]2[sup]p−1[/sup]*2[sup]p[/sup] mod p = 2 Than [sic] p Is a Prime Number[/quote] The smallest positive integer falsifying your claim is 1, which is not prime (and also not composite). The smallest composite number falsifying your claim is 6. There is no "relative" size of error when it comes to an implication. One counterexample and it's wrong. Your criterion identifies more composite numbers as primes than the "Chinese hypothesis," which only errs at composite base-2 pseudoprimes. The converse implication of your claim, [quote]2[sup]p−1[/sup]*2[sup]p[/sup] mod p [tex]\ne[/tex] 2 Than [sic] p Is not a Prime Number[/quote] is however true. This implication is equivalent to its contrapositive, If p is a prime number, then 2[sup]p−1[/sup]*2[sup]p[/sup] mod p = 2. This may be directly verified for p = 2. For primes p > 2, it is a consequence of "Fermat's little Theorem." |
[QUOTE=Godzilla;484401]in your opinion, is this discovery something important?[/QUOTE]
What discovery? |
[QUOTE=Dr Sardonicus;484402]Sorry, but that's not what you wrote. One of your claims is the following implication:
The smallest positive integer falsifying your claim is 1, which is not prime (and also not composite). The smallest composite number falsifying your claim is 6. There is no "relative" size of error when it comes to an implication. One counterexample and it's wrong. Your criterion identifies more composite numbers as primes than the "Chinese hypothesis," which only errs at composite base-2 pseudoprimes. The converse implication of your claim, is however true. This implication is equivalent to its contrapositive, If p is a prime number, then 2[sup]p−1[/sup]*2[sup]p[/sup] mod p = 2. This may be directly verified for p = 2. For primes p > 2, it is a consequence of "Fermat's little Theorem."[/QUOTE] maybe I expressed myself badly, but even if I made wrong statements in my work, I can always say that wrong for even pseudoprime and multiples of 5 and very few odd pseudoprime numbers (five numbers excluded number 1 up to 1000), I know you mean that it is not a universal formula, but I wanted to know if it was already known as 2 ^ 2p-1 = 2 (mod p) or was it unknown as a consequence of Fermat's little Theorem? |
| All times are UTC. The time now is 04:38. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.