mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > Math

Reply
 
Thread Tools
Old 2005-04-14, 05:47   #12
devarajkandadai
 
devarajkandadai's Avatar
 
May 2004

22·79 Posts
Default

Quote:
Originally Posted by maxal
It seems to work only in one direction (which is a particular case of your previous conjecture), i.e., if N is pseudo-prime then at least one (actually, all three) of the specified fractions is integer.
But there are such non-pseudoprime N for which at least one of the fractions is integer.
The smallest counterexamples:
105 = 3*5*7
165 = 3*5*11
195 = 3*5*13
Dear Maxal, I think 105 is pseudo to the base 29.I will check the other two .Regards,
A.K. Devaraj
devarajkandadai is offline   Reply With Quote
Old 2005-04-14, 06:09   #13
maxal
 
maxal's Avatar
 
Feb 2005

22×32×7 Posts
Default

Quote:
Originally Posted by devarajkandadai
Dear Maxal, I think 105 is pseudo to the base 29.I will check the other two .
What definition of the pseudoprime do you use?
Note that every odd number is pseudoprime to some base. And there is no much sense to call a number pseudoprime just because there exists a base to which it is pseudoprime. Following this way, every odd number should be called pseudoprime.

Usually the base is fixed (e.g., base=2), then we deal with Fermat pseudoprimes. Alternatively, it can be required that a given number is pseudoprime to every possible base, then we deal with Carmichael numbers.

Last fiddled with by maxal on 2005-04-14 at 06:20
maxal is offline   Reply With Quote
Old 2005-04-14, 06:43   #14
devarajkandadai
 
devarajkandadai's Avatar
 
May 2004

22×79 Posts
Default

Quote:
Originally Posted by devarajkandadai
Dear Maxal, I think 105 is pseudo to the base 29.I will check the other two .Regards,
A.K. Devaraj
To continue, 165 is pseudo to the base 109 & 195 is pseudo to the base 79.
Regards,
A.K. Devaraj
devarajkandadai is offline   Reply With Quote
Old 2005-04-14, 21:36   #15
maxal
 
maxal's Avatar
 
Feb 2005

22×32×7 Posts
Default

Quote:
Originally Posted by devarajkandadai
To continue, 165 is pseudo to the base 109 & 195 is pseudo to the base 79.
What's the point? As I said before, every odd number is pseudoprime to some base.

If you want a counterexample of this flavor, here it comes:
357 = 3*7*17
For this number, neither of your fractions is integer. But 357 is pseudoprime to the base 13.
maxal is offline   Reply With Quote
Old 2005-04-28, 15:47   #16
mfgoode
Bronze Medalist
 
mfgoode's Avatar
 
Jan 2004
Mumbai,India

22×33×19 Posts
Question A Counter example anyone?

Quote:
Originally Posted by maxal
What's the point? As I said before, every odd number is pseudoprime to some base.

If you want a counterexample of this flavor, here it comes:
357 = 3*7*17
For this number, neither of your fractions is integer. But 357 is pseudoprime to the base 13.
:surprised
Excellent maxal!
I have checked the websites you have given of Math World and thanks for the same.
However they dont give many examples of pseudo primes.
Could you please direct me to a site which gives Both Fermat pseudo primes and Carmichael numbers separatey? Or give me some of your own that you have tested out?
Math world gives 2 as an even Fermat pseudo prime. Could this be psp(3) ?
Thank you.
Mally
mfgoode is offline   Reply With Quote
Old 2005-04-29, 11:38   #17
maxal
 
maxal's Avatar
 
Feb 2005

3748 Posts
Default

Quote:
Originally Posted by mfgoode
However they dont give many examples of pseudo primes.
Could you please direct me to a site which gives Both Fermat pseudo primes and Carmichael numbers separatey?
MathWorld provides links to OEIS. For example: sequence of psp(2)'s and Carmichael numbers.
Quote:
Originally Posted by mfgoode
Math world gives 2 as an even Fermat pseudo prime. Could this be psp(3) ?
Any prime is always a pseudoprime (to any base). In particular, 2 is psp(3) (as well as psp(4), psp(5) etc.).
maxal is offline   Reply With Quote
Old 2005-04-29, 12:19   #18
R.D. Silverman
 
