Ok, so I want to show that
$$\lim_{n\to\infty}\frac{1\cdot 3\cdot 5\cdots (2n-1)}{(2n)^n} = 0.$$
Here is what I have tried so far:
\begin{align} \notag \lim_{n\to\infty}\frac{1\cdot 3\cdot 5\cdot \cdots \cdot (2n-1)}{(2n)^n} &= \lim_{n\to\infty}\frac{\prod_{j=1}^{n}(2j-1)}{(2n)^n}\\ \notag &= \lim_{n\to\infty}\frac{\prod_{j=1}^{n}(2j-1)}{(2n)^n}\cdot\frac{\prod_{j=1}^{n}(2j)}{\prod_{j=1}^{n}(2j)}\\ \notag &= \lim_{n\to\infty}\frac{\prod_{j=1}^{2n}j}{(2n)^n\prod_{j=1}^{n}(2j)}\\ \notag &= \lim_{n\to\infty}\frac{(2n)!}{(2n)^n\prod_{j=1}^{n}(2j)}\\ \notag &= \lim_{n\to\infty}\frac{(2n)!}{(2n)^n\cdot 2^n\cdot n!}\\ \notag &= \lim_{n\to\infty}\frac{(n+1)\cdot\cdots\cdot (2n)}{(4n)^{n}} \end{align}
From here you can tell that it vanishes, but is this enough to show that the limit is 0? Is there any way to break it down further? Additionally, are there any handy product identities to know? Basically anything analogous to identities like the following:
$$\sum_{i=1}^n = \frac{n(n+1)}{2}$$
Thanks
HINT:
$$\frac{1\cdot 3\cdot 5\cdots (2n-1)}{(2n)^n}=\prod_{1\le r\le n}\frac{2r-1}{2n}<\frac1{2n} $$
as each term $\le1$ and $2n>2r-1$ for finite $r$