| {"year": "2017", "tier": "T0", "problem_label": "1", "problem_type": null, "exam": "IMO", "problem": "For each integer \\(a_{0} > 1\\) , define the sequence \\(a_{0}\\) , \\(a_{1}\\) , \\(a_{2}\\) , ..., by \n\n\\[a_{n + 1} = \\left\\{ \\begin{array}{ll}\\sqrt{a_{n}} & \\mathrm{if~}\\sqrt{a_{n}} \\mathrm{is~an~integer,}\\\\ a_{n} + 3 & \\mathrm{otherwise} \\end{array} \\right.\\] \n\nfor each \\(n \\geq 0\\) . Determine all values of \\(a_{0}\\) for which there is a number \\(A\\) such that \\(a_{n} = A\\) for infinitely many values of \\(n\\) .", "solution": "F \n\nThe answer is \\(a_{0} \\equiv 0\\) (mod 3) only. \n\n\\(\\P\\) First solution. We first compute the minimal term of any sequence, periodic or not. \n\n## Lemma \n\nLet \\(c\\) be the smallest term in \\(a_{n}\\) . Then either \\(c \\equiv 2\\) (mod 3) or \\(c = 3\\) . \n\nProof. Clearly \\(c \\neq 1,4\\) . Assume \\(c \\neq 2\\) (mod 3). As \\(c\\) is not itself a square, the next perfect square after \\(c\\) in the sequence is one of \\((\\lfloor \\sqrt{c} \\rfloor +1)^{2}\\) , \\((\\lfloor \\sqrt{c} \\rfloor +2)^{2}\\) , or \\((\\lfloor \\sqrt{c} \\rfloor +3)^{2}\\) . So by minimality we require \n\n\\[c \\leq \\lfloor \\sqrt{c} \\rfloor +3 \\leq \\sqrt{c} +3\\] \n\nwhich requires \\(c \\leq 5\\) . Since \\(c \\neq 1,2,4,5\\) we conclude \\(c = 3\\) . \n\nNow we split the problem into two cases: \n\n- If \\(a_{0} \\equiv 0\\) (mod 3), then all terms of the sequence are 0 (mod 3). The smallest term of the sequence is thus 3 by the lemma and we have \n\n\\[3 \\rightarrow 6 \\rightarrow 9 \\rightarrow 3\\] \n\nso \\(A = 3\\) works fine. \n\n- If \\(a_{0} \\neq 0\\) (mod 3), then no term of the sequence is 0 (mod 3), and so in particular 3 does not appear in the sequence. So the smallest term of the sequence is 2 (mod 3) by lemma. But since no squares are 2 (mod 3), the sequence \\(a_{k}\\) grows without bound forever after, so no such \\(A\\) can exist. \n\nHence the answer is \\(a_{0} \\equiv 0\\) (mod 3) only.\n\n\n\nSecond solution. We clean up the argument by proving the following lemma. \n\n## Lemma \n\nIf \\(a_{n}\\) is constant modulo 3 and not 2 (mod 3), then \\(a_{n}\\) must eventually cycle in the form \\((m, m + 3, m + 6, \\ldots , m^{2})\\) , with no squares inside the cycle except \\(m^{2}\\) . \n\nProof. Observe that \\(a_{n}\\) must eventually hit a square, say \\(a_{k} = c^{2}\\) ; the next term is \\(a_{k + 1} = c\\) . Then it is forever impossible to exceed \\(c^{2}\\) again, by what is essentially discrete intermediate value theorem. Indeed, suppose \\(a_{\\ell} > c^{2}\\) and take \\(\\ell > k\\) minimal (in particular \\(a_{\\ell} \\neq \\sqrt{a_{\\ell - 1}}\\) ). Thus \\(a_{\\ell - 1} \\in \\{c^{2} - 2, c^{2} - 1, c^{2}\\}\\) and thus for modulo 3 reasons we have \\(a_{\\ell - 1} = c^{2}\\) . But that should imply \\(a_{\\ell} = c < c^{2}\\) , contradiction. \n\nWe therefore conclude \\(\\sup \\{a_{n}, a_{n + 1}, \\ldots \\}\\) is a decreasing integer sequence in \\(n\\) . It must eventually stabilize, say at \\(m^{2}\\) . Now we can't hit a square between \\(m\\) and \\(m^{2}\\) , and so we are done. \\(\\square\\) \n\nNow, we contend that all \\(a_{0} \\equiv 0\\) (mod 3) work. Indeed, for such \\(a_{0}\\) we have \\(a_{n} \\equiv 0\\) (mod 3) for all \\(n\\) , so the lemma implies that the problem statement is valid. \n\nNext, we observe that if \\(a_{i} \\equiv 2\\) (mod 3), then the sequence grows without bound afterwards since no squares are 2 (mod 3). In particular, if \\(a_{0} \\equiv 2\\) (mod 3) the answer is no. \n\nFinally, we claim that if \\(a_{0} \\equiv 1\\) (mod 3), then eventually some term is 2 (mod 3). Assume for contradiction this is not so; then \\(a_{n} \\equiv 1\\) (mod 3) must hold forever, and the lemma applies to give us a cycle of the form \\((m, m + 3, \\ldots , m^{2})\\) where \\(m \\equiv 1\\) (mod 3). In particular \\(m \\geq 4\\) and \n\n\\[m \\leq (m - 2)^{2} < m^{2}\\] \n\nbut \\((m - 2)^{2} \\equiv 1\\) (mod 3) which is a contradiction.", "metadata": {"resource_path": "IMO/segmented/en-IMO-2017-notes.jsonl", "problem_match": "1. ", "solution_match": "## \\(\\S 1.1\\) IMO 2017/1, proposed by Stephan Wagner (SAF) \n"}} |
| {"year": "2017", "tier": "T0", "problem_label": "2", "problem_type": null, "exam": "IMO", "problem": "Solve over \\(\\mathbb{R}\\) the functional equation \n\n\\[f(f(x)f(y)) + f(x + y) = f(xy).\\]", "solution": "The only solutions are \\(f(x) = 0\\) , \\(f(x) = x - 1\\) and \\(f(x) = 1 - x\\) , which clearly work. Note that \n\n- If \\(f\\) is a solution, so is \\(-f\\) . \n\n- Moreover, if \\(f(0) = 0\\) then setting \\(y = 0\\) gives \\(f \\equiv 0\\) . So henceforth we assume \\(f(0) > 0\\) . \n\nClaim — We have \\(f(z) = 0 \\iff z = 1\\) . Also, \\(f(0) = 1\\) and \\(f(1) = 0\\) . \n\nProof. For the forwards direction, if \\(f(z) = 0\\) and \\(z \\neq 1\\) one may put \\((x, y) = (z, z(z - 1)^{- 1})\\) (so that \\(x + y = xy\\) ) we deduce \\(f(0) = 0\\) which is a contradiction. \n\nFor the reverse, \\(f(f(0)^2) = 0\\) by setting \\(x = y = 0\\) , and use the previous part. We also conclude \\(f(1) = 0\\) , \\(f(0) = 1\\) . \\(\\square\\) \n\nClaim — If \\(f\\) is injective, we are done. \n\nProof. Setting \\(y = 0\\) in the original equation gives \\(f(f(x)) = 1 - f(x)\\) . We apply this three times on the expression \\(f^3 (x)\\) : \n\n\\[f(1 - f(x)) = f(f(f(x))) = 1 - f(f(x)) = f(x).\\] \n\nHence \\(1 - f(x) = x\\) or \\(f(x) = 1 - x\\) . \\(\\square\\) \n\nRemark. The result \\(f(f(x)) + f(x) = 1\\) also implies that surjectivity would solve the problem. \n\nClaim — \\(f\\) is injective. \n\nProof. Setting \\(y = 1\\) in the original equation gives \\(f(x + 1) = f(x) - 1\\) , and by induction \n\n\\[f(x + n) = f(x) - n. \\quad (1)\\] \n\nAssume now \\(f(a) = f(b)\\) . By using (1) we may shift \\(a\\) and \\(b\\) to be large enough that we may find \\(x\\) and \\(y\\) obeying \\(x + y = a + 1\\) , \\(xy = b\\) . Setting these gives \n\n\\[f(f(x)f(y)) = f(xy) - f(x + y) = f(b) - f(a + 1)\\] \\[= f(b) + 1 - f(a) = 1\\]\n\n\n\nfrom which we conclude \n\n\\[f(f(x)f(y) + 1) = 0.\\] \n\nHence by the first claim we have \\(f(x)f(y) + 1 = 1\\) , so \\(f(x)f(y) = 0\\) . Applying the first claim again gives \\(1 \\in \\{x, y\\}\\) . But that implies \\(a = b\\) . \\(\\square\\) \n\nRemark. Jessica Wan points out that for any \\(a \\neq b\\) , at least one of \\(a^2 > 4(b - 1)\\) and \\(b^2 > 4(a - 1)\\) is true. So shifting via (1) is actually unnecessary for this proof. \n\nRemark. One can solve the problem over \\(\\mathbb{Q}\\) using only (1) and the easy parts. Indeed, that already implies \\(f(n) = 1 - n\\) for all \\(n\\) . Now we induct to show \\(f(p / q) = 1 - p / q\\) for all \\(0 < p < q\\) (on \\(q\\) ). By choosing \\(x = 1 + p / q\\) , \\(y = 1 + q / p\\) , we cause \\(xy = x + y\\) , and hence \\(0 = f(f(1 + p / q)f(1 + q / p))\\) or \\(1 = f(1 + p / q)f(1 + q / p)\\) . \n\nBy induction we compute \\(f(1 + q / p)\\) and this gives \\(f(p / q + 1) = f(p / q) - 1\\) .", "metadata": {"resource_path": "IMO/segmented/en-IMO-2017-notes.jsonl", "problem_match": "2. ", "solution_match": "## \\(\\S 1.2\\) IMO 2017/2, proposed by Dorlir Ahmeti (ALB) \n"}} |
| {"year": "2017", "tier": "T0", "problem_label": "3", "problem_type": null, "exam": "IMO", "problem": "A hunter and an invisible rabbit play a game in the plane. The rabbit and hunter start at points \\(A_{0} = B_{0}\\) . In the \\(n\\) th round of the game ( \\(n \\geq 1\\) ), three things occur in order: \n\n(i) The rabbit moves invisibly from \\(A_{n - 1}\\) to a point \\(A_{n}\\) such that \\(A_{n - 1}A_{n} = 1\\) . \n\n(ii) The hunter has a tracking device (e.g. dog) which reports an approximate location \\(P_{n}\\) of the rabbit, such that \\(P_{n}A_{n} \\leq 1\\) . \n\n(iii) The hunter moves visibly from \\(B_{n - 1}\\) to a point \\(B_{n}\\) such that \\(B_{n - 1}B_{n} = 1\\) . \n\nLet \\(N = 10^{9}\\) . Can the hunter guarantee that \\(A_{N}B_{N} < 100\\) ?", "solution": "No, the hunter cannot. We will show how to increase the distance in the following way: \n\nClaim — Suppose the rabbit is at a distance \\(d \\geq 1\\) from the hunter at some point in time. Then it can increase its distance to at least \\(\\sqrt{d^{2} + \\frac{1}{2}}\\) in \\(4d\\) steps regardless of what the hunter already knows about the rabbit. \n\nProof. Consider a positive integer \\(n > d\\) , to be chosen later. Let the hunter start at \\(B\\) and the rabbit at \\(A\\) , as shown. Let \\(\\ell\\) denote line \\(AB\\) . \n\nNow, we may assume the rabbit reveals its location \\(A\\) , so that all previous information becomes irrelevant. \n\nThe rabbit chooses two points \\(X\\) and \\(Y\\) symmetric about \\(\\ell\\) such that \\(XY = 2\\) and \\(AX = AY = n\\) , as shown. The rabbit can then hop to either \\(X\\) or \\(Y\\) , pinging the point \\(P_{n}\\) on the \\(\\ell\\) each time. This takes \\(n\\) hops. \n\n\n \n\nNow among all points \\(H\\) the hunter can go to, \\(\\min \\max \\{HX, HY\\}\\) is clearly minimized with \\(H \\in \\ell\\) by symmetry. So the hunter moves to a point \\(H\\) such that \\(BH = n\\) as well. In that case the new distance is \\(HX = HY\\) . \n\nWe now compute \n\n\\[H X^{2} = 1 + H M^{2} = 1 + \\left(\\sqrt{A X^{2} - 1} -A H\\right)^{2}\\] \\[\\qquad = 1 + \\left(\\sqrt{n^{2} - 1} - (n - d)\\right)^{2}\\] \\[\\qquad \\geq 1 + \\left(\\left(n - \\frac{1}{n}\\right) - (n - d)\\right)^{2}\\] \\[\\qquad = 1 + (d - 1 / n)^{2}\\] \n\nwhich exceeds \\(d^{2} + \\frac{1}{2}\\) whenever \\(n \\geq 4d\\) .\n\n\n\nIn particular we can always take \\(n = 400\\) even very crudely; applying the lemma \\(2 \\cdot 100^{2}\\) times, this gives a bound of \\(400 \\cdot 2 \\cdot 100^{2} < 10^{9}\\) , as desired. \n\nRemark. The step of revealing the location of the rabbit seems critical because as far as I am aware it is basically impossible to keep track of ping locations in the problem. \n\nRemark. Reasons to believe the answer is \"no\": the \\(10^{9}\\) constant, and also that \"follow the last ping\" is losing for the hunter. \n\nRemark. I think there are roughly two ways you can approach the problem once you recognize the answer. \n\n(i) Try and control the location of the pings \n\n(ii) Abandon the notion of controlling possible locations, and try to increase the distance by a little bit, say from \\(d\\) to \\(\\sqrt{d^{2} + \\epsilon}\\) . This involves revealing the location of the rabbit before each iteration of several jumps. \n\nI think it's clear that the difficulty of my approach is realizing that (ii) is possible; once you do, the two- point approach is more or less the only one possible. \n\nMy opinion is that (ii) is not that magical; as I said it was the first idea I had. But I am biased, because when I test- solved the problem at the IMO it was called \"C5\" and not \"IMO3\"; this effectively told me it was unlikely that the official solution was along the lines of (i), because otherwise it would have been placed much later in the shortlist.\n\n\n\n## \\(\\S 2\\) Solutions to Day 2", "metadata": {"resource_path": "IMO/segmented/en-IMO-2017-notes.jsonl", "problem_match": "3. ", "solution_match": "## \\(\\S 1.3\\) IMO 2017/3, proposed by Gerhard Woeginger (AUT) \n"}} |
| {"year": "2017", "tier": "T0", "problem_label": "4", "problem_type": null, "exam": "IMO", "problem": "Let \\(R\\) and \\(S\\) be different points on a circle \\(\\Omega\\) such that \\(\\overline{RS}\\) is not a diameter. Let \\(\\ell\\) be the tangent line to \\(\\Omega\\) at \\(R\\) . Point \\(T\\) is such that \\(S\\) is the midpoint of \\(\\overline{RT}\\) . Point \\(J\\) is chosen on minor arc \\(RS\\) of \\(\\Omega\\) so that the circumcircle \\(\\Gamma\\) of triangle \\(JST\\) intersects \\(\\ell\\) at two distinct points. Let \\(A\\) be the common point of \\(\\Gamma\\) and \\(\\ell\\) closer to \\(R\\) . Line \\(AJ\\) meets \\(\\Omega\\) again at \\(K\\) . Prove that line \\(KT\\) is tangent to \\(\\Gamma\\) .", "solution": "First solution (elementary). First, note \n\n\\[\\angle RKA = \\angle RKJ = \\angle RSJ = \\angle TSJ = \\angle TAJ = \\angle TAK\\] \n\nso \\(\\overline{RK} \\parallel \\overline{AT}\\) . Now, \n\n\\(\\overline{RA}\\) is tangent at \\(R\\) iff \\(\\triangle KRS \\sim \\triangle RTA\\) (oppositely), because both equate to \\(- \\angle RKS = \\angle SKR = \\angle SRA = \\angle TRA\\) . \n\nSimilarly, \\(\\overline{TK}\\) is tangent at \\(T\\) iff \\(\\triangle ATS \\sim \\triangle TRK\\) . \n\nThe two similarities are equivalent because \\(RS = ST\\) the SAS gives \\(KR \\cdot TA = RS \\cdot RT = TS \\cdot TR\\) . \n\n\n \n\nRemark. The problem is actually symmetric with respect to two circles; \\(\\overline{RA}\\) is tangent at \\(R\\) if and only if \\(\\overline{TK}\\) at \\(T\\) . \n\nSecond solution (inversion). Consider an inversion at \\(R\\) fixing the circumcircle \\(\\Gamma\\) of \\(TSJA\\) . Then: \n\n- \\(T\\) and \\(S\\) swap,\n\n\n\n- \\(A\\) and \\(B\\) swap, where \\(B\\) is the second intersection of \\(\\ell\\) with \\(\\Gamma\\) . \n\n- Circle \\(\\Omega\\) inverts to the line through \\(T\\) parallel to \\(\\overline{RAB}\\) , call it \\(\\ell\\) . \n\n- \\(J^{*}\\) is the second intersection of \\(\\ell\\) with \\(\\Gamma\\) . \n\n- \\(K^{*}\\) is the intersection of \\(\\ell\\) with the circumcircle of \\(RBJ^{*}\\) ; this implies \\(RK^{*}J^{*}B\\) is an isosceles trapezoid. In particular, one reads \\(\\overline{RK^{*}} \\parallel \\overline{AT}\\) from this, hence \\(RK^{*}TA\\) is a parallelogram. \n\nThus we wish to show the circumcircle of \\(RSK^{*}\\) is tangent to \\(\\Gamma\\) . But that follows from the final parallelogram observed: \\(S\\) is the center of the parallelogram since it is the midpoint of the diagonal. \n\nRemark. This also implies \\(RKTB\\) is cyclic, from \\(\\overline{K^{*}SA}\\) collinear. Moreover, quadrilateral \\(KK^{*}TS\\) is cyclic (by power of a point); this leads to the second official solution to the problem.", "metadata": {"resource_path": "IMO/segmented/en-IMO-2017-notes.jsonl", "problem_match": "4. ", "solution_match": "## \\(\\S 2.1\\) IMO 2017/4, proposed by Charles Leytem (LUX) \n"}} |
| {"year": "2017", "tier": "T0", "problem_label": "5", "problem_type": null, "exam": "IMO", "problem": "Fix \\(N \\geq 1\\) . A collection of \\(N(N + 1)\\) soccer players of distinct heights stand in a row. Sir Alex Song wishes to remove \\(N(N - 1)\\) players from this row to obtain a new row of \\(2N\\) players in which the following \\(N\\) conditions hold: no one stands between the two tallest players, no one stands between the third and fourth tallest players, ..., no one stands between the two shortest players. Prove that this is possible.", "solution": "Some opening remarks: location and height are symmetric to each other, if one thinks about this problem as permutation pattern avoidance. So while officially there are multiple solutions, they are basically isomorphic to one another, and I am not aware of any solution otherwise. \n\n\n \n\nTake a partition of \\(N\\) groups in order by height: \\(G_{1} = \\{1,\\ldots ,N + 1\\}\\) , \\(G_{2} = \\{N+\\) \\(2,\\ldots ,2N + 2\\}\\) , and so on. We will pick two people from each group \\(G_{k}\\) \n\nScan from the left until we find two people in the same group \\(G_{k}\\) . Delete all people scanned and also everyone in \\(G_{k}\\) . All the groups still have at least \\(N\\) people left, so we can induct down with the non- deleted people; the chosen pair is to the far left anyways. \n\nRemark. The important bit is to scan by position but group by height, and moreover not change the groups as we scan. Dually, one can have a solution which scans by height but groups by position.", "metadata": {"resource_path": "IMO/segmented/en-IMO-2017-notes.jsonl", "problem_match": "5. ", "solution_match": "## \\(\\S 2.2\\) IMO 2017/5, proposed by Grigory Chelnokov (RUS) \n"}} |
| {"year": "2017", "tier": "T0", "problem_label": "6", "problem_type": null, "exam": "IMO", "problem": "An irreducible lattice point is an ordered pair of integers \\((x, y)\\) satisfying \\(\\gcd (x, y) = 1\\) . Prove that if \\(S\\) is a finite set of irreducible lattice points then there exists a nonconstant homogeneous polynomial \\(f(x, y)\\) with integer coefficients such that \\(f(x, y) = 1\\) for each \\((x, y) \\in S\\) .", "solution": "## Problem state \n\nWe present two solutions. \n\n\\(\\P\\) First solution (Dan Carmon, Israel). We prove the result by induction on \\(|S|\\) , with the base case being Bezout's Lemma ( \\(n = 1\\) ). For the inductive step, suppose we want to add a given pair \\((a_{m + 1},b_{m + 1})\\) to \\(\\{(a_{1},\\ldots ,a_{m}),(b_{1},\\ldots ,b_{m})\\}\\) . \n\nClaim (Standard) — By a suitable linear transformation we may assume \n\n\\[(a_{m + 1},b_{m + 1}) = (1,0).\\] \n\nOutline of proof. It would be sufficient to show there exists a \\(2\\times 2\\) matrix \\(T = \\left[ \\begin{array}{ll}u & v\\\\ s & t \\end{array} \\right]\\) with integer entries such that \\(\\operatorname *{det}T = 1\\) and \\(T\\cdot \\left[ \\begin{array}{l}a_{m + 1}\\\\ b_{m + 1} \\end{array} \\right] = \\left[ \\begin{array}{l}1\\\\ 0 \\end{array} \\right]\\) . Then we could apply \\(T\\) to all the ordered pairs in \\(S\\) (viewed as column vectors); if \\(f\\) was a polynomial that works on the transformed ordered pairs, then \\(f(ux + vy,sx + ty)\\) works for the original ordered pairs. (Here, the condition that \\(\\operatorname *{det}T = 1\\) ensures that \\(T^{- 1}\\) has integer entries, and hence that \\(T\\) maps irreducible lattice points to irreducible lattice points.) \n\nTo generate such a matrix \\(T\\) , choose \\(T = \\left[ \\begin{array}{ll}u & v\\\\ - b_{m + 1} & a_{m + 1} \\end{array} \\right]\\) where \\(u\\) and \\(v\\) are chosen via Bezout lemma so that \\(ua_{m + 1} + vb_{m + 1} = 1\\) . This matrix \\(T\\) is rigged so that \\(\\operatorname *{det}T = 1\\) and the leftmost column of \\(T^{- 1}\\) is \\(\\left[ \\begin{array}{l}a_{m + 1}\\\\ b_{m + 1} \\end{array} \\right]\\) . \\(\\square\\) \n\nRemark. This transformation claim is not necessary to proceed; the solution below can be rewritten to avoid it with only cosmetic edits. However, it makes things a bit easier to read. \n\nLet \\(g(x,y)\\) be a polynomial which works on the latter set. We claim we can choose the new polynomial \\(f\\) of the form \n\n\\[f(x,y) = g(x,y)^{M} - Cx^{\\deg g\\cdot M - m}\\prod_{i = 1}^{m}(b_{i}x - a_{i}y).\\] \n\nwhere \\(C\\) and \\(M\\) are integer parameters we may adjust. \n\nSince \\(f(a_{i},b_{i}) = 1\\) by construction we just need \n\n\\[1 = f(1,0) = g(1,0)^{M} - C\\prod b_{i}.\\] \n\nIf \\(\\prod b_{i} = 0\\) we are done, since \\(b_{i} = 0 \\implies a_{i} = \\pm 1\\) in that case and so \\(g(1,0) = \\pm 1\\) , thus take \\(M = 2\\) . So it suffices to prove:\n\n\n\nClaim — We have \\(\\gcd (g(1,0),b_{i}) = 1\\) when \\(b_{i}\\neq 0\\) . \n\nProof. Fix \\(i\\) . If \\(b_{i} = 0\\) then \\(a_{i} = \\pm 1\\) and \\(g(\\pm 1,0) = \\pm 1\\) . Otherwise know \n\n\\[1 = g(a_{i},b_{i})\\equiv g(a_{i},0)\\pmod {b_{i}}\\] \n\nand since the polynomial is homogeneous with \\(\\gcd (a_{i},b_{i}) = 1\\) it follows \\(g(1,0)\\neq 0\\) (mod \\(b_{i}\\) ) as well. \\(\\square\\) \n\nThen take \\(M\\) a large multiple of \\(\\phi (\\prod |b_{i}|)\\) and we're done. \n\nSecond solution (Lagrange). The main claim is that: \n\nClaim — For every positive integer \\(N\\) , there is a homogeneous polynomial \\(P(x,y)\\) such that \\(P(x,y)\\equiv 1\\) (mod \\(N\\) ) whenever \\(\\gcd (x,y) = 1\\) . \n\n(This claim is actually implied by the problem.) \n\nProof. For \\(N = p^{e}\\) a prime take \\((x^{p - 1} + y^{p - 1})^{\\phi (N)}\\) when \\(p\\) is odd, and \\((x^{2} + xy + y^{2})^{\\phi (N)}\\) for \\(p = 2\\) . \n\nNow, if \\(N\\) is a product of primes, we can collate coefficient by coefficient using the Chinese remainder theorem. \\(\\square\\) \n\nLet \\(S = \\{(a_{i},b_{i}) \\mid i = 1,\\ldots ,m\\}\\) . We have the natural homogeneous \"Lagrange polynomials\" \n\n\\[L_{k}(x,y):= \\prod_{i\\neq k}(b_{i}x - a_{i}y)\\] \n\nNow let \n\n\\[N:= \\prod_{k}L_{k}(x_{k},y_{k})\\] \n\nand take \\(P\\) as in the claim. Then we can take a large power of \\(P\\) , and for each \\(i\\) subtract an appropriate multiple of \\(L_{i}(x,y)\\) ; that is, choose \n\n\\[f(x,y) = P(x,y)^{C} - \\sum_{i}L_{i}(x,y)\\cdot Q_{i}(x,y)\\] \n\nwhere \\(C\\) is large enough that \\(C\\deg P > \\max_{i}\\deg L_{i}\\) , and \\(Q_{i}(x,y)\\) is any homogeneous polynomial of degree \\(C\\deg P - \\deg L_{i}\\) such that \\(L_{k}(x_{k},y_{k})Q_{k}(x_{k},y_{k}) = \\frac{P(x_{k},y_{k})^{C - 1}}{N}\\) . \\(L_{k}(x_{k},y_{k})\\) (which is an integer).", "metadata": {"resource_path": "IMO/segmented/en-IMO-2017-notes.jsonl", "problem_match": "6. ", "solution_match": "## \\(\\S 2.3\\) IMO 2017/6, proposed by John Berman (USA) \n"}} |
|
|