pepeprepa wrote:
I would like to know if it is permitted to add 2 inequalities like that, I try to find maths principles about that, but I have nothing.
Well, I think
A<B<C
D<E<F
A+D<B+E<C+F only if we know everything is positive
While you should definitely be very careful about adding inequalities, you can certainly do it. What you've done above is correct, except for the part I've highlighted in red- what you've done is true even if some of the numbers are negative. In brief, if you know:
a > b
c > d
Then a+c > b+d. Just be sure your inequalities are going in the same direction before you try to do this (i.e., be sure both are '>' or '<'). While this should probably make intuitive sense if you think about what we're doing here, there are many ways to see why it is permissible to combine inequalities in this way- you could take a formal approach:
if a > b, this just means that a = b + x, where x is positive.
if c > d, then c = d + y, where y is positive.
Then a + c = b + d + x + y, and since x+y is positive, a+c must be larger than b+d. And it doesn't matter if a, b, c and d are positive or negative.
I said above that you should be very careful when doing this, and you should only do what you know is allowed. You cannot, for example, subtract inequalities- you can only add them as above, when the inequalities are in the same direction. You can see why subtraction leads to inconsistent answers:
3 > 1
3 > 0
and if you thought you could subtract here, you'd conclude that 0 > 1, which is clearly nonsense. I'd also warn against trying to combine inequalities in more exotic ways- e.g. by multiplying them- unless you
really know what you're doing. In some circumstances you can do such things, but in many situations you cannot.