My textbook only touched on negation of statements with multiple quantifiers, and I would like to know:
For a statement like
$\forall M>0, \exists \delta > 0$ such that if $0 < |x-a| < \delta$ then $|f(x)| > M,$
is its contrapositive
$\forall M>0, \exists \delta > 0$ such that if ~$(|f(x)| > M)$ then ~$(0 < |x-a| < \delta)\quad?$
Do the converse and inverse similarly just affect the if-else?