What would be the right way to solve this by induction proof?
$$\frac{1}{2n}\leq\frac{1\text{·}3\cdot5\text{·}\ldots\text{·}(2n-1)}{2+4+6+\ldots+2n}$$
This is what I've done (reference https://www.slader.com/discussion/question/prove-that-12n-1-3-5-2n-12-4-2n-whenever-n-is-a-positive-integer/#):
- Show that $S\left(n+1\right)$ by induction proof. This is $$\frac{1}{2(n+1)}\leq\frac{1\text{·}3\text{·}5\text{·}\ldots\text{·}(2n+1)}{2+4+6+\ldots+2(n+2)}$$
Multiplying both sides of the equation $\frac{2n\text{·}(2(n+1)-1)}{2n\text{·}(2(n+1)-1)}=\frac{2n\text{·}(2n+1)}{2n\text{·}(2n+1)}$
$$\frac{1}{2n}\leq\frac{1\text{·}3\text{·}5\text{·}\ldots\text{·}(2n-1)}{2+4+6+\ldots+2n}\times\frac{2n\text{·}(2(n+1)-1}{2n\text{·}(2(n+1)-1}$$
$$\frac{1}{2n}\times\frac{2n\text{·}(2n+1)}{2n\text{·}(2n+1)}$$ Rewriting we have the following \begin{array}{c} \frac{2n+1}{2n(2n+1)}\\ \frac{1}{2n+1}+\frac{1}{2n(2n+1)} \end{array}
$$\frac{1}{2n}\leq\frac{1}{2n+1}+\frac{1}{2n(2n+1)}$$