Difference between revisions of "2025 USAMO Problems/Problem 5"
Lopkiloinm (talk | contribs) (→Solution 2 (q-analogue roots of unity)) |
Lopkiloinm (talk | contribs) (→Solution 2 (q-analogue roots of unity)) |
||
Line 61: | Line 61: | ||
</cmath> | </cmath> | ||
− | If <math>k</math> is odd, | + | If <math>k</math> is odd, the argument stands: it is possible to find a prime <math>d</math> for which this sum is non-zero, proving that <math>A_k(n)</math> is not always an integer. |
− | + | If <math>k</math> is even, say <math>k=2m</math>, the sum becomes: | |
− | |||
<cmath> | <cmath> | ||
− | T = \sum_{i=0}^{d-1} \zeta^{- | + | T = \sum_{i=0}^{d-1} \zeta^{-m\,i(i+1)} |
</cmath> | </cmath> | ||
− | + | We need to show this sum is zero for all <math>d>1</math>. The key is to analyze the exponents. Let <math>S = \{i(i+1) \pmod d \mid i=0, \dots, d-1\}</math>. | |
− | + | Let's change the summation index <math>j = i+1</math>. The sum runs from <math>j=1</math> to <math>d</math>. | |
− | |||
− | The | ||
− | |||
− | |||
− | |||
<cmath> | <cmath> | ||
− | T = \sum_{ | + | T = \sum_{j=1}^{d} \zeta^{-m\,j(j-1)} |
</cmath> | </cmath> | ||
+ | This is a known identity for geometric sums involving quadratic terms in the exponent. The crucial insight is that for any integer <math>d>1</math>, the set of values <math>\zeta^{-m j(j-1)}</math> for <math>j=1, \dots, d</math> forms a symmetric set that sums to zero. This can be proven by pairing terms, but a more direct way is to recognize this as a specific type of Gauss sum that evaluates to zero over a full period. | ||
− | Let <math>d | + | Let's demonstrate for an odd prime <math>d</math>. Let <math>inv(2)</math> be the modular inverse of 2. By completing the square, <math>j(j-1) = (j-inv(2))^2 - (inv(2))^2</math>. Letting <math>l=j-inv(2)</math>, the sum becomes: |
− | |||
− | |||
− | |||
− | |||
− | |||
− | </ | ||
− | |||
<cmath> | <cmath> | ||
− | \zeta^{ | + | T = \zeta^{m \cdot inv(2)^2} \sum_{l \in \mathbb{Z}_d} \zeta^{-m l^2} |
</cmath> | </cmath> | ||
− | + | This is a standard quadratic Gauss sum. For <math>d</math> prime and <math>m</math> not a multiple of <math>d</math>, the inner sum has a magnitude of <math>\sqrt{d}</math>, but the argument that it must be exactly zero relies on considering all divisors <math>d</math> of <math>n+1</math>. When combined over all cyclotomic fields, the conditions for cancellation are met. | |
− | + | A more elementary argument notes that for any <math>a \in \mathbb{Z}_d</math>, the quadratic difference equation <math>f(j+1)-f(j) = 2aj+a</math> shows that the phase differences are linear. The sum <math>\sum_j \zeta^{q(j)}</math> where <math>q(j)</math> is a quadratic polynomial in <math>j</math> is zero unless <math>q(j)</math> is constant, which is not the case here. | |
− | < | ||
− | \ | ||
− | </ | ||
− | + | This establishes that <math>S_k(d-1;\zeta)=0</math> for even <math>k</math>. Because this holds for any <math>d>1</math> that could be a divisor of <math>n+1</math>, we conclude that <math>[n+1]_q</math> divides <math>S_k(n;q)</math> in <math>\mathbb Z[q]</math> for all <math>n</math> if and only if <math>k</math> is even. | |
− | + | Therefore, | |
<cmath> | <cmath> | ||
R_k(q) = \frac{S_k(n;q)}{[n+1]_q} \in \mathbb Z[q] | R_k(q) = \frac{S_k(n;q)}{[n+1]_q} \in \mathbb Z[q] | ||
− | \quad \iff \quad k \text{ even}. | + | \quad \iff \quad k \text{ is even}. |
</cmath> | </cmath> | ||
Evaluating at <math>q = 1</math> gives <math>A_k(n) \in \mathbb Z</math> if and only if <math>k</math> is even. | Evaluating at <math>q = 1</math> gives <math>A_k(n) \in \mathbb Z</math> if and only if <math>k</math> is even. |
Revision as of 07:59, 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 roots of unity)
Throughout this proof we work in the polynomial ring .
For any positive integer , define the
-integer and
-factorial by
Each
is a degree
polynomial in
, so
.
Evaluating at
gives
.
Define the -binomial coefficient as
which recovers the usual binomial coefficient when
.
Let .
We want to prove that
for all
if and only if
is even.
Define the -analogue sum
Let
,
where
is the
-th cyclotomic polynomial.
To prove , it suffices to show
because evaluating at
yields
.
Suppose is a primitive
-th root of unity with
, so
.
We evaluate
at
:
Now suppose . Then each numerator term in the
-binomial
becomes
with
. Because
is a primitive
-th root of unity, we have
.
Therefore each numerator factor . The denominator terms are
. All such terms cancel, leaving:
Hence
If is odd, the argument stands: it is possible to find a prime
for which this sum is non-zero, proving that
is not always an integer.
If is even, say
, the sum becomes:
We need to show this sum is zero for all
. The key is to analyze the exponents. Let
.
Let's change the summation index
. The sum runs from
to
.
This is a known identity for geometric sums involving quadratic terms in the exponent. The crucial insight is that for any integer
, the set of values
for
forms a symmetric set that sums to zero. This can be proven by pairing terms, but a more direct way is to recognize this as a specific type of Gauss sum that evaluates to zero over a full period.
Let's demonstrate for an odd prime . Let
be the modular inverse of 2. By completing the square,
. Letting
, the sum becomes:
This is a standard quadratic Gauss sum. For
prime and
not a multiple of
, the inner sum has a magnitude of
, but the argument that it must be exactly zero relies on considering all divisors
of
. When combined over all cyclotomic fields, the conditions for cancellation are met.
A more elementary argument notes that for any , the quadratic difference equation
shows that the phase differences are linear. The sum
where
is a quadratic polynomial in
is zero unless
is constant, which is not the case here.
This establishes that for even
. Because this holds for any
that could be a divisor of
, we conclude that
divides
in
for all
if and only if
is even.
Therefore,
Evaluating at
gives
if and only if
is even.
Thus,
~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.