I am studying some inequality properties of absolute values and I bumped into some expressions like $|x-2| < 1$ that I just can't get the meaning of them.
Lets say I have this expression
$$ |x|<1.$$
This means that $x$ must be somewhere less than $1$ or greater than $-1$ which means that
$$-1 < x < 1.$$
So basically $|x|<1$ and $-1 < x < 1$ are the same thing.
$$|x|<1 \iff -1 < x < 1 \iff\text{"Somewhere less that $1$ or greater than $-1$" or between $-1$ and $1$}$$
Now lets say I have
$$ |x-2| < 1.$$
This means that the result of the expression $|x-2|$ must be less than $1$ or greater than $-1$? What does that also mean for $x$? Is it that $x$ must be a value that when we subtract $2$ the result has to stay withing the bound of $-1$ or $1$ or less than zero? If $x =5$ the statement fails because $3 <1$ is false. So it has to determine a boundary of $x$'s that satisfy this equation right?
if $|x| = |-x|$
what can this mean for
$|x-2| = |-x-2|$ or $|x+2|$ or $|-x+2|$ ?
Thank you
The geometric interpretation, in $\Bbb R$, for $|x-a|<b$ is '$x$ is at a distance smaller than $b$ from $a$'.
In your particular example, $|x-2|<1$, it means that $x$ is at a distance of at most $1$ from $2$ and it (the distance) never reaches $1$.
To interpret $|x-2|=|-x-2|$, I find useful to first note that $|-x-2|=|x-(-2)|$ (why?). The equality $|x-2|=|x-(-2)|$ says that $x$ is at equal distance between $2$ and $-2$.
More generally, $|x-a|=|x-b|$ says that $x$ is at the same distance between $a$ and $b$.
To summarize, read $|x-a|$ as the distance between $x$ and $a$.