Number theoryDifficulty 7.1National Olympiad, round 2Prove itTaiwan
(a) Show that for any two coprime positive integers a,b, there always exist positive integers x,y such that axn+byn is n-good. (b) Show that for any k positive integers a1,…,ak satisfying gcd(a1,…,ak)=1, there always exist positive integers x1,…,xk such that a1x1n+a2x2n+⋯+akxkn is n-good. (Remark: a1,…,ak need not be pairwise distinct.)
Problem: II-N. Let n be a given positive integer. We say that a positive integer m is n-good if and only if there are at most 2n distinct primes p satisfying p2∣m. (a) Show that if two positive integers a,b are coprime, then there exist positive integers x,y so that axn+byn is n-good. (b) Show that for any k positive integers a1,…,ak satisfying gcd(a1,…,ak)=1, there exist positive integers x1,…,xk so that a1x1n+a2x2n+⋯+akxkn is n-good. *(Remark. a1,…,ak are not necessarily pairwise distinct.)*
Solution
Solution. We first prove (a). Let N,C1,C2 be some positive integers to be determined. Let P be the product of all primes at most max{a,b,2n+4}. Let S1={Pn+C1:n∈[N]} and S2={Pn+C2:n∈[N]}. For each prime p∈(max{a,b,2n+4},N), we first count the number of (x,y)∈S1×S2 that satisfies p2∣axn+byn. For each y∈S2, if p∣y, then we also need p∣x, showing that there are at most (N/p+1) values for x in S1 such that p2∣axn+byn (here we use the fact that gcd(p,P)=1). If p∤y, then we know that there are at most n roots for axn+byn≡0(modp). Since p∤n, each solution modulo p lifts uniquely to a solution modulo p2, showing that there are at most n(N/p2+1) values for x in S1 such that p2∣axn+byn (here we use the fact that gcd(p,P)=1 once again). Therefore, in total, there are at most (pN+1)2+(N−pN−1)⋅n(p2N+1)<p2(2n+4)N2 pairs of (x,y)∈S1×S2 that satisfy p2∣axn+byn. Since we know that i=2n+5∑∞i(i−1)1=i=2n+5∑∞(i−11−i1)=2n+41, we have that prime p≥2n+5∑p22n+4<i=2n+5∑∞i(i−1)2n+4=1. As a consequence, we know that for every C1,C2,N, there exists a pair (x,y)∈S1×S2 such that for any prime p∈(max{a,b,2n+4},N) we have p2∤axn+byn. Next, we will choose C1,C2 properly to deal with the case p≤max{a,b,2n+4}. For each prime p≤max{a,b,2n+4}, if p∤a then we can choose C1≡1(modp)
and C2≡0(modp); otherwise, we know by the condition that p∤b, and so we can choose C1≡0(modp) and C2≡1(modp). By the Chinese Remainder Theorem, we know that we can choose 1≤C1,C2≤P such that the above conditions hold for all primes p≤max{a,b,2n+4}. As a consequence, we now also have that for any prime p≤max{a,b,2n+4} and any (x,y)∈S1×S2, we have p∤axn+byn. With this choice of C1,C2, we know that for all N, we can choose (x,y)∈S1×S2 such that p2∤axn+byn for all p<N. Note that axn+byn≤2max{a,b}Pn(N+1)n<2n+1max{a,b}PnNn, and also that if p is a prime such that p2∣axn+byn then p≥N. We thus have the number of distinct primes p satisfying p2∣axn+byn is at most logN2n+1max{a,b}PnNn=2n+logN2n+1max{a,b}Pn, which is less than 2n+1 if N is large enough. Thus, we know that there exist x,y∈N such that there are at most 2n distinct primes p that satisfy p2∣axn+byn. Now we use (a) to prove (b). For each prime factor p of ak, we know that there exists i(p)∈[k−1] so that p∤ai(p). We can thus set xj≡δi(p),j(modp) so that p∤a1x1n+a2x2n+⋯+ak−1xk−1n. By the Chinese Remainder Theorem, we know that there exist positive integers x1,…,xk−1 such that xj≡δi(p),j(modp) for all j∈[k−1] and prime factors p of ak. Thus, we have that a1x1n+a2x2n+⋯+ak−1xk−1n and ak are coprime. We can thus choose x,y∈N by (a) so that (a1x1n+⋯+ak−1xk−1n)xn+akyn is n-good. Therefore, a1(x1x)n+⋯+ak−1(xk−1x)n+akyn is n-good, as desired.
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 translated into English from en; metadata (topic, difficulty) added by this project.