Homework Statement
Given:
a>=b>=c>=0,
d>=e>=f>=0,
a>=d
a+b>=d+e
a+b+c=d+e+f
a,b,c,d,e,f belong to Real numbers
Prove that d, e, f can be expressed as linear combinations of a, b and c in such way:
d=(c1+c2)*a+(c3+c4)*b+(c5+c6)*c
e = (c1+c6)*a+(c2+c4)*b+(c3+c5)*c...