Maths Olympiad Prep

Library / /449 of 520

Number theory Difficulty 6.9 National olympiad Prove it

Lemma 9.4. Let nn be an odd composite integer. Then there is at least one integer bb with 1<b<n,(b,n)=11<b<n,(b, n)=1, and
b(n1)/2≢(bn)(modn)b^{(n-1) / 2} \not \equiv\left(\frac{b}{n}\right)(\bmod n)

Solution

Proof. Assume that for all positive integers not exceeding nn and relatively prime to nn, that
b(n1)/2(bn)(modn)b^{(n-1) / 2} \equiv\left(\frac{b}{n}\right)(\bmod n)

Squaring both sides of this congruence tells us that
bn1(bn)2(±1)2=1(modn)b^{n-1} \equiv\left(\frac{b}{n}\right)^{2} \equiv( \pm 1)^{2}=1(\bmod n)
if (b,n)=1(b, n)=1. Hence, nn must be a Carmichael number. Therefore, from Theorem 8.21, we know that n=q1q2qrn=q_{1} q_{2} \cdots q_{r}, where q1,q2,,qrq_{1}, q_{2}, \ldots, q_{r} are distinct odd primes.

We will now show that
b(n1)/21(modn)b^{(n-1) / 2} \equiv 1(\bmod n)
for all integers bb with 1bn1 \leqslant b \leqslant n and (b,n)=1(b, n)=1. Suppose that bb is an integer such that
b(n1)/21(modn)b^{(n-1) / 2} \equiv-1(\bmod n)

We use the Chinese remainder theorem to find an integer aa with 1<a<n,(a,n)=11<a<n,(a, n)=1, and
ab(modq1)a1(modq2q3qr)\begin{aligned} a & \equiv b\left(\bmod q_{1}\right) \\ a & \equiv 1\left(\bmod q_{2} q_{3} \cdots q_{r}\right) \end{aligned}

Then, we observe that
a(n1)/2b(n1)/21(modq1)a^{(n-1) / 2} \equiv b^{(n-1) / 2} \equiv-1\left(\bmod q_{1}\right)
while
a(n1)/21(modq2q3qr)a^{(n-1) / 2} \equiv 1\left(\bmod q_{2} q_{3} \cdots q_{r}\right)

From congruences (9.12) and (9.13), we see that
a(n1)/2≢±1(modn)a^{(n-1) / 2} \not \equiv \pm 1(\bmod n)
contradicting congruence (9.11). Hence, we must have
b(n1)/21(modn)b^{(n-1) / 2} \equiv 1(\bmod n)
for all bb with 1bn1 \leqslant b \leqslant n and (b,n)=1(b, n)=1. Consequently, from the definition of an Euler pseudoprime, we know that
b(n1)/2(bn)=1(modn)b^{(n-1) / 2} \equiv\left(\frac{b}{n}\right)=1(\bmod n)
for all bb with 1bn1 \leqslant b \leqslant n and (b,n)=1(b, n)=1. However, Lemma 9.3 tells us that this is impossible. Hence, the original assumption is false. There must be at least one integer bb with 1<b<n,(b,n)=11<b<n,(b, n)=1, and
b(n1)/2≢(bn)(modn)b^{(n-1) / 2} \not \equiv\left(\frac{b}{n}\right)(\bmod n)

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.