2025 USAMO Problems/Problem 5: Difference between revisions
Lopkiloinm (talk | contribs) |
Lopkiloinm (talk | contribs) |
||
| Line 10: | Line 10: | ||
https://artofproblemsolving.com/wiki/index.php/File:2025_USAMO_PROBLEM_5_2.jpg | https://artofproblemsolving.com/wiki/index.php/File:2025_USAMO_PROBLEM_5_2.jpg | ||
== Solution 2 (q-analogue | == Solution 2 (q-analogue via q-Chu–Vandermonde) == | ||
Throughout this proof we work in the polynomial ring <math>\mathbb Z[q]</math>. | Throughout this proof we work in the polynomial ring <math>\mathbb Z[q]</math>. | ||
For any | For any <math>n\ge1</math> set | ||
<cmath> | <cmath> | ||
[n]_q | [n]_q = 1 + q + \cdots + q^{n-1}, | ||
</cmath> | </cmath> | ||
<cmath> | <cmath> | ||
[n]_q! = \prod_{i=1}^n [i]_q, | |||
</cmath> | </cmath> | ||
<cmath> | <cmath> | ||
\binom ni_q = \frac{[n]_q!}{[i]_q!\,[n-i]_q!}. | |||
</cmath> | </cmath> | ||
Then | |||
<cmath> | <cmath> | ||
[n+1]_q \mid | [n+1]_q = 1 + q + \cdots + q^n | ||
= \frac{1 - q^{n+1}}{1 - q} | |||
= \prod_{d \mid (n+1)} \Phi_d(q). | |||
</cmath> | </cmath> | ||
Define | |||
<cmath> | <cmath> | ||
S_k(n;q) = \sum_{i=0}^n \binom ni_q^k. | |||
</cmath> | </cmath> | ||
We must show | |||
<cmath> | <cmath> | ||
\ | A_k(n) = \frac1{n+1} \sum_{i=0}^n \binom ni^k \in \mathbb Z | ||
\quad\Longleftrightarrow\quad | |||
k \text{ even}. | |||
</cmath> | </cmath> | ||
It suffices to prove that for even <math>k=2m</math>, one has <math>[n+1]_q \mid S_{2m}(n;q)</math> in <math>\mathbb Z[q]</math>, and that for odd <math>k</math> there is some divisor of <math>n+1</math> at which <math>S_k(n;q)\neq0</math>. | |||
Case <math>m=1</math> | |||
By the <math>q</math>-Chu–Vandermonde identity, | |||
<cmath> | <cmath> | ||
\sum_{i=0}^n \binom ni_q^2 | |||
= \binom{2n}{n}_q | |||
= \frac{[2n]_q!}{[n]_q!^2} | |||
= \frac{[n+1]_q\,[2n]_q!}{[n+1]_q\,[n]_q!^2} | |||
= [n+1]_q \, Q_{n,1}(q), | |||
</cmath> | </cmath> | ||
with <math>Q_{n,1}(q)\in\mathbb Z[q]</math>. | |||
Inductive step | |||
Assume for some <math>m\ge1</math>, | |||
<cmath> | <cmath> | ||
S_{2m}(n;q) = [n+1]_q \, Q_{n,m}(q), | |||
\quad | |||
Q_{n,m}(q)\in\mathbb Z[q]. | |||
</cmath> | </cmath> | ||
Then | |||
<cmath> | <cmath> | ||
S_{2(m+1)}(n;q) | |||
= \sum_{i=0}^n \binom ni_q^2 \,\binom ni_q^{2m} | |||
= \sum_{i=0}^n \binom ni_q^2 \,[n+1]_q \, Q_{n,m}(q). | |||
</cmath> | </cmath> | ||
Another application of <math>q</math>-Chu–Vandermonde yields | |||
<cmath> | <cmath> | ||
\sum_{i=0}^n \binom ni_q^2 \, Q_{n,m}(q) | |||
= [n+1]_q \, Q_{n,m+1}(q), | |||
\quad | |||
Q_{n,m+1}(q)\in\mathbb Z[q], | |||
</cmath> | </cmath> | ||
so <math>[n+1]_q\mid S_{2(m+1)}(n;q)</math>. | |||
Case <math>k</math> odd | |||
Let <math>k=2m+1</math> and pick a prime <math>p>2</math> with <math>p\nmid k</math>. Take <math>n=p-1</math> and let <math>\zeta</math> be a primitive <math>p</math>-th root of unity. Then | |||
<cmath> | <cmath> | ||
S_k(p-1;\zeta) | |||
\ | = \sum_{i=0}^{p-1} \binom{p-1}{i}_\zeta^k | ||
= \sum_{i=0}^{p-1} (-1)^{ik} \,\zeta^{-k\,i(i+1)/2} | |||
= \zeta^a \sum_{l\!\!\!\!\pmod p} \zeta^{-k\,l^2}, | |||
</cmath> | </cmath> | ||
for some integer <math>a</math>. The inner sum is a quadratic Gauss sum of magnitude <math>\sqrt p \neq 0</math>, so <math>S_k(p-1;\zeta)\neq0</math>. Hence <math>\Phi_p(q)\nmid S_k(n;q)</math> and <math>[n+1]_q\nmid S_k(n;q)</math>. | |||
Conclusion | |||
For even <math>k</math> we have <math>[n+1]_q\mid S_k(n;q)</math>, and specializing <math>q=1</math> gives | |||
<cmath> | <cmath> | ||
\ | \frac1{n+1} \sum_{i=0}^n \binom ni^k \in \mathbb Z. | ||
</cmath> | </cmath> | ||
~Lopkiloinm | For odd <math>k</math> we exhibited a <math>p\mid(n+1)</math> with <math>S_k(n;q)\neq0</math>, so integrality fails. | ||
This completes the proof. ~Lopkiloinm | |||
==See Also== | ==See Also== | ||
{{USAMO newbox|year=2025|num-b=4|num-a=6}} | {{USAMO newbox|year=2025|num-b=4|num-a=6}} | ||
{{MAA Notice}} | {{MAA Notice}} | ||
Revision as of 07:29, 28 June 2025
Problem
Determine, with proof, all positive integers
such that
is an integer for every positive integer
Solution 1
https://artofproblemsolving.com/wiki/index.php/File:2025_USAMO_PROBLEM_5_1.jpg
https://artofproblemsolving.com/wiki/index.php/File:2025_USAMO_PROBLEM_5_2.jpg
Solution 2 (q-analogue via q-Chu–Vandermonde)
Throughout this proof we work in the polynomial ring
.
For any
set
Then
Define
We must show
It suffices to prove that for even
, one has
in
, and that for odd
there is some divisor of
at which
.
Case
By the
-Chu–Vandermonde identity,
with
.
Inductive step
Assume for some
,
Then
Another application of
-Chu–Vandermonde yields
so
.
Case
odd
Let
and pick a prime
with
. Take
and let
be a primitive
-th root of unity. Then
for some integer
. The inner sum is a quadratic Gauss sum of magnitude
, so
. Hence
and
.
Conclusion
For even
we have
, and specializing
gives
For odd
we exhibited a
with
, so integrality fails.
This completes the proof. ~Lopkiloinm
See Also
| 2025 USAMO (Problems • Resources) | ||
| Preceded by Problem 4 |
Followed by Problem 6 | |
| 1 • 2 • 3 • 4 • 5 • 6 | ||
| All USAMO Problems and Solutions | ||
These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions. Error creating thumbnail: File missing