Maths Olympiad Prep

Library / /9 of 18

Number theory Difficulty 6.8 National olympiad Prove it China

Prove that there exists a positive number CC such that the following statement holds: for any infinite arithmetic progression a1,a2,a3,a_1, a_2, a_3, \dots of positive integers, if the greatest common divisor of a1a_1 and a2a_2 is square-free, then there exists some positive integer mCa22m \le C \cdot a_2^2 such that ama_m is square-free.
*Remark: We call a positive integer NN square-free, if it is not divisible by any square that is strictly larger than 1.*

Solution

Proof. We prove that C=8C = 8 satisfies the requirement.

(1) First consider the case where a1a_1 and a2a_2 are coprime. Let d=a2a1d = a_2 - a_1 be the common difference. For any prime pp, if pdp \mid d, then pa1p \nmid a_1 and hence pp does not divide any ana_n. If pdp \nmid d, then any consecutive p2p^2 terms of the sequence ana_n form a complete set of residues modulo p2p^2, among which exactly one term is divisible by p2p^2.

Let N=4a2N = 4a_2. We prove the existence of 1nN1 \le n \le N such that ana_n has no square factors. If 1mN1 \le m \le N and ama_m has a square factor, then there exists a prime pp such that p2amp^2 \mid a_m. Thus, pdp \nmid d and paNp \le \sqrt{a_N}. Moreover, the number of terms in a1,a2,,aNa_1, a_2, \dots, a_N that are divisible by p2p^2 is at most Np2\lceil \frac{N}{p^2} \rceil. Therefore, the number MM of terms in a1,a2,,aNa_1, a_2, \dots, a_N that have square factors satisfies:
MpaNNp2<paN(Np2+1)NpaN1p2+aN<N2+aN. M \le \sum_{p \le \sqrt{a_N}} \left\lceil \frac{N}{p^2} \right\rceil < \sum_{p \le \sqrt{a_N}} \left( \frac{N}{p^2} + 1 \right) \le N \sum_{p \le \sqrt{a_N}} \frac{1}{p^2} + \sqrt{a_N} < \frac{N}{2} + \sqrt{a_N}.
The last inequality is due to
p1p2<14+k=21(2k1)2<14+k=21(2k2)2k=12. \sum_{p} \frac{1}{p^2} < \frac{1}{4} + \sum_{k=2}^{\infty} \frac{1}{(2k-1)^2} < \frac{1}{4} + \sum_{k=2}^{\infty} \frac{1}{(2k-2)2k} = \frac{1}{2}.
When N=4a2N = 4a_2, we have aN<Na2=2a2=N2\sqrt{a_N} < \sqrt{Na_2} = 2a_2 = \frac{N}{2}. Thus, M<NM < N. Therefore, there exist numbers in a1,a2,,aNa_1, a_2, \dots, a_N that have no square factors.

(2) Assume gcd(a1,a2)=gcd(a1,d)=q=q1ql>1\gcd(a_1, a_2) = \gcd(a_1, d) = q = q_1 \cdots q_l > 1, where q1,,qlq_1, \cdots, q_l are pairwise distinct prime factors. Note that every aia_i is divisible by qq. For each prime factor qiq_i, there exists an index tit_i such that vqi(ati)=1v_{q_i}(a_{t_i}) = 1. In fact, we can take ti1,2t_i \in 1, 2 since a1a_1 and a2a_2 cannot both be divisible by qi2q_i^2. By Chinese Remainder Theorem, there exists k1,2,,qk \in 1, 2, \cdots, q such that kti(modqi)k \equiv t_i \pmod{q_i} for 1il1 \le i \le l. Thus, for 1il1 \le i \le l, we have akati(modqid)a_k \equiv a_{t_i} \pmod{q_id}, which implies vqi(ak)=1v_{q_i}(a_k) = 1.

Consider the subsequence ak,ak+q,ak+2q,a_k, a_{k+q}, a_{k+2q}, \dots, which has common difference qdqd and is divisible by q2q^2. By construction, qi2akq_i^2 \nmid a_k for 1il1 \le i \le l, i.e., each term in this subsequence has no square factors that are equal to q1,q2,,qlq_1, q_2, \dots, q_l. Let bi=ak+(i1)qqb_i = \frac{a_{k+(i-1)q}}{q}, then b1<b2<b_1 < b_2 < \dots is an arithmetic sequence with common difference dd, and b1b_1 is coprime to dd. By the conclusion of (1), there exists i4b2i \le 4b_2 such that bib_i has no square factor, and since qq is coprime to bib_i, ak+(i1)q=qbia_{k+(i-1)q} = qb_i also has no square factor. Finally,
k+(i1)qiq4b2q=4ak+q<4(k+q)a28da2<8a22. k + (i - 1)q \le iq \le 4b_2q = 4a_{k+q} < 4(k + q)a_2 \le 8da_2 < 8a_2^2.

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: MathNet, licensed CC-BY-4.0. Statement and solution reproduced as published; topic and difficulty added by this site.