There is a question in my textbook that goes as follows:
Let $A \subset \mathbb{R}$ be a non empty-set that is bounded from below. Show that $-A$ = {$-x | x \in A $} is a non-empty set and bounded from above.
This is my short proof. (In my textbook they worked with the infimum and supremum, which I didn't do since I thought it was unnecessary. I think my approach is actually better, because it's up to another question from the textbook to ask me to prove that $\sup(-A) = - \inf (A)$.)
It is obvious that $-A$ is not empty if $A$ is not empty. Because of the fact that $A$ is bounded below, there exists an $x \in \mathbb{R}$ such that: $a \geq x, \forall a \in A$. If we multiply this expression with $-1$, we get $-x \geq -a$, so we see that $-x$ is then an upper bound for $-A$. So $-A$ is bounded from above. $\blacksquare$