I am studying Mirror descent and nonlinear projected subgradient methods. At page 171 Theorem 4.1., the author claims that the method converges provided $$ \sum_s t_s= \infty , \,\,\,t_k \rightarrow 0 \,\,\,\,\,\text{as} \,\,\,\ k \rightarrow \infty $$ beacuse the right hand side of the following goes to zero:
$$ \min_{1\leq s \leq k} f(x^s) - \min_{x \in X} f(x) \leq \frac{B_{\psi(x^*,x^1)}+(2\sigma)^{-1}\sum_{s=1}^kt_s^2\|f'(x^k)\|_*^2}{\sum_{k=1}^s t_s} $$
My question is that how we know $\sum_{s=1}^kt_s^2\|f'(x^k)\|_*^2$ is bounded provided aforementioned assumption? Although $t_k \rightarrow 0$ does not guarantee that $\sum_{s=1}^kt_s^2\|f'(x^k)\|_*^2$ is bounded.