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: b1b−12 and b−11b2.
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=3⋅5.
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 bn−1≡1modn.
b15−1≡1mod15
b14≡1mod15
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:
114≡1mod15
214≡4mod15
414≡1mod15
714≡4mod15
814≡4mod15
1114≡1mod15
1314≡4mod15
1414≡1mod15
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.
1⋅4=4≡1mod15
1⋅11=11≡1mod15
1⋅14=14≡1mod15
4⋅11=44≡14mod15
4⋅14=56≡11mod15
11⋅14=154≡14mod15
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 bb−1≡1mod15.
1−1=1→1⋅1−1=1≡1mod15
4−1=4→4⋅4−1=16≡1mod15
11−1=11→11⋅11−1=121≡1mod15
14−1=14→14⋅14−1=196≡1mod15
Thus, the modular inverses of the bases are 1, 4, 11, and 14. Now, we verify the products:
1⋅4−1=1⋅4≡1mod15
1⋅11−1=1⋅11≡1mod15
1⋅14−1=1⋅14≡1mod15
4⋅11−1=4⋅11=44≡14mod15
4⋅14−1=4⋅14=56≡11mod15
11⋅14−1=11⋅14=154≡14mod15
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:
bn−11≡1(modn)
bn−12≡1(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 b1b−12, where b−12 is the modular inverse of b2 modulo n.
1] The Case of b1b2
Using exponentiation rules:
(b1b2)n−1=bn−11⋅bn−12
Since both terms are congruent to 1, their product is also 1:
(b1b2)n−1≡1(modn)
Thus, n is pseudoprime in base b1b2.
2] The Case of b1b−12
Applying exponentiation properties:
(b1b−12)n−1≡1(modn)
This confirms that n is also a pseudoprime in base b1b−12.
Note: This result demonstrates a multiplicative structure in pseudoprimes, offering a method to generate new ones from existing examples.