Do there exist sequences $\{a_n\}$ and $\{b_n\}$ satisfying all of the following properties?
- $a_n>0$ and $b_n>0$
- $\{a_n\}$ and $\{b_n\}$ are both decreasing
- $\sum a_n$ and $\sum b_n$ both diverge
- $\sum\min\{a_n,b_n\}$ converges
Do there exist sequences $\{a_n\}$ and $\{b_n\}$ satisfying all of the following properties?
Edit: Oops. Looking at the comments I see this is exactly what Michael has been suggesting. Sorry - these things happen.
Yes.
Say $1=N_1<N_2<\dots$. Define $a_n$ and $b_n$ like so: Assume $N_j\le n<N_{j+1}$.
If $j$ is odd set $a_n=1/n^2$, $b_n=1/N_j^2$.
If $j$ is even set $a_n=1/N_j^2$, $b_n=1/n^2$.
Then $\min(a_n,b_n)=1/n^2$. A little head-scratching shows that both sequences are decreasing. And it's clear that if we take each $N_{j+1}-N_j$ large enough then both $\sum a_n$ and $\sum b_n$ diverge (for example if $N_{j+1}-N_j>N_j^2$).
(I'm assuming that decreasing means non-increasing. You could easily jiggle the above a little to get strictly decreasing sequences.)