Suppose that $1< b< 2$ is a fixed constant and $$a_n = \prod_{k=2}^{n} \left(1-\frac{b}{k} \right) \space \space \forall n\ge 2$$ Show that there are constants $0< m< M$ such that $m< n^ba_n< M$ for all $n\ge 2$
My first attempt is ...$$\left ( 1-\frac{b}{2} \right ) \left ( 1-\frac{b}{2} \right ) \left ( 1-\frac{b}{2} \right ) \dots \left ( 1-\frac{b}{2} \right ) < a_n < \left ( 1-\frac{1}{2} \right ) \left ( 1-\frac{1}{3} \right ) \left ( 1-\frac{1}{4} \right ) \dots \left ( 1-\frac{1}{n} \right ) $$ then...$$ \left ( 1-\frac{b}{2} \right ) ^{n-1}< a_n< \frac{1}{n} $$ so...$$ n^b\left ( 1-\frac{b}{2} \right ) ^{n-1}< n^ba_n< n^{b-1}$$ but it is clearly not bounded by two "constants" m and M
My second thought is that$$\prod_{k=1}^{\infty } \left ( 1+\alpha_k \right ) $$ converges if... $$\space \alpha_k > -1 ,\qquad \sum_{k=1}^{\infty } \left | \alpha_k \right | \space\text{ converges }$$ but I'm not sure if this can help here or not
Is there any suggestion please?
For one direction, you can use the world's most useful inequality: $1+x\leq e^{x}$. Specifically:
$$\prod_{k=2}^n (1-\frac{b}{k}) \leq e^{-b\sum_{k=2}^n \frac{1}{k}} $$
Recall $\sum_{k=2}^n \frac{1}{k} \geq \log(n)-1 $ and so
$$\prod_{k=2}^n (1-\frac{b}{k}) \leq e^{-b(\log(n)-1)} = e^{b} \frac{1}{n^b}$$
For the other direction, we have $1-x\geq e^{-x/(1-x)}$
$$\prod_{k=2}^n (1-\frac{b}{k}) \geq e^{-\sum_{k=2}^n \frac{b/k}{1-b/k}} = e^{-b \sum_{k=2}^n \frac{1}{k-b}} \geq e^{-b \left( \frac{1}{2-b}+\sum_{k=3}^{n+2} \frac{1}{k-2} \right)} \geq e^{-b(\frac{1}{2-b}+\log(n)+1)} = e^{-\frac{b(3-b)}{2-b}} \frac{1}{n^b}$$
So $ e^{-\frac{b(3-b)}{2-b}} \leq n^b \prod_{k=2}^n (1-\frac{b}{k}) \leq e^b$