This is an exercise proposed by Timothy Gowers: Write down all you think of while trying to solve a math problem.
Problem. Let a0<a1<a2⋯a0<a1<a2⋯ be an infinite sequence of positive integers. Prove that there exists a unique integer n≥1n≥1 such that an≤a0+⋯+ann≤an+1an≤a0+⋯+ann≤an+1
Brain dump. First, it's curious that the sum of n+1n+1 numbers is divided by nn, instead of n+1n+1. Second, the fact that the sequence is strictly increasing is clearly important. These two seem to indicate that I might want to look at differences: (1) there are nn differences between n+1n+1 numbers, and (2) these differences are positive. So, let's set bn=an+1−anbn=an+1−an. Then a0+⋯+ana0+⋯+an is b0+⋯+bn−1b0+⋯+bn−1 (just nn numbers!).
Hmm …… I need some way to express the an<⋯<an+1an<⋯<an+1 part of the inequality. It seems convenient to set a−1=0a−1=0 and change the definition of bnbn to an−an−1an−an−1. Then the initial inequality is ……
(Oh, dear: I just noticed that I made a terrible mistake earlier. The sum a0+⋯+ana0+⋯+an is not what I said. Anyway, now I changed the definition of bnbn, so let's see what is it supposed to be using the new definition.)
…… so, the initial inequality is b0+⋯+bn≤(n+1)b0+nb1+(n−1)b2+⋯+bnn≤b0+⋯+bn+1b0+⋯+bn≤(n+1)b0+nb1+(n−1)b2+⋯+bnn≤b0+⋯+bn+1 This one can be rearranged as 0≤(n+1)b0+nb1+⋯+bn≤nbn+10≤(n+1)b0+nb1+⋯+bn≤nbn+1 OK, it looks like the left part always hold. I need to compile this and look at the equations to check if they're OK …… Seems fine.
Right. On to the second part of the inequality. We have two parts here. First, to show that the inequality eventually holds, as nn increases. Second, to show that once it holds, it cannot hold for bigger nn. Let's unpack the inequality for a few small values of nn: b0≤02b0+b1≤b23b0+2b1+b2≤2b34b0+3b1+2b2+b3≤3b4 The first inequality can't be true because bs are positive. The second could be so let's suppose it is. How does this imply that the third inequality doesn't hold?
(OK. I'm just terrible. Earlier I said I need to check some inequalities, said I did, and all is well. They are wrong! They are so wrong. I'm very tempted to find excuses and blame my family who keeps interrupting, asking questions about the history of the coffee machine, whether I really want to sit on the floor instead of going to the table, and whatnot.)
Anyway, for the third time … the initial inequality, expressed in terms of bs, is: 0≤b0−(b2+2b3+3b4+⋯+(n−1)bn)≤nbn+1 The left part does not always hold. In fact, it's clear that it holds in the beginning (0≤b0) but will eventually fail, because its right side keeps decreasing. So, let's look at what happens at that step. That is, we pick n such that 0≤b0−(b2+2b3+3b4+⋯+(n−1)bn) and 0>b0−(b2+2b3+3b4+⋯+(n−1)bn+nbn+1) Or, rewritten (b2+2b3+⋯+(n−1)bn)≤b0≤(b2+2b3+⋯+nbn+1) The first question is what happens with the other inequality at this n. The second question is what happens in general with the other inequality, not only at this n. Actually, part of the second question is very easy to answer: for bigger n the right inequality holds, because the middle term is negative, while the right one is positive. For n itself, the right inequality still holds: just add nbn+1 to both sides of 0>b0−(…).
All that is left to do at this point is to show that for smaller n than the picked one, the right inequality fails.
(I should say that at this point I feel close to the answer, and I let myself be distracted by what people talk around me. Now that I think about it, I may not be close to the answer. What I did so far feels rather easy, so the perhaps all I did was to reach the hard part. Let's continue.)
What happens at n−1? 0≤b0−(b2+2b3+3b4+⋯+(n−2)bn−1)≤(n−1)bn Subtract (n−1)bn: −(n−1)bn<0≤b0−(b2+2b3+3b4+⋯+(n−1)bn)≤0 This is not immediately a contradiction, although it would've been if I would've looked at n−2 instead of n−1. I'm a bit confused as to why this doesn't seem like a contradiction, so let's look at an example. I pick bs to be 3,1,1,1,…. Then b0−(b2+2b3+3b4+⋯+(n−1)bn)is3,2,0,−3,−7,…nbn+1is0,2,2,−2,−2,… It looks like indeed there are two ns such that both inequalities hold. What mistake did I do? Let me check in terms of the original statement. n01234an34567∑k≤nak37121825∑/n7666.25 I'm confused: It seems both n=2 and n=3 work. I will now go and brush my teeth.
Update: My mistake was in the copying of the problem statement. This was revealed in comments back at the original post.
No comments:
Post a Comment
Note: (1) You need to have third-party cookies enabled in order to comment on Blogger. (2) Better to copy your comment before hitting publish/preview. Blogger sometimes eats comments on the first try, but the second works. Crazy Blogger.