Question 654882
I don't think so, but the opposite could be true, ie
abs(a-5) >= abs(a) - 5, because the left side is ALWAYS greater than zero, ie always positive. Whereas the right side can be negative, ie when abs(a)<5. It can be shown that they are equal when a>5.