I know it's probably a stupid question, but I'm confused. I have a set {$x\in\mathbb R, \frac{1}{x} \le 1$} that I want to represent as interval/s.
Thinking about it logically, I know that the set is $x\in]-\infty, 0[$U$[1, +\infty[$.
However, when trying to solve the inequality, I can't seem to get the answer. What am I doing wrong?
I take $\frac{1}x \le 1$, and I split it into 2 cases:
- if $x > 0$, then $x \ge 1$,
- if $x < 0$, then $x \le 1$, which is every element of $\mathbb R$. Where am I going wrong? Thanks.