I would like to find the contrapositive of: If $a_n > 0$ and $\sum a_n$ converges, then $\sum 1/a_n$ diverges.
My first idea is to rewrite it symbolically: Let $a_n$ be a sequence of real numbers. $\forall i \in \mathbb{N}, a_i > 0 ~ \land \sum a_n$ converges $\implies \sum \frac{1}{a_i}$ diverges.
Then we take the contrapositive: $\exists i \in \mathbb{N}, \sum \frac{1}{a_i}$ converges $\implies a_i \le 0 ~ \lor \sum a_n$ diverges.
However, I think this may be incorrect. A more reasonable contrapositive could be:
$\exists i \in \mathbb{N}, a_i \le 0, \sum \frac{1}{a_i}$ converges $\implies \sum a_n$ diverges.
However, I do not know which is right, or more importantly, why a particular one is right (maybe neither are?)