Let $a_n$ be a sequence decreasing to $0$, and $\sum {{a_n} = \infty } $.
Show that:$$\sum {\min \left( {{a_n},{1 \over n}} \right)} = \infty $$
If there's $N_0$ such that $\forall n>N_0: \min(a_n, {1\over n}) = {1\over n}$ or $\forall n>N_0: \min(a_n, {1\over n}) = a_n$ then, the problem is trivial.
Otherwise, let us define $b_n = \min(a_n, {1\over n})$ and two subsequences:
$$b_{n_k} = {1 \over n_k},\quad b_{n_l} = a_{n_l}$$
$$\sum {{b_n} = } \sum {{b_{{n_k}}}} + \sum {{b_{{n_l}}}} = \infty + \infty $$
Is that right?