I have the following factorial function
$(m-k-1)!(k-1)!$ for $m \in \mathbb{N}$, $m \geq 2$ and $k \in \{1,\cdots,m-1\}$.
I'm trying to find the value of $k$ for which the above expression attains minimum, or perhaps if there exists a function $f(m)$ such that
$f(m)! \leq (m-k-1)!(k-1)!$ for all $k \in \{1,\cdots,m-1\}$?
Plugging in certain values, it seems that the minimum is achieved for $k \approx m/2$, assuming $m$ is even. However, I have no idea about how to get the analytic expression.
Any help would be much appreciated. Thanks.
You are looking for the lowest $k$ s.t. $(m-k-2)!k! \ge (m-k-1)!(k-1)!$
So we look for $k \ge m-k-1 \implies 2k \ge m-1$
Solving for the minimum $k_{min} =$ largest integer greater than or equal to $\dfrac{m-1}{2}$.
For odd $m$, this is $\dfrac{m-1}{2}$ and for even $m$, this is $\dfrac{m}{2}$