Given integer sequences {xn}n≥1, {yn}n≥1. Prove that there exists an integer sequence {zn}n≥1 such that for any positive integer n, k∣n∑kzkn/k=k∣n∑kxkn/k⋅k∣n∑kykn/k. Here all three sums are taken over all positive divisors k of n. For example, when n=6: 6z6+3z32+2z23+z16=(6x6+3x32+2x23+x16)⋅(6y6+3y32+2y23+y16).
Solution
Proof 1: By induction, zn can be uniquely determined from the equation nzn=k∣n∑kxkn/k⋅k∣n∑kykn/k−k∣nk<n∑kzkn/k.(3) We only need to prove that the right-hand side is divisible by n. To this end, it suffices to show that for any prime factor p of n, if pr∤n (r∈N+), then pr divides the right-hand side of (3). Working modulo pr, we first remove terms in (3) whose coefficients are already multiples of pr: nzn≡k∣npr∤k∑kxkn/k⋅k∣npr∤k∑kykn/k−k∣npr∤k∑kzkn/k=k∣pn∑kxkn/k⋅k∣pn∑kykn/k−k∣pn∑kzkn/k(mod pr).(4) We first prove a simple lemma: For any integer a and positive integer t, apt≡apt−1(modpt). Indeed, if p∤a, then since pt−1≥t, both apt and apt−1 are divisible by pt. If p∤a, then ap−1−1 is divisible by p, and by the lifting-the-exponent lemma, a(p−1)pt−1≡1(modpt), so apt≡apt−1(modpt). Returning to the problem, we now show that for any k∣pn and any integer a, kan/k≡kan/pk(modpr). Indeed, let s=vp(k)<r. It suffices to prove an/k≡an/pk(modpr−s). By the lemma, apr−s≡apr−s−1(modpr−s). Raising this congruence to the n/pr−s-th power yields the result. Thus, nzn satisfies nzn≡k∣pn∑kxkn/pk⋅k∣pn∑kykn/pk−k∣pn∑kzkn/pk=0(modpr). ---
Proof 2: For any positive integer L, define the polynomial gL(t)=d∣L∑tdμ(dL), where μ(⋅) is the Möbius function. We now show that for any integer t, gL(t) is always divisible by L. Without loss of generality, assume t is a positive integer. Note that the number of distinct circular arrangements of length L with exactly L as the minimal period (rotations considered identical) using t colors is precisely L1gL(t). Thus, gL(t) is divisible by L. For any positive integer m, define Am=L∣m∑LgLm(xL),Bm=L∣m∑LgLm(yL). By the above discussion, Am is divisible by m. By Möbius inversion, m∣n∑Am=L∣m∣n∑LgLm(xL)=L∣m∣n∑Ld∣Lm∑xLdμ(dLm)=dL∣n∑LxLd⋅dLmdLn∑μ(dLm)=dL∣n∑LxLd⋅1dLn=1=dL=n∑LxLd=k∣n∑kxkn/k. We need to find a sequence of positive integers {Cn} such that for all positive integers n, m∣n∑Cm=m∣n∑Amm∣n∑Bm. In fact, we can take Cn=∑=nAuBv, i.e., the sum over all pairs (u,v) with least common multiple =n. Since AuBv is divisible by both uv and n, it follows that Cn is divisible by n. Finally, for n=1,2,3,…, we sequentially define zn=n1Cn−L∣n,L<n∑LgLn(zL) to satisfy the requirement.
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.