If we know that there exist a positive integer $n$ in an interval $[a,b]$. Here $a,b$ are real numbers. How we can know the bounds for the factorial $n!$.
How we can know the bounds for the factorial $n!$
266 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail AtThere are 2 best solutions below
On
Similar to what Aurnaud Mortier said , I think the answer is that $\lceil a \rceil !\le n! \le \lfloor b \rfloor ! $ , where $\lceil a \rceil $ is the ceiling function of $a$ and $\lfloor b \rfloor$ is the floor function of b. If $a$ and $b$ are integers, it's obvious why that is. If one of them is a real number, you can only have a factorial of a natural number, and you check the one imediatly above or down.
This is slighty more precise than between $a⋅(a−1)\cdot{...}$ and $b⋅(b−1)\cdot{...}$ , at least if you are looking for factorial for naturals. If you want to "extend" it to the reals, the gama function solution is the right one, this is for n as a positive integer.
*Edit
This is tighter than other solutions because for all $x$:
$\lfloor x \rfloor ! \le Γ(x+1)$
There are two natural things to say:
In fact it seems$^{\color{blue}{\left[\underline{\text{reference needed}}\right]}^{\star}}$ that $\Gamma(x+1)$ is always less than or equal to $x\times (x-1)\times\ldots$, meaning that the tightest couple of bounds would be $$a\cdot(a-1)\cdot\ldots\cdot (a-\lfloor a\rfloor+1)<n!<\Gamma(b+1)$$
$^\star$Edit: Peter Foreman proved the inequality $\Gamma(x+1)\leq \prod_{k=0}^{\lfloor x\rfloor-1}(x-k)$ in the comments below.