Consider the set $\;A=\left\{\dfrac{5}{x-3}:x>3\right\}$.
I want to find the infimum $a$ of $A$ or prove that it doesn't exist. I have found that $0$ is a lower bound of this function by doing this :
$x > 3$
$x - 3 > 0$
$\dfrac1{x-3}>0$
$\dfrac5{x-3}>0$
Thus, I have rigorously found that $0$ is a lower bound of $A$, but I still haven't proven that it is the greatest lower bound. I tried to do it by contradiction ( assume that there exists a real number $b$ such that $\;0<b<\dfrac5{x-3}\;)$ . However I have no idea what to do after. Can someone please explain how to prove that $0$ is the infimum of $A$.
$\inf A =0$ means that for any $b > 0$, $b$ is not an upper bound. So we can do two things:
direct: Show that for any $b > 0$ we can always find an $x > 3$ so that $0 < \frac 5{x-3} < b$.
contradiction: Assume there is a $b >0$ that is a lower bound. That means that $b \le \frac 5{x-3}$ for all $x > 3$. Assume that and get a contradiction.
I recommend 1, but you chose 2) so lets do it.
Assume that for all $x> 3$ we have $0 < b \le \frac 5{x-3}$ thus
$b(x-3) \le 5$
$x-3 \le \frac 5b$
$x \le \frac 5b +3$....... for ALL $x > 3$. Thus, $\frac 5b +3$ is an upper bound for all $x > 3$. But the reals aren't bound above! Just take any $x$ so that $x > \frac 5b +3$.
That's your contradiction.
....
By the way. To do it by 1)
We need to find an $x>3$ so that $\frac 5{x-3} < b$. That would be the case if and only if $x-3 > \frac 5b$ or iff $x> \frac 5b + 3$. And as $\frac 5b >0$ if $x > \frac 5b +3$ then $x > 3$ and we can always find an $x > \frac 5b+3$.
SO if $x > \frac 5b +3$ then $0 < \frac 5{x-3} < b$ and $b$ can not be a lower bound.