I'm not sure if my logic holds up here. The 4 and 2 are not relevant, I am more interested in the general case. I'll present a very informal version of what I was thinking of doing.
$|x_n - 4| < \epsilon$, rewrite this as
$|(\sqrt{x_n} -2)(\sqrt{x_n} + 2)| < \epsilon$
$|(\sqrt{x_n} -2)||(\sqrt{x_n} + 2)| < \epsilon$
$|(\sqrt{x_n} -2)| < \frac{\epsilon}{|(\sqrt{x_n} + 2)|} < \epsilon$
$|(\sqrt{x_n} -2)| < \epsilon$
Its really that fourth step that I am not sure about.