Given
$$\frac1x + \frac1{1-x} > 0 \tag{1}$$
we can do
$$\frac{(1-x) + x}{x(1-x)} = \frac1{x(1-x)} > 0 \tag{2}$$
So, $x(1-x) > 0$ and we arrive at $x>0$ and $x<1$.
However, if we take another path from $(1)$, we arrive at $0<1$. Here are the steps:
$$\begin{align} \frac1x &> -\frac{1}{1-x} \tag{3} \\[4pt] -x &< 1-x \tag{4} \\[4pt] 0 &< 1 \tag{5} \end{align}$$
This result, $0<1$ seems to imply that $-x$ is always smaller than $1-x$, which is true; but is that what it always means, and given where we started from, is this derivation even correct?
Is there a step that is incorrect here? Why does the first approach differ from the second approach?