Proving σmax(A-B) ≤ σmax(A) - σmin(B)

  • Thread starter Thread starter hayu601
  • Start date Start date
hayu601
Messages
7
Reaction score
0
Is it true if I state:

σmax(A-B) <= σmax(A) - σmin(B) ?

I verify numerically that it is correct but how to prove it?
 
Physics news on Phys.org
If a\in A then a\le max(A)
If b\in B then b\ge min(a) so -b\ge -min(B)

Adding, a-b\le max(A)- min(B) for all a in A, b in B/
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top