Suppose $a_1, a_2, ..., a_r$ are integers with $a_i \geq 2$ for all $i$ such that $a_1 + a_2 + ... + a_r = 2010$. Prove that the set $\{1,2,3,...,2010\}$ can be partitioned in $r$ subsets $A_1, A_2, ..., A_r$ each with $a_1, a_2, ..., a_r$ elements respectively, such that the sum of the numbers on each subset is divisible by $2011$. Decide whether this property still holds if we replace $2010$ by $2011$ and $2011$ by $2012$ (that is, if the set to be partitioned is $\{1,2,3,...,2011\}$).
Problem
Source:
Tags: algebra, polynomial, induction, combinatorics unsolved, combinatorics
03.05.2010 09:27
I'm proving a generalization (note that $2011$ is a prime): Let $p$ be an odd prime number. Suppose $a_k$, $k=1,2,\ldots,r$, are integers greater than $1$ such that \[\sum_{k=1}^r a_r = p-1\,.\] Then, there exists a partition $\mathcal{A}:=\big\{A_1,A_2,\ldots,A_r\big\}$ of $\mathbb{F}_p^\times=\{1,2,\ldots,p-1\}$ such that $\big|A_k\big|=a_k$ for all $k=1,2,\ldots,r$, and the sum of elements in each $A_k$ is zero in $\mathbb{F}_p$.
PS: Please post a nonalgebraic solution if you have one. Without my previous knowledge of alg. combi., I would have no idea how to attack the problem.
03.05.2010 18:33
For the second part, one could just say that $1+2+...+2011 = 1006 \cdot 2011$ is not divisible by $2012$, and hence such a division is never possible.
03.05.2010 19:20
According to your proof for $2012$, it rules out all even numbers. Do you think my assertion is true for any odd integer $p$?
07.05.2010 19:58
I have a solution in the case $3|p-1$. If $a_k$ is even for all $k$ then you can get the partition by taking $a$ and $p-a$ in the same subset. Now, we can get a partition of $\{1,2 \ldots p-1\}$ into subsets of three elements such that the sum on each subset is divisible by $p$ and if $\{a_1, a_2, a_3\}$ is one of our subsets then $\{p-a_1, p-a_2, p-a_3\}$ is another. Once we have this partition we put a triple in each $A_k$ with odd $a_k$, as there is an even number off odd $a_k$'s we can do this in a way that if we put ${a_1, a_2, a_3}$ in one subset then we put ${p-a_1, p-a_2, p-a_3}$ in another. Now we can fill all the $A_i$'s by adding pairs ${a, p-a}$. To get the partition of $\{1,2 \ldots p-1\}$ into triples pick a primitive root $\alpha$ modulo $p$, and take the triples $\{{\alpha}^{k},{\alpha}^{\frac{p-1}{3}+k},{\alpha}^{\frac{2(p-1)}{3}+k}\}$. The sum of each triple is ${\alpha}^{k}.\frac{{\alpha}^{p-1}-1}{{\alpha}^{\frac{p-1}{3}} - 1}$ which is divisible by $p$, and the opposite of $\{{\alpha}^{k},{\alpha}^{\frac{p-1}{3}+k},{\alpha}^{\frac{2(p-1)}{3}+k}\}$ is $\{{\alpha}^{k+\frac{p-1}{2}},{\alpha}^{\frac{p-1}{3}+k+\frac{p-1}{2}},{\alpha}^{\frac{2(p-1)}{3}+k+\frac{p-1}{2}}\}$.
30.04.2011 01:36
Batominovski wrote: PS: Please post a nonalgebraic solution if you have one. Without my previous knowledge of alg. combi., I would have no idea how to attack the problem.
Batominovski, can you tell how you learnt those algebraic methods? They're impressive.
30.04.2011 02:54
jlucascsa wrote: $A_{i}=\{i,1005+i,1006-2i\}$ for every $1\leqq\leq335$ $B_{i}=\{2011-i,1006-i,1005+2i\}$ for every $1\leqq\leq335$ I think $A_1$ and $B_2$ are not disjoint, are they? They both contain $1004$. jlucascsa wrote: Batominovski, can you tell how you learnt those algebraic methods? I took an algebraic combinatoric course when I was an undergraduate. But you can also learn the nullstellensatz from this very useful paper too: http://www.tau.ac.il/~nogaa/PDFS/null2.pdf.
05.03.2012 14:30
is there any elementary solution ?
11.04.2012 21:53
Sorry to revive... I have a silly question about the CN solution.
11.04.2012 22:13
v_Enhance wrote: Batominovski wrote: Therefore, the coefficient of $M:=x_1x_2\cdots x_{p-1}\cdot W$ is nonzero in $f\left(x_1,x_2,\ldots,x_{p-1}\right)$. As I'm interpreting your solution, you've constructed $M$ as a product of certain monomials in the expression for $f$. How do you know that this is the only way to construct $M$? (As a simple example, the coefficient of $xy$ in $(x+y)(x-y) = x^2-y^2$ is zero, even though there were $xy$ terms in the expansion.) There is a reference to the Vandermonde polynomials for a reason. Reread my solution, please.
11.04.2012 23:31
I did read the part about Vandermonde polynomials, but I'm not seeing why that implies it's the unique way to write that particular term. Maybe I am not being clear what my question is, so let me give an example:
13.04.2012 19:04
v_Enhance wrote: I did read the part about Vandermonde polynomials, but I'm not seeing why that implies it's the unique way to write that particular term. Maybe I am not being clear what my question is, so let me give an example: Start to see your point. I may indeed have presented an incomplete solution. I will try to fix it if that is possible. Thank you very much.