if $0≤a_n≤b_n$ then if $\sum a_n$ diverge so does $\sum b_n$
My approach :
Let $A_n = \sum_{1 \to k} a_k $ and $B_n = \sum_{1 \to k} b_k $
$A_n$ is an increasing sequence, so is $B_n$ We also have $A_n≤B_n$ for all n
Since $A_n$ diverges,$B_n$
I'm stuck here. Any help?