Let $b_n>0$ with the following property: $\lim_{n \to \infty}b_n=b>0$.
Show that $\lim_{n \to \infty}(b_1b_2...b_n)^{\frac{1}{n}}=b$.
I have an idea and at one moment of the proof i'm stuck. I would like to know if my idea holds and how to finish it (if it works), please.
As $(b_n)$ converges to $b$, we have by definition of convergent sequence that:
$\forall \varepsilon>0 \ \exists N>0 \ \forall n\ge N$: $|b_n-b|<\varepsilon \iff |b_n|<\varepsilon+b$.
We want to show that: $\forall \varepsilon>0 \ \exists N'>0 \ \forall n\ge N'$: $|(b_1b_2...b_n)^{\frac{1}{n}}-b|<\varepsilon \iff |b_1b_2...b_n|<(\varepsilon+b)^{n}$.
But,
$|b_1b_2...b_n|=|b_1b_2...b_N...b_n|=|b_1b_2...b_{N-1}|\cdot|b_N...b_n|<|b_1b_2...b_{N-1}|\cdot (\varepsilon+b)^{n-N+1}$
After this step i'm really stuck and don't know how to continue if it is possible. I tried as well to bound $|b_1b_2...b_{N-1}|$ by $M^{N-1}$ with $M=\max\{x_k:1\le k\le N-1\}$ but as it doesn't tend to $0$ i can't to anything using it...
P.S I know that there are some posts on this problem, but i would like to know if my approach works and if not to understand why (or have corrections). Thanks in advance for help!