I have been given the inequality $\frac{1}{x} < x < 1$ and have been told to find the values of $x$ which satisfy this inequality, and I have also been told to find these values using a case-by-case approach. I'd like to know whether my reasoning is valid.
Case 1: $x=0$
In this case we find that the value of $\frac1x$ is undefined, so we know that $x \neq 0$.
Case 2: $0<x<1$
Given the inequality $\frac{1}{x} < x < 1$ and that $x$ lies in the range $0 < x < 1$, we find that $1<x^2$. Therefore, $x>1$ or $x<-1$. However, $x\not>1$ and in this case $x\not<-1$ since we are looking at the case $0<x<1$. Thus we conclude that no values of $x$ in the range $0<x<1$ satisfy the original inequality.
Case 3: $x<0$
From the original equality and the fact that we know that $x<1$ we find:
$$\frac1x < x$$
$$\implies 1 > x^2$$ (since $x<0$) $$\implies -1<x<1$$ but we know that $x$ cannot lie in the range $0<x<1$ so we have that $-1<x$ and that $x<0$ and combining these inequalities we have that $-1<x<0$.
This argument seems to be supported by looking at the graph, but I am unsure whether all the steps I have made are valid and whether this is what is meant by a 'case analysis'.
${}{}{}{}{}{}{}$
– Andres Mejia Jul 12 '18 at 16:01