I am studying from some slides where there's written that $B=\{\frac{1}{n} \mid n \in \mathbb{Z^{+}}\} = \{1,1/2,1/3,1/4, \mid\}$ does not have a smallest element but it does have a g.l.b (infimum)
I understand it has a greatest lower bound, which should be $0$, but I cannot understand why it does not have a smallest element, which in my opinion is incorrect, since $\frac{1}{1}$ or $1$ should be the smallest element.
Let $x \in B$ and suppose by contradiction that $x$ is the smallest element of $B$. Since $x \in B$, there exists $n \in \Bbb Z^+$ such that $x = \frac{1}{n}$. But then $y = \frac{1}{n+1}$ is such that $y <x$ and $y \in B $, a contradiction to the fact that $x$ is the smallest element of $B$.