Background: I was solving this inequality: $(1-4x)^{-1}\geq 7$.
I did it as follows: $$ \begin{array}{l} \quad(1-4 x)^{-1} \geq 7 \\ \Rightarrow \frac{1}{1-4 x} \geq 7 \\ \Rightarrow \frac{1}{7} \geq 1-4 x \\ \quad\left[\begin{array}{l} 1-4 x \neq 0 \text { and is positive as if }\\ \frac{a}{b}>0 \text { and } a>0 \Rightarrow b>0.\\ \text {Hence I can multiply} \text{the sides with 1-4x,}\\ \text{without reversing sign. } \end{array}\right] \\ \Rightarrow \frac{-6}{7} \geq-4 x \\ \Rightarrow x \geq\frac{6}{28} \\ \Rightarrow x \geq\frac{3}{14} \\ \therefore \text { Soln set }=\left[\frac{3}{14}, \infty\right) \end{array} $$
But this is not the answer; the answer is: $ \left\{x \mid \frac{3}{14} \leq x<\frac{1}{4}\right\} \text { or }\left[\frac{3}{14}, \frac{1}{4}\right) $
After thinking some time I realised that the other end point can be found if we solve the question as follows: $$ \begin{aligned} & \frac{1}{1-4 x} \geq 7 \\ \Rightarrow & 1-4x>0 \quad[\text { The reason is same }] \\ \Rightarrow & x<\frac{1}{4} \end{aligned} $$
Question: This post has two main questions:
First question: I know that the maximum number of roots an equation, in one variable of any degree, can have, will be same as its degree. So for the inequalties, how could I be sure that I have found all the end point(s)? In some question the solution set is union of other two disjoint sets, So in this cases how could I be sure that I have found all the disjoint sets? For this specific question, how could I be sure that this is finally the solution set? Can't it be that the author(of the book the problem is from) missed considering other inequalities, like me, which could have given us another set(s), so finally the answer would be union of those sets?
So I can sum up the above question in this question: How to know that we have found the correct solution set of an inequality?
Second question: Adding, subtracting and multiply(by non-zero number/polynomial) both side by same number/polynomial always led us to equivalent equation and inequality. In this case I multiplied by $1-4x$, which I know for sure is not zero. So according to the logic I must get an equivalent inequality i.e. the solution set of the new inequality must be same as that of the original inequality, but apparently this is not the case with this question i.e. solution set of $(1-4x)^{-1}\geq 7$ is not same as that of $\frac{1}{1-4x}\geq 7$. Why? I can get the correct answer by solving as others have mentioned in the answer, but, the second question is, why is "my method" not working?