Strong pseudoprime: Difference between revisions
(Created page with '{{base-relative pseudoprimality property| test fooled = Rabin-Miller pseudoprimality test}} ==Definition== Suppose <math>n</math> is an odd composite natural number and <math>a...') |
No edit summary |
||
Line 1: | Line 1: | ||
{{base-relative pseudoprimality property| | {{base-relative pseudoprimality property| | ||
test fooled = Rabin-Miller | test fooled = Rabin-Miller primality test}} | ||
==Definition== | ==Definition== | ||
Suppose <math>n</math> is an odd composite natural number and <math>a</math> is an integer relatively prime to <math>n</math>. We say that <math>n</math> is a '''strong pseudoprime''' to base <math>a</math> if the following holds. | Suppose <math>n</math> is an odd composite natural number and <math>a</math> is an integer relatively prime to <math>n</math>. We say that <math>n</math> is a '''strong pseudoprime''' (also called '''Miller-Rabin pseudoprime''', '''Rabin-Miller pseudoprime''', '''Miller-Rabin strong pseudoprime''', '''Rabin-Miller strong pseudoprime''') to base <math>a</math> if the following holds. | ||
Write </math>n-1 = 2^k s</math> where <math>s</math> is odd and <math>k</math> is a nonnegative integer. Then, either one of these conditions should hold: | Write </math>n-1 = 2^k s</math> where <math>s</math> is odd and <math>k</math> is a nonnegative integer. Then, either one of these conditions should hold: |
Revision as of 23:46, 19 April 2009
Template:Base-relative pseudoprimality property
Definition
Suppose is an odd composite natural number and is an integer relatively prime to . We say that is a strong pseudoprime (also called Miller-Rabin pseudoprime, Rabin-Miller pseudoprime, Miller-Rabin strong pseudoprime, Rabin-Miller strong pseudoprime) to base if the following holds.
Write </math>n-1 = 2^k s</math> where is odd and is a nonnegative integer. Then, either one of these conditions should hold:
- .
- . Further, consider the smallest for which . Then, . In other words, the last value before becoming should be .
The name strong pseudoprime is because the above condition is satisfied for all primes, and is a particularly strong condition for which finding composite numbers is hard.