I am working on epsilon delta limit proofs and am having trouble understanding inequalities with absolute value.
here are a few examples:
if $7 < x + 4 < 9$ than $|x + 4| < 9$
I do not fully understand how they infer this. What if x is $0$? Then $|0 + 4| < 9$ but $0 < 7$, and therefore not $7 < 0 + 4 < 9$.
2 other examples I have come up with but and am having trouble thinking about are:
say we have $ x + 4 > 9$. What can we say about $|x + 4|$ ?
say we have $-4 < x + 2 < -2$, what can we say about $|x + 2|$?
The first question is simply a propositional logic issue. You have a statement: $[7<x+4<9] \to [|x+4|<9]$, where I've put each of the mathematical expressions in brackets for clarity. Now remember that a proposition $A\to B$ is true whenever $A$ is false, regardless of whether $B$ is true or not. In your test case, $x=0$, we get $[7<0+4<9] \to [|0+4|<9]$, which we can simplify to $False \to True$. Since the expression on the left side of the arrow is false, it doesn't matter what the right side is, the whole expression will be true. I could have written $[7<0+4<9] \to \text{I am an alien from Mars}$ and the statement would still be true.
As for all of your other examples, in all of the cases you have chosen, the range where the expression is true is either always positive or always negative.