Absolute value of two numbers

38 Views Asked by At

I want to verify and to check with you this inequality |a| > |b| implies |a-b| > 0 Is it correct?

3

There are 3 best solutions below

4
On BEST ANSWER

Direct proof:

$|a|>|b|\implies$

$(a>b)\vee(a<b)\implies$

$a \neq b\implies$

$a-b\neq0\implies$

$|a-b|\neq0\implies$

$|a-b|>0$


Proof by contradiction:

$|a-b|\not>0$

$|a-b|=0$

$a-b=0$

$a=b$

$|a|=|b|$

$|a|\not>|b|$

0
On

$|a| > |b| \Rightarrow a \not= \pm b \Rightarrow a - b \not= 0 \Rightarrow |a - b| > 0$

0
On

In fact $a\ne b$ implies $|a-b|>0$.

Just notice that:

  • $a\ne b$ $\Rightarrow$ $a-b\ne0$
  • $x\ne 0$ $\Rightarrow$ $|x|>0$
  • Use $x=a-b$.