I am trying to prove that this is false: $-m + n \geq |m + n|$ where m is a positive number and n is any number.
Can I subtract n from both sides? If not, how do I show that is false?
I am trying to prove that this is false: $-m + n \geq |m + n|$ where m is a positive number and n is any number.
Can I subtract n from both sides? If not, how do I show that is false?
Since $m$ is a positive number, we know that either $m+n\geq 0$ or $m+n<0$. Consider these two cases:
If $m+n\geq 0$, then $|m+n|=m+n$, so your inequality is equivalent to $-m+n\geq m+n$, subtracting $n$ from both sides gives $-m\geq m$, which is not true for a positive number.
If $m+n<0$, then $|m+n|=-m-n$, so your inequality simplifies to $-m+n\geq -m-n$. Adding $m$ to both sides gives $n\geq -n$, which is not true since $n$ must be a negative number. (Why must $n$ be negative).
In either case, if you assume the given inequality is true, you reach a contradiction, so the inequality cannot be true.
Hint: Choose $m=n> 0$ and conclude
Assuming $m>0$, the inequality can be rewritten $$ n\ge|m+n|+m $$ which is clearly false if $n<0$.
If $n\ge0$, then $|m+n|=m+n$ and the inequality becomes $$ n\ge 2m+n $$ that is, $0\ge2m$, which is false.