Difference between revisions of "2016 USAMO Problems/Problem 2"
Lopkiloinm (talk | contribs) (→Solution 4) |
Lopkiloinm (talk | contribs) (→Solution 4) |
||
Line 26: | Line 26: | ||
==Solution 4== | ==Solution 4== | ||
− | + | Let us work in the ring of polynomials <math>\mathbb{Z}[q]</math>. Define the <math>q</math>-integer and <math>q</math>-factorial by | |
− | |||
− | |||
<cmath> | <cmath> | ||
[n]_q := 1 + q + q^2 + \cdots + q^{n-1}, \qquad [n]_q! := \prod_{i=1}^n [i]_q. | [n]_q := 1 + q + q^2 + \cdots + q^{n-1}, \qquad [n]_q! := \prod_{i=1}^n [i]_q. | ||
</cmath> | </cmath> | ||
− | Each <math>[i]_q</math> is a degree <math>i-1</math> polynomial | + | Each <math>[i]_q</math> is a monic degree <math>i - 1</math> polynomial with integer coefficients, so <math>[n]_q! \in \mathbb{Z}[q]</math>. Furthermore, |
− | + | <cmath> | |
+ | \lim_{q \to 1} [n]_q! = n!. | ||
+ | </cmath> | ||
Define the expression | Define the expression | ||
Line 40: | Line 40: | ||
</cmath> | </cmath> | ||
− | Let <math>\nu_d(F)</math> denote the exponent of <math>( | + | Let <math>\nu_d(F)</math> denote the exponent of the cyclotomic polynomial <math>\Phi_d(q)</math> in the factorization of <math>F \in \mathbb{Z}[q]</math>. We use the identity: |
− | We use the identity | ||
<cmath> | <cmath> | ||
− | \nu_d([n]_q!) = \ | + | \nu_d([n]_q!) = \left\lfloor \frac{n}{d} \right\rfloor |
+ | </cmath> | ||
+ | which follows from the factorization | ||
+ | <cmath> | ||
+ | [n]_q! = \prod_{i = 1}^n (1 - q^i) = \prod_{d = 1}^n \Phi_d(q)^{\left\lfloor \frac{n}{d} \right\rfloor}. | ||
</cmath> | </cmath> | ||
− | |||
− | + | Applying this to <math>P_k(q)</math>, we compute: | |
<cmath> | <cmath> | ||
\nu_d(P_k(q)) = \nu_d([k^2]_q!) | \nu_d(P_k(q)) = \nu_d([k^2]_q!) | ||
Line 54: | Line 56: | ||
</cmath> | </cmath> | ||
− | + | Expanding each term: | |
<cmath> | <cmath> | ||
\nu_d(P_k(q)) = | \nu_d(P_k(q)) = | ||
− | \left | + | \left\lfloor \frac{k^2}{d} \right\rfloor |
− | + \sum_{j = 0}^{k - 1 | + | + \sum_{j = 0}^{k - 1} \left\lfloor \frac{j}{d} \right\rfloor |
− | - \sum_{j = 0}^{k - 1} \left | + | - \sum_{j = 0}^{k - 1} \left\lfloor \frac{j + k}{d} \right\rfloor. |
</cmath> | </cmath> | ||
− | + | We simplify the last two sums: | |
<cmath> | <cmath> | ||
− | + | \sum_{j = 0}^{k - 1} \left( \left\lfloor \frac{j}{d} \right\rfloor | |
− | + | - \left\lfloor \frac{j + k}{d} \right\rfloor \right) | |
− | + | = - \sum_{j = 0}^{k - 1} \sum_{i = j + 1}^{j + k} \delta(i \equiv 0 \bmod d) | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | \sum_{j = 0}^{k - 1} \sum_{i = j + 1}^{j + k} \ | ||
</cmath> | </cmath> | ||
Line 86: | Line 77: | ||
</cmath> | </cmath> | ||
− | + | Note that the second double sum runs over exactly <math>k^2</math> total terms, all in the range <math>[1, k^2]</math>, with each <math>i</math> appearing at most once. Therefore, | |
− | |||
− | |||
<cmath> | <cmath> | ||
\sum_{j = 0}^{k - 1} \sum_{i = j + 1}^{j + k} \left\lfloor \frac{i}{d} \right\rfloor \le \sum_{i = 1}^{k^2} \left\lfloor \frac{i}{d} \right\rfloor, | \sum_{j = 0}^{k - 1} \sum_{i = j + 1}^{j + k} \left\lfloor \frac{i}{d} \right\rfloor \le \sum_{i = 1}^{k^2} \left\lfloor \frac{i}{d} \right\rfloor, | ||
Line 97: | Line 86: | ||
</cmath> | </cmath> | ||
− | + | Hence, every cyclotomic factor <math>\Phi_d(q)</math> appears with nonnegative multiplicity in <math>P_k(q)</math>, so <math>P_k(q) \in \mathbb{Z}[q]</math>. | |
− | + | ||
+ | Finally, evaluating at <math>q = 1</math> gives | ||
<cmath> | <cmath> | ||
− | P_k(1) = (k^2)! \cdot \prod_{j = 0}^{k - 1} \frac{j!}{(j + k)!} \in \mathbb Z, | + | P_k(1) = (k^2)! \cdot \prod_{j = 0}^{k - 1} \frac{j!}{(j + k)!} \in \mathbb{Z}, |
</cmath> | </cmath> | ||
− | as | + | as desired. |
~Lopkiloinm | ~Lopkiloinm | ||
Revision as of 03:24, 29 June 2025
Contents
Problem
Prove that for any positive integer
is an integer.
Solution 1
Define for all rational numbers
and primes
, where if
, then
, and
is the greatest power of
that divides
for integer
. Note that the expression(that we're trying to prove is an integer) is clearly rational, call it
.
, by Legendre. Clearly,
, and
, where
is the remainder function(we take out groups of
which are just permutations of numbers
to
until there are less than
left, then we have
distinct values, which the minimum sum is attained at
to
). Thus,
, as the term in each summand is a sum of floors also and is clearly an integer.
Solution 2 (Controversial)
Consider an grid, which is to be filled with the integers
through
such that the numbers in each row are in increasing order from left to right, and such that the numbers in each column are in increasing order from bottom to top. In other words, we are creating an
standard Young tableaux.
The Hook Length Formula is the source of the controversy, as it is very powerful and trivializes this problem. The Hook Length Formula states that the number of ways to create this standard Young tableaux (call this for convenience) is:
Now, we do some simple rearrangement:
This is exactly the expression given in the problem! Since the expression given in the problem equals the number of distinct
standard Young tableaux, it must be an integer, so we are done.
Solution 3 (Induction)
Define Clearly,
and
Then Lots of terms cancel, and we are left with
The numerator has
consecutive positive integers, so one of them must be divisible by
Also, there are
terms left,
of which are even. We can choose one of these to cancel out the
in the denominator. Therefore, the ratio between
and
is an integer. By our inductive hypothesis,
is an integer. Therefore,
is as well, and we are done.
Note: This is incorrect.
Solution 4
Let us work in the ring of polynomials . Define the
-integer and
-factorial by
Each
is a monic degree
polynomial with integer coefficients, so
. Furthermore,
Define the expression
Let denote the exponent of the cyclotomic polynomial
in the factorization of
. We use the identity:
which follows from the factorization
Applying this to , we compute:
Expanding each term:
We simplify the last two sums:
Thus,
Note that the second double sum runs over exactly total terms, all in the range
, with each
appearing at most once. Therefore,
which implies
Hence, every cyclotomic factor appears with nonnegative multiplicity in
, so
.
Finally, evaluating at gives
as desired.
~Lopkiloinm
Note: This solution is fundamentally different from the first, which works purely in the integers. Here, we work in the integer polynomial ring —a graded algebra—which allows us to test integrality by tracking the multiplicities of reducible elements like
for all integers
. In contrast, working in
—a non-graded algebra—requires using
-adic valuations via Legendre’s formula, which only considers irreducibles (primes). The graded structure of
simplifies the analysis, making it a powerful strategy to lift problems into a graded algebra whenever possible.
See also
2016 USAMO (Problems • Resources) | ||
Preceded by Problem 1 |
Followed by Problem 3 | |
1 • 2 • 3 • 4 • 5 • 6 | ||
All USAMO Problems and Solutions |