I wish to state the contrapositive of:
If $a$ is a real number such that $|a| < r$ for every positive real number $r$, then $a=0.$
First, I want to state the original statement symbolically.
$\exists a \in \mathbb{R} (\forall r \in \mathbb{R}^+ (|a| < r \implies a = 0))$
Afterwards, we then can take the contrapositive:
$\forall a \in \mathbb{R}(\exists r \in \mathbb{R}^+ (a \neq 0 \implies |a| \ge r))$
The thing I am most concerned about are the quantifiers of $a$. Please let me know what you think of my attempt.