0

Let $\mathcal{S}$ be a non-empty bounded set of real numbers, and define for a real number $a$ the set $aS=\left\{ax|\ \ x \in\mathcal{S}\right\}$. Prove that $\sup(aS)=a \inf S$ and $\inf(aS)=a \sup S$ if $a<0$.

user93612
  • 35
  • 3

1 Answers1

0

Hint. Write $\mathrm{ub}(X)$ for the upper bounds of $X$ and $\mathrm{lb}(X)$ for the lower bounds. Then we define

$$\sup(X) = \min \mathrm{ub}(X),\quad \inf(X) = \max \mathrm{lb}(X).$$

Thus it is sufficient to show that for $a < 0$ we have:

  1. $\mathrm{ub}(aX)=a\,\mathrm{lb}(X)$.
  2. $\mathrm{min}(aX)=a\,\mathrm{max}(X)$.

Prove each of these separately, and you'll have your result.

goblin GONE
  • 67,744