Inequality involving two unknowns and factorials

Rosey24
Messages
12
Reaction score
0
I need to prove the following:
n!/r! >= r^(n-r)

With r and n as natural numbers and n>=r
I know the LHS will end up being (n-r) terms long as the first r! will cancel out of n! (n>=r), but as they're both unknown, I just left it as
1*2*3*...*(n-2)*(n-1)*n

1*2*3*...*(r-2)*(r-1)*r

and I looked at the RHS as r^n/r^r, but I'm not sure how to work with these two sides. :rolleyes:

Any tips on different ways to approach this would be greatly appreciated.

Thanks!


Update: Is it enough to do the following, using induction:
Prove that for n=1, it works as 1 >= 1
and then, assuming the inequality holds for n, try n+1:
(n+1)!/r! >= r^[(n+1)-r]
which is just
n!(n+1)/r! >= r^(n-r)*r
and, as n>=r, (n+1)>=r, so, by induction, it's holds for all n.
 
Last edited:
Physics news on Phys.org
That's the way I would do it! For a moment I thought- "He's assuming r= 1 and he can't do that", but you can. Since r is a natural number, less than or equal to n, if n= 1 then r= 1.
 
LHS= (r+1)*(r+2)...*n , there are n-r terms and each term is greater than r . Hence, the LHS is greater than r^(n-r), right?
 
Ahh I like the way this new guy thinks :) Much simpler than induction, original and just plain :) which is good lol.
 
Thanks to everyone who responded!

I appreciate the simplicity of your response, huyen_vyvy. One small note: it's a she who assumed r=1, not a he.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top