Since you are asking this question, I think you only studied the mentioned theorem in the case of finite limits. If this is the case, you will have to do some work.
One way you can proceed is the following:
By the definition of limit with $\epsilon = \frac{a}{2},\; \exists N > 0,\; \forall n>N, \; a_n < \frac{a}{2}$. Here, I want to use that close to infinity, $a_n$ will be smaller than a fixed negative number, and $\frac{a}{2}$ will work since it is between $a$ and $0$. This is because I know that if $k<0$, $k*b_n$ will go to positive infinity "the same way" $b_n$ goes to negative infinity.
Then, you can use the definition on limit. Let $M>0$. By the definition of the limit of $b_n$, $\exists N'>0, \forall n>N, b_n < \frac{2M}{a}$.
Let $N'' = max(N, N')$ and $n>N''$. We have that $a_n<\frac{a}{2}$ and $b_n<\frac{2M}{a}$, so $a_n b_n > M$. This concludes the proof. Here, I had to use the definition of limit with $\frac{2M}{a}$ to compensate for the $\frac{a}{2}$. As I mentioned before, this is the only thing I had to do with $b_n$, because it $b_n$ and $k*b_n$ diverge pretty similarly.