| {"year": "2025", "tier": "T1", "problem_label": "1", "problem_type": null, "exam": "USAMO", "problem": "Fix positive integers \\(k\\) and \\(d\\) . Prove that for all sufficiently large odd positive integers \\(n\\) , the digits of the base-2 \\(n\\) representation of \\(n^{k}\\) are all greater than \\(d\\) .", "solution": "The problem actually doesn't have much to do with digits: the idea is to pick any length \\(\\ell \\leq k\\) , and look at the rightmost \\(\\ell\\) digits of \\(n^{k}\\) ; that is, the remainder upon division by \\((2n)^{\\ell}\\) . We compute it exactly: \n\nClaim — Let \\(n \\geq 1\\) be an odd integer, and \\(k \\geq \\ell \\geq 1\\) integers. Then \n\n\\[n^{k} \\bmod (2n)^{i} = c(k, \\ell) \\cdot n^{i}\\] \n\nfor some odd integer \\(1 \\leq c(k, \\ell) \\leq 2^{\\ell} - 1\\) . \n\nProof. This follows directly by the Chinese remainder theorem, with \\(c(k, \\ell)\\) being the residue class of \\(n^{k - i} \\pmod{2^{\\ell}}\\) (which makes sense because \\(n\\) was odd). \\(\\square\\) \n\nWe can now stake the required threshold: \n\nClaim — The problem statement holds once \\(n \\geq (d + 1) \\cdot 2^{k - 1}\\) . \n\nProof. Suppose \\(n\\) is that large. Then \\(n^{k}\\) has \\(k\\) digits in base- \\(2n\\) . Moreover, for each \\(1 \\leq \\ell \\leq k\\) we have \n\n\\[c(k, \\ell) \\cdot n^{\\ell} \\geq (d + 1) \\cdot (2n)^{\\ell - 1}\\] \n\nbecause \\(n\\) is large enough; that implies the \\(\\ell^{\\mathrm{th}}\\) digit from the right is at least \\(d + 1\\) . Hence the problem is solved. \\(\\square\\) \n\nRemark. Note it doesn't really matter that \\(c(k, i)\\) is odd per se; we only need that \\(c(k, i) \\geq 1\\) .", "metadata": {"resource_path": "USAMO/segmented/en-USAMO-2025-notes.jsonl", "problem_match": "1. ", "solution_match": "## \\(\\S 1.1\\) USAMO 2025/1, proposed by John Berman \n"}} |
| {"year": "2025", "tier": "T1", "problem_label": "2", "problem_type": null, "exam": "USAMO", "problem": "Let \\(n > k \\geq 1\\) be integers. Let \\(P(x) \\in \\mathbb{R}[x]\\) be a polynomial of degree \\(n\\) with no repeated roots and \\(P(0) \\neq 0\\) . Suppose that for any real numbers \\(a_0, \\ldots , a_k\\) such that the polynomial \\(a_k x^k + \\dots + a_1 x + a_0\\) divides \\(P(x)\\) , the product \\(a_0 a_1 \\ldots a_k\\) is zero. Prove that \\(P(x)\\) has a nonreal root.", "solution": "By considering any \\(k + 1\\) of the roots of \\(P\\) , we may as well assume WLOG that \\(n = k + 1\\) . Suppose that \\(P(x) = (x + r_{1})\\ldots (x + r_{n})\\in \\mathbb{R}[x]\\) has \\(P(0)\\neq 0\\) . Then the problem hypothesis is that each of the \\(n\\) polynomials (of degree \\(n - 1\\) ) given by \n\n\\[P_{1}(x) = (x + r_{2})(x + r_{3})(x + r_{4})\\ldots (x + r_{n})\\] \\[P_{2}(x) = (x + r_{1})(x + r_{3})(x + r_{4})\\ldots (x + r_{n})\\] \\[P_{3}(x) = (x + r_{1})(x + r_{2})(x + r_{4})\\ldots (x + r_{n})\\] \\[\\vdots\\] \\[P_{n}(x) = (x + r_{1})(x + r_{2})(x + r_{3})\\ldots (x + r_{n - 1})\\] \n\nhas at least one coefficient equal to zero. (Explicitly, \\(P_{i}(x) = \\frac{P(x)}{x + r_{i}}\\) .) We'll prove that at least one \\(r_{i}\\) is not real. \n\nObviously the leading and constant coefficients of each \\(P_{i}\\) are nonzero, and there are \\(n - 2\\) other coefficients to choose between. So by pigeonhole principle, we may assume, say, that \\(P_{1}\\) and \\(P_{2}\\) share the position of a zero coefficient, say the \\(x^{k}\\) one, for some \\(1\\leq k< n - 1\\) \n\nClaim — If \\(P_{1}\\) and \\(P_{2}\\) both have \\(x^{k}\\) coefficient equal to zero, then the polynomial \n\n\\[Q(x) = (x + r_{3})(x + r_{4})\\ldots (x + r_{n})\\] \n\nhas two consecutive zero coefficients, namely \\(b_{k} = b_{k - 1} = 0\\) \n\nProof. Invoking Vieta formulas, suppose that \n\n\\[Q(x) = x^{n - 2} + b_{n - 3}x^{n - 3} + \\dots +b_{0}.\\] \n\n(And let \\(b_{n - 2} = 1\\) .) Then the fact that the \\(x^{k}\\) coefficient of \\(P_{1}\\) and \\(P_{2}\\) are both zero means \n\n\\[r_{1}b_{k} + b_{k - 1} = r_{2}b_{k} + b_{k - 1} = 0\\] \n\nand hence that \\(b_{k} = b_{k - 1} = 0\\) (since the \\(r_{i}\\) are nonzero). \n\nTo solve the problem, we use: \n\n## Lemma \n\nIf \\(F(x)\\in \\mathbb{R}[x]\\) is a polynomial with two consecutive zero coefficients, it cannot have all distinct real roots.\n\n\n\nHere are two possible proofs of the lemma I know (there are more). \n\nFirst proof using Rolle's theorem. Say \\(x^{t}\\) and \\(x^{t + 1}\\) coefficients of \\(F\\) are both zero. \n\nAssume for contradiction all the roots of \\(F\\) are real and distinct. Then by Rolle's theorem, every higher- order derivative of \\(F\\) should have this property too. However, the \\(t\\) th order derivative of \\(F\\) has a double root of 0, contradiction. \\(\\square\\) \n\nSecond proof using Descartes rule of signs. The number of (nonzero) roots of \\(F\\) is bounded above by the number of sign changes of \\(F(x)\\) (for the positive roots) and the number of sign changes of \\(F(- x)\\) (for the negative roots). Now consider each pair of consecutive nonzero coefficients in \\(F\\) , say \\(x x^{i}\\) and \\(x x^{j}\\) for \\(i > j\\) . \n\n- If \\(i - j = 1\\) , then this sign change will only count for one of \\(F(x)\\) or \\(F(-x)\\) \n\n- If \\(i - j \\geq 2\\) , then the sign change could count towards both \\(F(x)\\) or \\(F(-x)\\) (i.e. counted twice), but also there is at least one zero coefficient between them. \n\nHence if \\(b\\) is the number of nonzero coefficients of \\(F\\) , and \\(z\\) is the number of consecutive runs of zero coefficients of \\(F\\) , then the number of real roots is bounded above by \n\n\\[1\\cdot (b - 1 - z) + 2\\cdot z = b - 1 + z\\leq \\deg F.\\] \n\nHowever, if \\(F\\) has two consecutive zero coefficients, then the inequality is strict. \\(\\square\\) \n\nRemark. The final claim has appeared before apparently in the HUST Team Selection Test for the Vietnamese Math Society's undergraduate olympiad; see https://aops.com/ community/p33893374 for citation.", "metadata": {"resource_path": "USAMO/segmented/en-USAMO-2025-notes.jsonl", "problem_match": "2. ", "solution_match": "## \\(\\S 1.2\\) USAMO 2025/2, proposed by Carl Schildkraut \n"}} |
| {"year": "2025", "tier": "T1", "problem_label": "3", "problem_type": null, "exam": "USAMO", "problem": "Alice the architect and Bob the builder play a game. First, Alice chooses two points \\(P\\) and \\(Q\\) in the plane and a subset \\(S\\) of the plane, which are announced to Bob. Next, Bob marks infinitely many points in the plane, designating each a city. He may not place two cities within distance at most one unit of each other, and no three cities he places may be collinear. Finally, roads are constructed between the cities as follows: each pair \\(A\\) , \\(B\\) of cities is connected with a road along the line segment \\(AB\\) if and only if the following condition holds: \n\nFor every city \\(C\\) distinct from \\(A\\) and \\(B\\) , there exists \\(R \\in S\\) such that \n\n\\(\\triangle PQR\\) is directly similar to either \\(\\triangle ABC\\) or \\(\\triangle BAC\\) . \n\nAlice wins the game if (i) the resulting roads allow for travel between any pair of cities via a finite sequence of roads and (ii) no two roads cross. Otherwise, Bob wins. Determine, with proof, which player has a winning strategy.", "solution": "The answer is that Alice wins. Let's define a Bob- set \\(V\\) to be a set of points in the plane with no three collinear and with all distances at least 1. The point of the problem is to prove the following fact. \n\nClaim — Given a Bob- set \\(V\\subseteq \\mathbb{R}^{2}\\) , consider the Bob- graph with vertex set \\(V\\) defined as follows: draw edge \\(ab\\) if and only if the disk with diameter \\(\\overline{ab}\\) contains no other points of \\(V\\) on or inside it. Then the Bob- graph is (i) connected, and (ii) planar. \n\nProving this claim shows that Alice wins since Alice can specify \\(S\\) to be the set of points outside the disk of diameter \\(PQ\\) . \n\nProof that every Bob- graph is connected. Assume for contradiction the graph is disconnected. Let \\(p\\) and \\(q\\) be two points in different connected components. Since \\(pq\\) is not an edge, there exists a third point \\(r\\) inside the disk with diameter \\(\\overline{pq}\\) . \n\nHence, \\(r\\) is in a different connected component from at least one of \\(p\\) or \\(q\\) — let's say point \\(p\\) . Then we repeat the same argument on the disk with diameter \\(\\overline{pr}\\) to find a new point \\(s\\) , non- adjacent to either \\(p\\) or \\(r\\) . See the figure below, where the \\(X\\) 'ed out dashed edges indicate points which are not only non- adjacent but in different connected components.\n\n\n\n \n\nIn this way we generate an infinite sequence of distances \\(\\delta_{1}\\) , \\(\\delta_{2}\\) , \\(\\delta_{3}\\) , ... among the non- edges in the picture above. By the \"Pythagorean theorem\" (or really the inequality for it), we have \n\n\\[\\delta_{i}^{2}\\leq \\delta_{i - 1}^{2} - 1\\] \n\nand this eventually generates a contradiction for large \\(i\\) , since we get \\(0 \\leq \\delta_{i}^{2} \\leq \\delta_{1}^{2} - (i - 1)\\) . \\(\\square\\) \n\nProof that every Bob- graph is planar. Assume for contradiction edges \\(ac\\) and \\(bd\\) meet, meaning \\(abcd\\) is a convex quadrilateral. WLOG assume \\(\\angle bad \\geq 90^{\\circ}\\) (each quadrilateral has an angle at least \\(90^{\\circ}\\) ). Then the disk with diameter \\(\\overline{bd}\\) contains \\(a\\) , contradiction. \\(\\square\\) \n\nRemark. In real life, the Bob- graph is actually called the Gabriel graph. Note that we never require the Bob- set to be infinite; the solution works unchanged for finite Bob- sets. \n\nHowever, there are approaches that work for finite Bob- sets that don't work for infinite sets, such as the relative neighbor graph, in which one joins \\(a\\) and \\(b\\) iff there is no \\(c\\) such that \\(d(a,b) \\leq \\max \\{d(a,c),d(b,c)\\}\\) . In other words, edges are blocked by triangles where \\(ab\\) is the longest edge (rather than by triangles where \\(ab\\) is the longest edge of a right or obtuse triangle as in the Gabriel graph). \n\nThe relative neighbor graph has fewer edges than the Gabriel graph, so it is planar too. When the Bob- set is finite, the relative distance graph is still connected. The same argument above works where the distances now satisfy \n\n\\[\\delta_{1} > \\delta_{2} > \\ldots\\] \n\ninstead, and since there are finitely many distances one arrives at a contradiction. \n\nHowever for infinite Bob- sets the descending condition is insufficient, and connectedness actually fails altogether. A counterexample (communicated to me by Carl Schildkraut) is to start by taking \\(A_{n} \\approx (2n,0)\\) and \\(B_{n} \\approx (2n + 1,\\sqrt{3})\\) for all \\(n \\geq 1\\) , then perturb all the points slightly so that \n\n\\[B_{1}A_{1} > A_{1}A_{2} > A_{2}B_{1} > B_{1}B_{2} > B_{2}A_{2\\] \\[> A_{2}A_{3} > A_{3}B_{2} > B_{2}B_{3} > B_{3}A_{3\\] \\[> \\dots\\] \n\nA cartoon of the graph is shown below.\n\n\n\n \n\nIn that case, \\(\\{A_{n}\\}\\) and \\(\\{B_{n}\\}\\) will be disconnected from each other: none of the edges \\(A_{n}B_{n}\\) or \\(B_{n}A_{n + 1}\\) are formed. In this case the relative neighbor graph consists of the edges \\(A_{1}A_{2}A_{3}A_{4}\\dots\\) and \\(B_{1}B_{2}B_{3}B_{4}\\dots\\) . That's why for the present problem, the inequality \n\n\\[\\delta_{i}^{2}\\leq \\delta_{i - 1}^{2} - 1\\] \n\nplays such an important role, because it causes the (squared) distances to decrease appreciably enough to give the final contradiction.\n\n\n\n## \\(\\S 2\\) Solutions to Day 2", "metadata": {"resource_path": "USAMO/segmented/en-USAMO-2025-notes.jsonl", "problem_match": "3. ", "solution_match": "## \\(\\S 1.3\\) USAMO 2025/3, proposed by Carl Schildkraut \n"}} |
| {"year": "2025", "tier": "T1", "problem_label": "4", "problem_type": null, "exam": "USAMO", "problem": "Let \\(H\\) be the orthocenter of an acute triangle \\(ABC\\) , let \\(F\\) be the foot of the altitude from \\(C\\) to \\(AB\\) , and let \\(P\\) be the reflection of \\(H\\) across \\(BC\\) . Suppose that the circumcircle of triangle \\(AFP\\) intersects line \\(BC\\) at two distinct points \\(X\\) and \\(Y\\) . Prove that \\(CX = CY\\) .", "solution": "Let \\(Q\\) be the antipode of \\(B\\) . \n\nClaim — \\(AHQC\\) is a parallelogram, and \\(APCQ\\) is an isosceles trapezoid. \n\nProof. As \\(\\overline{AH} \\perp \\overline{BC} \\perp \\overline{CQ}\\) and \\(\\overline{CF} \\perp \\overline{AB} \\perp \\overline{AQ}\\) . \n\n\n \n\nLet \\(M\\) be the midpoint of \\(\\overline{QC}\\) . \n\nClaim — Point \\(M\\) is the circumcenter of \\(\\triangle AFP\\) . \n\nProof. It's clear that \\(MA = MP\\) from the isosceles trapezoid. As for \\(MA = MF\\) , let \\(N\\) denote the midpoint of \\(\\overline{AF}\\) ; then \\(\\overline{MN}\\) is a midline of the parallelogram, so \\(\\overline{MN} \\perp \\overline{AF}\\) . \\(\\square\\) \n\nSince \\(\\overline{CM} \\perp \\overline{BC}\\) and \\(M\\) is the center of \\((AFP)\\) , it follows \\(CX = CY\\) .", "metadata": {"resource_path": "USAMO/segmented/en-USAMO-2025-notes.jsonl", "problem_match": "4. ", "solution_match": "## \\(\\S 2.1\\) USAMO 2025/4, proposed by Carl Schildkraut \n"}} |
| {"year": "2025", "tier": "T1", "problem_label": "5", "problem_type": null, "exam": "USAMO", "problem": "Find all positive integers \\(k\\) such that: for every positive integer \\(n\\) , the sum \n\n\\[\\binom{n}{0}^{k} + \\binom{n}{1}^{k} + \\dots +\\binom{n}{n}^{k}\\] \n\nis divisible by \\(n + 1\\) .", "solution": "The answer is all even \\(k\\) . \n\nLet's abbreviate \\(S(n) := \\binom{n}{0}^{k} + \\dots + \\binom{n}{n}^{k}\\) for the sum in the problem. \n\n\\(\\P\\) Proof that even \\(k\\) is necessary. Choose \\(n = 2\\) . We need \\(3 \\mid S(2) = 2 + 2^{k}\\) , which requires \\(k\\) to be even. \n\nRemark. It's actually not much more difficult to just use \\(n = p - 1\\) for prime \\(p\\) , since \\(\\binom{p- 1}{i} \\equiv (- 1)^{i} \\pmod{p}\\) . Hence \\(S(p- 1) \\equiv 1 + (- 1)^{k} + 1 + (- 1)^{k} + \\dots + 1 \\pmod{p}\\) , and this also requires \\(k\\) to be even. This special case is instructive in figuring out the proof to follow. \n\n\\(\\P\\) Proof that \\(k\\) is sufficient. From now on we treat \\(k\\) as fixed, and we let \\(p^{e}\\) be a prime fully dividing \\(n + 1\\) . The basic idea is to reduce from \\(n + 1\\) to \\((n + 1) / p\\) by an induction. \n\nRemark. Here is a concrete illustration that makes it clear what's going on. Let \\(p = 5\\) . When \\(n = p - 1 = 4\\) , we have \n\n\\[S(4) = 1^{k} + 4^{k} + 6^{k} + 4^{k} + 1^{k} \\equiv 1 + 1 + 1 + 1 + 1 \\equiv 0 \\pmod{5}.\\] \n\nWhen \\(n = p^{2} - 1 = 24\\) , the 25 terms of \\(S(24)\\) in order are, modulo 25, \n\n\\[S(24)\\equiv 1^{k}+1^{k}+1^{k}+1^{k}+1^{k}\\] \\[\\qquad+4^{k}+4^{k}+4^{k}+4^{k}+4^{k}\\] \\[\\qquad+6^{k}+6^{k}+6^{k}+6^{k}+6^{k}\\] \\[\\qquad+4^{k}+4^{k}+4^{k}+4^{k}+4^{k}\\] \\[\\qquad+1^{k}+1^{k}+1^{k}+1^{k}+1^{k}\\] \\[\\qquad=5(1^{k}+4^{k}+6^{k}+4^{k}+1^{k}).\\] \n\nThe point is that \\(S(24)\\) has five copies of \\(S(4)\\) , modulo 25. \n\nTo make the pattern in the remark explicit, we prove the following lemma on each individual binomial coefficient.\n\n\n\n## Lemma 2.1 \n\nSuppose \\(p^{e}\\) is a prime power which fully divides \\(n + 1\\) . Then \n\n\\[\\binom{n}{i}\\equiv\\pm\\binom{\\frac{n+1}{p}-1}{\\lfloor i/p\\rfloor}\\pmod{p^{e}}.\\] \n\nProof of lemma. It's easiest to understand the proof by looking at the cases \\(\\lfloor i / p\\rfloor \\in\\) \\(\\{0,1,2\\}\\) first. \n\nFor \\(0\\leq i< p\\) , since \\(n\\equiv - 1\\) mod \\(p^{e}\\) , we have \n\n\\[\\binom{n}{i}=\\frac{n(n-1)\\ldots(n-i+1)}{1\\cdot2\\cdot\\cdots\\cdot i}\\equiv\\frac{(-1)(-2)\\ldots(-i)}{1\\cdot2\\cdot\\cdots\\cdot i}\\equiv\\pm 1\\pmod{p^{e}}.\\] \n\nFor \\(p\\leq i< 2p\\) we have \n\n\\[\\binom{n}{i}\\equiv\\pm 1\\cdot\\frac{n-p+1}{p}\\cdot\\frac{(n-p)(n-p-1)\\ldots(n-i+1)}{(p+1)(p+2)\\ldots i}\\] \\[\\qquad\\equiv\\pm 1\\cdot\\frac{\\frac{n-p+1}{p}\\cdot\\pm 1}{1}\\] \\[\\qquad\\equiv\\pm\\binom{\\frac{n+1}{p}-1}{1}\\pmod{p^{e}}.\\] \n\nFor \\(2p\\leq i< 3p\\) the analogous reasoning gives \n\n\\[\\binom{n}{i}\\equiv\\pm 1\\cdot\\frac{n-p+1}{p}\\cdot\\pm 1\\cdot\\frac{n-2p+1}{2p}\\cdot\\pm 1\\] \\[\\qquad\\equiv\\pm\\frac{\\binom{n+1}{p}-1}{1\\cdot2}\\binom{\\frac{n+1}{p}-2}{2}\\] \\[\\qquad\\equiv\\pm\\binom{\\frac{n+1}{p}-1}{2}\\pmod{p^{e}}.\\] \n\nAnd so on. The point is that in general, if we write \n\n\\[\\binom{n}{i}=\\prod_{1\\leq j\\leq i}\\frac{n-(j-1)}{j}\\] \n\nthen the fractions for \\(p\\nmid j\\) are all \\(\\pm 1\\) (mod \\(p^{e}\\) ). So only considers those \\(j\\) with \\(p\\mid j\\) ; in that case one obtains the claimed \\(\\binom{\\frac{n+1}{p}-1}{\\lfloor i/p\\rfloor}\\) exactly (even without having to take modulo \\(p^{e}\\) ). \\(\\square\\) \n\nFrom the lemma, it follows if \\(p^{e}\\) is a prime power which fully divides \\(n + 1\\) , then \n\n\\[S(n)\\equiv p\\cdot S\\left(\\frac{n + 1}{p} -1\\right)\\pmod{p^{e}}\\] \n\nby grouping the \\(n + 1\\) terms (for \\(0\\leq i\\leq n\\) ) into consecutive ranges of length \\(p\\) (by the value of \\(\\lfloor i / p\\rfloor\\) ).\n\n\n\nRemark. Actually, with the exact same proof (with better \\(\\pm\\) bookkeeping) one may show that \n\n\\[n + 1\\mid \\sum_{i = 0}^{n}\\left((-1)^{i}\\binom{n}{i}\\right)^{k}\\] \n\nholds for all nonnegative integers \\(k\\) , not just \\(k\\) even. So in some sense this result is more natural than the one in the problem statement.", "metadata": {"resource_path": "USAMO/segmented/en-USAMO-2025-notes.jsonl", "problem_match": "5. ", "solution_match": "## \\(\\S 2.2\\) USAMO 2025/5, proposed by John Berman \n"}} |
| {"year": "2025", "tier": "T1", "problem_label": "6", "problem_type": null, "exam": "USAMO", "problem": "Let \\(m\\) and \\(n\\) be positive integers with \\(m \\geq n\\) . There are \\(m\\) cupcakes of different flavors arranged around a circle and \\(n\\) people who like cupcakes. Each person assigns a nonnegative real number score to each cupcake, depending on how much they like the cupcake. Suppose that for each person \\(P\\) , it is possible to partition the circle of \\(m\\) cupcakes into \\(n\\) groups of consecutive cupcakes so that the sum of \\(P\\) 's scores of the cupcakes in each group is at least 1. Prove that it is possible to distribute the \\(m\\) cupcakes to the \\(n\\) people so that each person \\(P\\) receives cupcakes of total score at least 1 with respect to \\(P\\) .", "solution": "Arbitrarily pick any one person — call her Pip — and her \\(n\\) arcs. The initial idea is to try to apply Hall's marriage lemma to match the \\(n\\) people with Pip's arcs (such that each such person is happy with their matched arc). To that end, construct the obvious bipartite graph \\(\\mathfrak{G}\\) between the people and the arcs for Pip. \n\nWe now consider the following algorithm, which takes several steps. \n\n- If a perfect matching of \\(\\mathfrak{G}\\) exists, we're done!- We're probably not that lucky. Per Hall's condition, this means there is a bad set \\(B_{1}\\) of people, who are compatible with fewer than \\(|B_{1}|\\) of the arcs. Then delete \\(B_{1}\\) and the neighbors of \\(B_{1}\\) , then try to find a matching on the remaining graph.- If a matching exists now, terminate the algorithm. Otherwise, that means there's another bad set \\(B_{2}\\) for the remaining graph. We again delete \\(B_{2}\\) and the fewer than \\(B_{2}\\) neighbors.- Repeat until some perfect matching \\(\\mathcal{M}\\) is possible in the remaining graph, i.e. there are no more bad sets (and then terminate once that occurs). Since Pip is a universal vertex, it's impossible to delete Pip, so the algorithm does indeed terminate with nonempty \\(\\mathcal{M}\\) . \n\nA cartoon of this picture is shown below.\n\n\n\n \n\nWe commit to assigning each of person in \\(\\mathcal{M}\\) their matched arc (in particular if there are no bad sets at all, the problem is already solved). Now we finish the problem by induction on \\(n\\) (for the remaining people) by simply deleting the arcs used up by \\(\\mathcal{M}\\) . \n\nTo see why this deletion- induction works, consider any particular person Quinn not in \\(\\mathcal{M}\\) . By definition, Quinn is not happy with any of the arcs in \\(\\mathcal{M}\\) . So when an arc \\(\\mathcal{A}\\) of \\(\\mathcal{M}\\) is deleted, it had value less than 1 for Quinn so in particular it couldn't contain entirely any of Quinn's arcs. Hence at most one endpoint among Quinn's arcs was in the deleted arc \\(\\mathcal{A}\\) . When this happens, this causes two arcs of Quinn to merge, and the merged value is \n\n\\[(\\geq 1) + (\\geq 1) - (\\leq 1)\\qquad \\geq \\qquad 1\\] \n\nmeaning the induction is OK. See below for a cartoon of the deletion, where Pip's arcs are drawn in blue while Quinn's arcs and scores are drawn in red (in this example \\(n = 3\\) ). \n\n\n \n\nRemark. This deletion argument can be thought of in some special cases even before the realization of Hall, in the case where \\(\\mathcal{M}\\) has only one person (Pip). This amounts to saying that if one of Pip's arcs isn't liked by anybody, then that arc can be deleted and the induction carries through.\n\n\n\nRemark. Conversely, it should be reasonable to expect Hall's theorem to be helpful even before finding the deletion argument. While working on this problem, one of the first things I said was: \n\n\"We should let Hall do the heavy lifting for us: find a way to make \\(n\\) groups that satisfy Hall's condition, rather than an assignment of \\(n\\) groups to \\(n\\) people.\" \n\nAs a general heuristic, for any type of \"compatible matching\" problem, Hall's condition is usually the go- to tool. (It is much easier to verify Hall's condition than actually find the matching yourself.) Actually in most competition problems, if one realizes one is in a Hall setting, one is usually close to finishing the problem. This is a relatively rare example in which one needs an additional idea to go alongside Hall's theorem.", "metadata": {"resource_path": "USAMO/segmented/en-USAMO-2025-notes.jsonl", "problem_match": "6. ", "solution_match": "## \\(\\S 2.3\\) USAMO 2025/6, proposed by Cheng-Yin Chang and Hung-Hsun Yu \n"}} |
|
|