Maths Olympiad Prep

Library / /215 of 520

Number theory Difficulty 6.3 National olympiad Prove it

Let nn be an odd natural number, and let a1,,ana_{1}, \ldots, a_{n} be non-zero natural numbers. We denote AA as the product of the integers aia_{i}, and dd as their greatest common divisor.
Show that

GCD(a1n+A,a2n+A,,ann+A)2dn \operatorname{GCD}\left(a_{1}^{n}+A, a_{2}^{n}+A, \ldots, a_{n}^{n}+A\right) \leqslant 2 d^{n}

Solution

For all ii, we set bi=ai/db_{i}=a_{i} / d, so that PGCD(b1,,bn)=1\operatorname{PGCD}\left(b_{1}, \ldots, b_{n}\right)=1, and we also set B=b1××bnB=b_{1} \times \ldots \times b_{n} and Δ=PGCD(b1n+B,b2n+B,,bnn+B)\Delta=\operatorname{PGCD}\left(b_{1}^{n}+B, b_{2}^{n}+B, \ldots, b_{n}^{n}+B\right). Then PGCD(a1n+A,a2n+A,,ann+A)=dn×Δ\operatorname{PGCD}\left(a_{1}^{n}+A, a_{2}^{n}+A, \ldots, a_{n}^{n}+A\right)=d^{n} \times \Delta, and it remains to prove that Δ2\Delta \leqslant 2.
We then consider a potential prime factor pp of Δ\Delta. If pp divides one of the integers bib_{i}, then it also divides BB, so it divides each integer bjb_{j}, which is absurd. Therefore, pp does not divide any of the integers bib_{i}, and does not divide BB either. This shows that Δ\Delta is coprime with BB. Since b1nb2nbnn=B(modΔ)b_{1}^{n} \equiv b_{2}^{n} \equiv \ldots \equiv b_{n}^{n}=-B(\bmod \Delta), then Bnb1n××bnn(1)nBnBnB^{n} \equiv b_{1}^{n} \times \ldots \times b_{n}^{n} \equiv(-1)^{n} B^{n} \equiv-B^{n} (modΔ)(\bmod \Delta). Therefore, Δ\Delta divides 2Bn2 B^{n}. We conclude that Δ\Delta divides 2, which completes the proof.

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.