As in the title,
I cannot prove why $n^{\underline k} \le n^k$
$n^{\underline k}$ is denoted as falling factorial. That is $n^{\underline k} = n \times (n-1) \times \cdots \times (n-k+1)$
Can anyone help me out this, please?
As in the title,
I cannot prove why $n^{\underline k} \le n^k$
$n^{\underline k}$ is denoted as falling factorial. That is $n^{\underline k} = n \times (n-1) \times \cdots \times (n-k+1)$
Can anyone help me out this, please?
On
If there are $n$ objects and we are to pick $k$ objects to assign to a list of length $k$,
And ways to pick with replacement include every way to pick without replacement, so
$$n^{\underline k} \le n^k$$
There are $k$ terms in the product $n \times (n-1) \times \dots \times (n - k +1)$. Each one of them is positive and inferior to $n$. So the product is inferior to $n^k$.
One way of seeing there are $k$ terms is remarking that $n - (n-k+1) + 1 = k$.