Sequence satisfying an |
n
By Yatir Halevi on Monday, September 30,
2002 - 09:39 am:
a1=2
Prove that for all n, n|an.
Thanks,
Yatir
By Michael Doré on Monday, September 30, 2002 - 06:50 pm:
The sum means
where the sum on the right
hand side is over all divisors of n (apart from n itself). So for instance:
a12=212-a1-a2-a3-a4-a6
Anyway, I think the following works. We have:
where the sum is over all positive r which divide into n. The 2n on the
right hand side is the number of subsets of {1,2,¼,n} and so this
suggests that we're counting subsets of {1,2,¼,n} in some way.
But how do we incorporate the r|n condition? Well we can write the numbers
1, 2, ..., n on a circle, and we can represent a subset by colouring red
all the integers in the subset (and black otherwise). Now it may be that if you
rotate the circle a certain amount then the colouring still looks the same - i.e.
the sequence of reds and blacks is symmetric under a rotation of angle c units.
Note that we would have to have c|n - so this gives us a way of incorporating
this condition.
So let's claim that am is equal to bm defined as the number of subsets of
{1,2,¼,m} such that if you represent the subset by colouring red numbers
on a circle then the sequence of reds and blacks isn't symmetric under any
non-trivial rotation.
To do this it suffices to show that:
where the sum is over all natural r|n because then an=bn follows by
induction. I'll leave this to you - write back if you need help.
So anyway we've shown that an is the number of subsets on {1,2,¼, n}
which aren't symmetric under any rotation when we write them on a circle. Let
A be the set of these subsets. We have |an|=A so it sufficies to show that
n divides into |A|. Well this is quite easy. Define two members of A to
be equivalent if you can switch between their representations on the circle by
rotation. It is clear that each equivalence class has exactly n elements, and
A is a disjoint union of all the equivalence classes, so |A| is a multiple
of n, so we're done.
By Yatir Halevi on Thursday, October 03,
2002 - 01:14 pm:
an+bn=2n (by definition)
bn=2n-anpar
an=bn
Though it is hardly a combinatorical proof...
Yatir
By Michael Doré on Thursday, October 03, 2002 - 02:04 pm:
Don't understand. an is defined as the sequence
satisfying your recurrence relationship. Why is an+bn=2n by definition?
bn is defined as the number of subsets of {1,2,¼,n} such that if
you represent this subset by colouring in numbers on a circle, the sequence of
colours changes under any non-trivial rotation.
All of this rotation stuff is hard to explain. So let's forget about rotations
and circles and stuff, and I'll try and explain more clearly. bn can be
defined as the number of subsets S of {1,2,¼,n} with the property
that for any k in {1,2,¼,n-1} there exists u, v in {1,2,¼,n}
with v-u=k (mod n) and such that exactly one of u, v is in S.
So we must show that an=bn because then we're done as clearly n|bn. The
way to show that an=bn is to show that bn satisfies exactly the same
recurrence relationship as an. (Because it is obvious that the recurrence
relationship admits a unique solution, so it follows that an=bn.) So you
need to show:
where bn is as defined in my second paragraph. This is, of course, a
combinatorial task.
A hint: if S is a subset of {1,2,¼,n} let r(S) be the minimal
integer k in {1,2,¼,n} such that for all u, v in {1,2,¼,n}
with v-u=k (mod n) we have u in S Leftrightarrow v in S. Note that
r(S) always exists because the property is satisfied with k=n (although this
will usually not be the minimal allowed integer with this property.
If i is in {1,2,¼,n} define Si as the set of subsets of S of
{1,2,¼,n} such that r(S)=i.
Clearly the set of subsets of {1,2,¼,n} is the disjoint union of S1,
..., Sn. So:
2n=|S1|+|S2|+¼+|Sn|
Now prove that |Si|=0 if i doesn't divide into n. If i|n show that
|Si|=bn/i. Substitute this in, and you have the required recurrence,
which completes the proof.