1

I am trying to find the supremum and infimum of the set $A = \{1/x +(-1)^x|x \in \mathbb{N} \}$.

Obviously, the supremum is $3/2$, however, I am not sure about the infimum. In the limit as $x \rightarrow \infty$, $1/n \rightarrow 0$ and since $(-1)^x$ is always either $-1$ or $1$, I would think the infimum should be $-1$, but I may be confusing the definition of a lower bound and an infimum.

smejak
  • 85

1 Answers1

1

You are correct, the infimum is indeed $-1$. $-1$ is also a lower bound of $A$.

You can prove that $-1=\inf(A)$ by proving two things:

  1. That $-1$ is a lower bound for $A$ (this one should be easy)
  2. That $-1$ is the largest lower bound for $A$, in other words, that for all $\epsilon > 0$, the value $-1+\epsilon$ is not a lower bound for $A$.
5xum
  • 123,496
  • 6
  • 128
  • 204