This particular inequality has me puzzled: $$ x^2 > 0 $$
Graphically it is simple to solve, as you can see the curve only touches $0$ but stretches off in both negative and positive directions as shown here:
However I cannot express in a calculation how I can come up with $$x > 0 \lor x < 0. $$
For instance if you attempt to solve the inequality by finding the square root on either side, you end up with: $$ x > \pm\sqrt{0} $$ Since zero is neither positive or negative, this doesn't really make much sense to me. Or is there a different way to interpret this?
Thanks

Caution,
$$a^2>b$$ does not imply $$a>\pm\sqrt b.$$
But $$\pm a>\sqrt b$$ is correct. (With a somewhat sloppy notation.)
More rigorously
$$a^2>b\\\iff (a-\sqrt b)(a+\sqrt b)>0\\\iff (a>\sqrt b\land a>-\sqrt b)\lor (a<\sqrt b\land a<-\sqrt b)\\\iff a>\sqrt b\lor a<-\sqrt b.$$