Preface: please talk to me like a human being and not in esoteric mathematical language you assume I understand :) My highest level of math was calculus 3 / linear algebra.
Okay, my question is very simple: I am trying to prove Chebyshev's inequality by following along in the wiki article. And I understood most of it, except the following step:
Basically, I want to understand why the inequality sign flipped in one case but didn't in the other.

Using the identity $\,a^2-b^2=(a-b)(a+b)\,$ you get that: $$(x-\mu)^2-k^2 \sigma^2 = (x-\mu - k\sigma)(x-\mu + k\sigma) \tag{1}$$
The context assumes that $\,k, \sigma \ge 0\,$. Then:
1st case $\,x \lt \mu - k \sigma \iff x - \mu + k \sigma \lt 0$ implies that $x -\mu-k\sigma \le x - \mu + k \sigma \lt 0\,$, therefore the RHS of $\,(1)\,$ is a product of two negative numbers, so the LHS is positive $\,(x-\mu)^2-k^2 \sigma^2 \gt 0 \iff (x-\mu)^2 \gt k^2 \sigma^2\,$;
2nd case $\,x \gt \mu + k \sigma \iff x - \mu - k \sigma \gt 0$ implies that $x -\mu + k\sigma \ge x - \mu - k \sigma \gt 0\,$, therefore the RHS of $\,(1)\,$ is a product of two positive numbers, so the LHS is again positive.