It came accros my mind when doing an exercise in calculus. Consider the following inequalities:
$1\leq 2\leq 5$
$1\leq 3\leq 5$
Adding the equaions up is totally fine. But subtracting them, we get:
$0\leq 2-3\leq 0$ ??
I fail to understand what is wrong with this step. If someone could formally explain it, it would be greatly appreciated.
When dealing with inequalities, addition of inequalities that are both true is a valid operation that preserves the truth of the individual inequalities. However, subtraction requires a bit more caution, especially in how it affects the direction and integrity of the inequalities. Let's clarify the situation with your example.
You start with two true inequalities:
$1 \leq 2 \leq 5$
$1 \leq 3 \leq 5$
Adding them is straightforward, and the result would indeed preserve the truth of the inequalities since addition is a direct operation that doesn't invert the direction of the inequalities.
However, when you "subtract" the inequalities, what you're effectively trying to do is not directly supported by the rules of inequalities. Let's break it down:- From $1 \leq 2$ and $1 \leq 3$, if you subtract the second inequality from the first, you're not actually performing a direct operation on the inequalities themselves. Instead, you might be thinking of subtracting the terms within each inequality, which isn't a valid operation in the context of manipulating inequalities directly.
The resulting expression you derived, $0 \leq 2 - 3 \leq 0$, which simplifies to $0 \leq -1 \leq 0$, is not true because $-1$ is not greater than or equal to $0$.
The confusion arises from attempting an operation (subtraction) that doesn't directly apply to inequalities the way addition or multiplication by a positive number does. The correct approach when dealing with inequalities and considering operations like subtraction is to work within the constraints of each inequality separately and avoid assuming that operations that apply to equations (like subtraction) will operate the same way on inequalities.