Saturday, 14 February 2015

summation - Sum of Term plus Sum of Terms so far Proof



I've been given a homework question (so feel free to prod me in the right direction, as opposed to giving a fully worked answer) that ask me, in essence, the following question.




Given a series of n integers, S, prove that the minimum value of





C(S)=S1+(S2+S1)+...+(Sn+Sn1+...+S1)=ni=1(n+1i)×Si




is when S is sorted in ascending order.




I'm using the following definition of "sorted in ascending order":




i,j s.t. 1i<n,j>i,SiSj





So I feel like it's the sort of problem where I should be using induction.



The base case is pretty trivial.




For n=2, S has an ordering of S=[S1,S2]. If there's some different ordering of S, T that is lower cost than S, it must be ordered T=[S2,S1] with a cost C(T)=2S2+S1. If it's a lower cost:



C(T)<C(S)




2S2+S1<2S1+S2



S2<S1, but we know S1S2 so there's a contradiction and the base case is proven.




At this point, sort of hit a wall. I have that:




For n=k, C(S)=ki=1(k+1i)Si




And, for n=k+1, C(S)=k+1i=1(k+2i)Si



C(S)=ki=1(k+1i)Si+Sk+1+ki=1Si




So I think I need to show something along the lines that Sk+1+ki=1Si is the optimum final move or something, but I can't think of how to do that.



I'm also not sure if induction is even the way to go. Would there be a better way of proving this? Any help you can give would be appreciated.


Answer




There are other ways to go about this, but induction is a perfectly good one. You're so, so close!



Hint: The punch line at the end of the proof is not to show that Sk+1=ki=1Si, also known as k+1i=1Si, is optimal. That expression is just the sum of all the terms, so it will appear in the final summation now matter how the terms are arranged. Instead, your task is to argue why the ki=1(k+1i)Si part of that same line is optimal.


No comments:

Post a Comment

real analysis - How to find limhrightarrow0fracsin(ha)h

How to find lim without lhopital rule? I know when I use lhopital I easy get $$ \lim_{h\rightarrow 0}...