Let's say I have the following relations (all real numbers):
$$a_2 \leq a_1$$ $$x_1 \leq v_1$$ $$x_1 + x_2 \leq v_1 + v_2$$
How to show: $$a_1x_1+a_2x_2 \leq a_1v_1 + a_2v_2$$
This can be shown intuitionally but I am unable to show this mathematically. What can be done to show this holds? NOTE: Please take care of negative values too.
It's wrong.
Take $$(a_1,a_2,x_1,x_2,v_1,v_2)=(-2,-1,1,2,2,2).$$ We need to prove that: $$-2\cdot1+(-1)\cdot2\leq-2\cdot2+(-1)\cdot2$$ or $$-4\leq-6,$$ which is not true.
Your second problem is still wrong. Take: $$(a_2,a_1,x_1,x_2,v_1,v_2)=(-2,-1,1,2,2,2).$$