Let p be prime and k be an integer where $0
.
Let np,k denote the number of subsets S of {1,2,...,p} such that |S|=k and such that the sum of all the elements in S is divisible by p.
Show that np,k=1p(pk).
Attempted work :
Let l be positive integer such that kl≡1(modp)
and {a1,a2,...,ak}∈Fa(p,k)
Let fa,b:Fa(p,k)→Fb(p,k) defined by
f({a1,a2,...,ak})={b1,b2,...,bk} , where
$a_1 + l(a-b) \equiv b_1\; (\bmod p)\;\;, \; 0\leq b_1
$a_2 + l(a-b) \equiv b_2\; (\bmod p)\;\;, \; 0\leq b_2
.
.
$a_k + l(a-b) \equiv b_k\; (\bmod p)\;\;, \; 0\leq b_k
1) To show that f is injective
Let f({a1,a2,...,ak})=f({a′1,a′2,...,a′k})
so {b1,b2,...,bk}=f({a′1,a′2,...,a′k})
we obtain a′i+l(a−b)≡bi(modp)
and a′i≡ai(modp)
so a′i=ai,∀i=1,2,...,p, thus f is injective.
2) To prove that f is surjective
Let {b1,b2,...,bk}∈Fb(p,k)
Choose
a1≡b1−l(a−b)(modp)
a2≡b2−l(a−b)(modp)
.
.
ak≡bk−l(a−b)(modp) , where gcd(l,p)=1
so, f({a1,…,ak})={b1,…,bk}, thus f is surjective.
Therefore f is bijective, |Fa(p,k)|=|Fb(p,k)|∀a,b so |F0(p,k)|=1p(pk).
Answer
Let Xk be the set of k-element subsets of {1,2,…,p}. Let the cyclic group G=Z/pZ act on Xk by translation: that is, for a∈G, we define
σa({x1,…,xk})={x1+a,…,xk+a}
where addition is mod p. This makes sense since translation preserves distinctness.
So far this makes sense for any p. But when p is prime, this action is free: that is, if a≠0, there is no k-tuple mapped to itself by σa. A cute way to see this is to look at the (mod p) sum of the elements of a subset. If we apply σa to a subset whose sum is s, the sum of the resulting elements is s+ak (mod p). If the subset is fixed by σa, then s+ak=s (mod p), so ak=0 (mod p). But k is not divisible by p, hence (since p is prime) a=0 (mod p), and we see the action is free.
So each orbit of the action has size p (hence (pk) is divisible by p) and furthermore each possible sum appears exactly once in each orbit, for a total of 1p(pk) times each.
(Added in response to OP comment:)
At a high school level, and expressed without group theory, we are arguing that when p is prime, the following group of p subsets
{x1,…,xk}{x1+1,…,xk+1}modp⋮⋮⋮{x1+p−1,…,xk+p−1}modp
all have different sums mod p, so each possible sum appears exactly once. (This also means the subsets in the group are actually different.) As Xk is the disjoint union of groups of this kind, that means the possible sums occur equally often as you look across Xk.
If you're in high school, there are a few details to fill in, so you should do that. But the other thing to do would be to learn some basic group theory, which is accessible to any high school student (some experience with proofs helps, but group theory is as good as geometry for studying mathematical argument anyway). Once you check that what you have is a group acting freely on a set, a lot of those details come for free, and the structure of the argument becomes much more transparent.
No comments:
Post a Comment