R.D. Silverman's Avatar
 
Nov 2003

22×5×373 Posts
Thumbs down

Quote:
Originally Posted by maxal
MathWorld provides links to OEIS. For example: sequence of psp(2)'s and Carmichael numbers.
Any prime is always a pseudoprime (to any base). In particular, 2 is psp(3) (as well as psp(4), psp(5) etc.).
NO! NO! NO!

Here are the standard definitions.

A number N is a probable prime if, for some a != 0, 1 mod N and (a,N) = 1,
then a^(N-1) = 1 mod N

A number N is a pseudoprime if it is a probable prime and it is composite.

Primes are not pseudoprimes.

I also suggest to the poster that he do the arithmetic to see if 2 is a probable
prime to the base 4. (It isn't) 4^(2-1) = 0 mod 2.

Please people. If you don't understand a particular subject, then please
refrain from making pronouncements.
R.D. Silverman is offline   Reply With Quote
Old 2005-04-29, 16:30   #19
maxal
 
maxal's Avatar
 
Feb 2005

FC16 Posts
Default

Quote:
Originally Posted by R.D. Silverman
NO! NO! NO!

Here are the standard definitions.

A number N is a probable prime if, for some a != 0, 1 mod N and (a,N) = 1,
then a^(N-1) = 1 mod N

A number N is a pseudoprime if it is a probable prime and it is composite.

Primes are not pseudoprimes.
This is just one of the possible definitions. For example, PARI consider primes being pseudoprimes http://pari.math.u-bordeaux.fr/docht...#ispseudoprime

Quote:
Originally Posted by R.D. Silverman
Please people. If you don't understand a particular subject, then please
refrain from making pronouncements.
And I suggest to refrain from mentor's tone.

Last fiddled with by maxal on 2005-04-29 at 16:33
maxal is offline   Reply With Quote
Old 2005-04-29, 17:37   #20
R.D. Silverman
 
R.D. Silverman's Avatar
 
Nov 2003

22×5×373 Posts
Default

Quote:
Originally Posted by maxal
This is just one of the possible definitions. For example, PARI consider primes being pseudoprimes http://pari.math.u-bordeaux.fr/docht...#ispseudoprime


And I suggest to refrain from mentor's tone.
No. It is NOT a possible definition according to the many people who
work in this area [Pomerance, Selfridge, Wagstaff, Lenstra] etc. The agreed
definition is that a pseudoprime is a 'composite that appears to be prime'.


I will refrain from the mentor's tone when people stop posting misinformation.
R.D. Silverman is offline   Reply With Quote
Old 2005-04-29, 19:00   #21
maxal
 
maxal's Avatar
 
Feb 2005

22·32·7 Posts
Default

Quote:
Originally Posted by R.D. Silverman
I also suggest to the poster that he do the arithmetic to see if 2 is a probable
prime to the base 4. (It isn't) 4^(2-1) = 0 mod 2.
I implicitly assumed that the base is always less than the number being tested (there is no point to consider larger bases). And for prime n, any positive integer less than n is co-prime to n.
maxal is offline   Reply With Quote
Old 2005-04-29, 19:06   #22
maxal
 
maxal's Avatar
 
Feb 2005

FC16 Posts
Default

Quote:
Originally Posted by R.D. Silverman
No. It is NOT a possible definition according to the many people who
work in this area [Pomerance, Selfridge, Wagstaff, Lenstra] etc. The agreed
definition is that a pseudoprime is a 'composite that appears to be prime'.
Good for them. But there still exist other definitions.
This whole tread is an illustation to what may happen if people use different definitions for the same terms.
maxal is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Cheating at chess how to counter it Brian-E Chess 71 2019-07-15 14:10
Reset the milestone counter: New SoB & PSP was found !! Aillas Prime Sierpinski Project 4 2016-11-08 04:24
Visitor counter Rodrigo Forum Feedback 9 2010-09-14 14:14
"no threads newer" counter cheesehead Forum Feedback 0 2008-09-17 05:14
Counter-examples, please Numbers Miscellaneous Math 4 2005-12-29 11:03

All times are UTC. The time now is 15:51.


Fri Jul 16 15:51:24 UTC 2021 up 49 days, 13:38, 1 user, load averages: 1.96, 1.92, 1.79

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.