Suppose I have something like $\lvert x^2 \rvert < 16$. The properties of absolute value state that $\lvert x^2 \rvert = \lvert x \rvert^2$. While this makes sense, I'm having trouble understanding the rather basic fact that this would imply that $\lvert x \rvert < 4$. Does this follow from simply taking the principal root of both sides, if that's even a valid step? I guess I'm not seeing how we wouldn't end up with something like $\pm \lvert x \rvert < \pm 4$. In other words, what it is that allows us to drop the $\pm$ symbol?
My apologies if this is really basic. (I think the tag I've used here is appropriate for this reason.) I would appreciate any help on this.

Ordering axioms:
$1.1$ Lemma: $x^2 \ge 0$ for all $x$.
Proof: by totality, either $x \le 0$ or $x \ge 0$ (or both).
If $x \le 0$, then $0 \le -x$ by additive compatibility, so $0 \le (-x)(-x)$ by multiplicative compability, i.e. $0 \le x^2$.
If $x \ge 0$, then $0 \le (x)(x) = x^2$ also by multiplicative compability.
$1.2$ Definition: $|x|$ is defined as $x$ when $x \ge 0$ and $-x$ otherwise.
For example, $|3| = 3$ and $|-3| = -(-3) = 3$.
$1.3$ Lemma: $|x^2| = x^2$ for all $x$.
Proof: $x^2 \ge 0$ by $1.1$, so $|x^2| = x^2$ by definition $1.2$.
$1.4$ Lemma: $x \le 0$ and $y \le 0$ imply $0 \le xy$.
Proof: By additive compatibility, $0 \le -x$ and $0 \le -y$, so by multiplicative compatibility we have $0 \le (-x)(-y) = xy$.
$1.5$ Lemma: If $x \le -4$, then $x^2 \ge 16$.
Proof: We have $x+4 \le 0$ by additive compatibility. Also, $-4 \le 4$ so $-4+x \le 4+x$, whence by transitivity we have $-4+x \le 0$, i.e. $x-4 \le 0$.
Then, by $1.4$ we obtain $0 \le (x+4)(x-4)$, i.e. $0 \le x^2-16$, i.e. $x^2 \ge 16$.
$1.6$ Lemma: If $x \ge 4$, then $x^2 \ge 16$.
Proof: $x-4 \ge 0$ by additive compatibility, and then $-4 \le 4$ so $x-4 \le x+4$, so $x+4 \ge x-4 \ge 0$ by transitivity. Then, by multiplicative compatibility we have $(x+4)(x-4) \ge 0$, i.e. $x^2-16 \ge 0$, i.e. $x^2 \ge 16$.
$1.7$ Definition: $a < b$ is defined to be true if and only if $a \le b$ and $a \ne b$.
$1.8$ Lemma (additive compatibility): $a < b$ implies $a+c < b+c$.
Proof: $a<b$ implies $a \le b$ and $a \ne b$, whence $a+c \le b+c$ and $a+c \ne b+c$, whence $a+c < b+c$.
$1.9$ Lemma (multiplicative compatibility): $0 < a$ and $0 < b$ imply $0 < ab$.
Proof: $0<a$ and $0<b$ mean that $0\le a$ and $0\le b$ and $0\ne a$ and $0\ne b$, whence $0 \le ab$ and $0 \ne ab$, whence $0 < ab$.
$1.10$ Lemma: If $-4 < x < 4$, then $x^2 < 16$.
Proof: $-4 < x$ means that $0 < x+4$ by additive compatibility, and $x < 4$ means that $0 < 4-x$ by additive compatibility, whence by multiplicative compatibility we have $0 < (x+4)(4-x) = 16-x^2$, and then by additive compatibility we have $x^2 < 16$.
$1.11$ Lemma: either $x \le y$ or $y < x$, and both cannot simultaneously hold.
Proof: if $x=y$ then $x \le y$ holds, and if $x \ne y$ then either $x \le y$ holds or $y \le x$ holds by totality, but the latter case becomes $y < x$ because $y \ne x$.
If both hold, then we have $x \le y$ and $y \le x$, whence by anti-symmetry we have $x=y$, contradicting the fact that $x \ne y$ as deduced from $y < x$.
$1.12$ Lemma: If $x^2 < 16$, then $-4 < x < 4$.
Proof: Otherwise, if $x \le -4$ or $x \ge 4$, then by $1.5$ and $1.6$ we obtain $x^2 \ge 16$, contradicting $1.11$.
$1.13$ Lemma: for $b > 0$, $|x| < b$ if and only if $-b < x < b$.
Proof: Assume $|x| < b$.
From $1.11$, either $x \ge 0$ or $x < 0$. If $x \ge 0$, then $|x| = x$ by definition of absolute, so $x < b$; $-b < x$ because $-b < -x$ and $-x < x$, which is because $0 < x+x$, which is because $0<x$ and $x<x+x$, which is because $0<x$. If $x < 0$, then $|x| = -x$, so we have $-x < b$, i.e. $-b < x$. We also have $x < b$ because $x < 0$ and $0 < b$.
Assume $-b < x < b$.
From $1.11$, either $x \ge 0$ or $x < 0$. If $x \ge 0$, then $|x| = x$, so $|x| < b$ because $x < b$. If $x < 0$, then $|x| = -x$, so $|x| < b$ because $-x < b$ because $-b < x$.
$1.14$ Theorem: $|x^2| < 16 \iff |x| < 4$.
From $1.10$ and $1.12$ we have $x^2 < 16 \iff -4 < x < 4$.
From $1.3$ we can rewrite it as $|x^2| < 16 \iff -4 < x < 4$ since $|x^2| = x^2$.
From $1.13$ we have $-4 < x < 4 \iff |x| < 4$, so we are done.