Processing math: 100%

Multiplicative Property of Pseudoprimes

Given an odd composite number n>1, if n is a pseudoprime in bases b1 and b2, then it is also a pseudoprime in the product of the bases b1b2 as well as in the product of one base with the modular inverse of the other: b1b12 and b11b2.

This result highlights a fundamental property of pseudoprimes, closely tied to Fermat pseudoprimes.

It reveals an inherent multiplicative structure among pseudoprimes for certain bases.

Why is this useful?

This property provides a systematic way to construct new pseudoprimes from known ones.

A Practical Example

Let's consider an odd composite number greater than 1—say, 15.

n=15

Since 15 is composite, we can write it as 15=35.

Now, let's identify bases b for which this number is a pseudoprime.

A number is a pseudoprime with respect to n=15 if it is relatively prime to n and satisfies bn11modn.

b1511mod15

b141mod15

First, we list the integers relatively prime to 15:

1,2,4,7,8,11,13,14

Next, we check which of these satisfy the pseudoprime condition:

1141mod15

2144mod15

4141mod15

7144mod15

8144mod15

11141mod15

13144mod15

14141mod15

Thus, the pseudoprimes with respect to 15 are 114,414,1114,1414, corresponding to the bases 1, 4, 11, and 14.

A] The Product of the Bases

Now, let's check whether multiplying these bases together still results in a pseudoprime modulo 15.

14=41mod15

111=111mod15

114=141mod15

411=4414mod15

414=5611mod15

1114=15414mod15

We see that the products 1, 11, and 14 are also pseudoprimes modulo 15.

B] The Product of One Base with the Inverse of Another

Next, we determine whether multiplying a base by the modular inverse of another still results in a pseudoprime modulo 15.

First, we find the modular inverses of 1, 4, 11, and 14—numbers satisfying bb11mod15.

11=1111=11mod15

41=4441=161mod15

111=1111111=1211mod15

141=1414141=1961mod15

Thus, the modular inverses of the bases are 1, 4, 11, and 14. Now, we verify the products:

141=141mod15

1111=1111mod15

1141=1141mod15

4111=411=4414mod15

4141=414=5611mod15

11141=1114=15414mod15

As expected, these products also yield pseudoprimes modulo 15.

Proof

Let n be an odd composite number.

By assumption, n is a pseudoprime in bases b1 and b2, meaning:

bn111(modn)

bn121(modn)

Since n is pseudoprime for both bases, it follows that b1 and b2 are relatively prime to n:

gcd(b1,n)=1

gcd(b2,n)=1

Now, we need to show that n is also a pseudoprime in bases b1b2 and b1b12, where b12 is the modular inverse of b2 modulo n.

1] The Case of b1b2

Using exponentiation rules:

(b1b2)n1=bn11bn12

Since both terms are congruent to 1, their product is also 1:

(b1b2)n11(modn)

Thus, n is pseudoprime in base b1b2.

2] The Case of b1b12

Applying exponentiation properties:

(b1b12)n11(modn)

This confirms that n is also a pseudoprime in base b1b12.

Note: This result demonstrates a multiplicative structure in pseudoprimes, offering a method to generate new ones from existing examples.

 
 

Please feel free to point out any errors or typos, or share suggestions to improve these notes. English isn't my first language, so if you notice any mistakes, let me know, and I'll be sure to fix them.

FacebookTwitterLinkedinLinkedin
knowledge base

Prime Numbers

FAQ