If $c$ is a positive number, $|a|<c \Leftrightarrow -c<a<c$ and $|a|>c \Leftrightarrow a<-c$ or $a>c$.
I am not sure I understand the statement. Can you explain to me why is it true?
If $c$ is a positive number, $|a|<c \Leftrightarrow -c<a<c$ and $|a|>c \Leftrightarrow a<-c$ or $a>c$.
I am not sure I understand the statement. Can you explain to me why is it true?
Hint: The modulus of a real number $x$ is defined as $$\lvert x \rvert = \begin{cases} x, &\text{if } x\geq 0,\\ -x, &\text{if } x<0. \end{cases}$$ Now, you can show $\Longrightarrow$ and $\Longleftarrow$ by using a case differentiation.