Can Inequality with Factorial Be Proven without Induction?

AI Thread Summary
The discussion centers on proving the inequality \(\frac{1^2*3^2*5^2...(2n-1)^2}{2^2*4^2*6^2...(2n)^2}<\frac{1}{2n+1}\) without using induction. Participants explore the relationship between the left-hand side (LHS) and factorials, noting that the LHS can be expressed as \(\frac{(2n-1)!}{(2n)!}\). Some users mention successfully proving the inequality through induction, while others seek alternative methods. There are mentions of typographical errors in the equations presented, which may affect clarity. The conversation highlights the challenge of finding a non-inductive proof for the stated inequality.
cupcakes
Messages
18
Reaction score
0

Homework Statement


\frac{1^2*3^2*5^2...(2n-1)^2}{2^2*4^2*6^2...(2n)^2}&lt;\frac{1}{2n+1}

Edit: Must be proven without using induction.

Homework Equations


The Attempt at a Solution


I understand the LHS is the same thing as

\frac{(2n-1)!}{(2n)!}

And (2n)! = k!2^k & (2n-1)! = \frac{(2k)!}{k!2^k}

I've tried substituting and it doesn't seem to help. Any ideas? Thanks.
 
Last edited:
Physics news on Phys.org
I was able to prove this by induction, try it out!
 
cupcakes said:

Homework Statement


\frac{1^2*3^2*5^2...(2n-1)^2}{2^2*4^2*6^2...(2n)^2}&lt;\frac{1}{2n+1}

Homework Equations


The Attempt at a Solution


I understand the LHS is the same thing as

\frac{(2n-1)!}{(2n)!}

And (2n)! = k!2^k & (2n-1)! = \frac{(2k)!}{k!2^k}

I've tried substituting and it doesn't seem to help. Any ideas? Thanks.
There are some typos there.

\displaystyle (2k)!=k!2^k

\displaystyle (2k-1)!=\frac{(2k-1)!\ (2k)!}{(2k)!}=\frac{(2k)!}{k!2^k}
 
scurty said:
I was able to prove this by induction, try it out!
I forgot to mention that the problem states that it must be proven without using induction. :(

SammyS said:
There are some typos there.

\displaystyle (2k)!=k!2^k

\displaystyle (2k-1)!=\frac{(2k-1)!\ (2k)!}{(2k)!}=\frac{(2k)!}{k!2^k}

Thanks Sammy :smile:
Does anyone have any other idea or hint that does not involve induction?
 
I've solved it. :smile:
 
Back
Top