Let $a >b$ be positive numbers. Find the minimum value of $$\dfrac{a!+1}{b!+1}$$
My try to solve the question:
I take $b=a-1$ to solve question so $$\dfrac{a!+1}{(a-1)!+1}=\dfrac{a}{(a-1)!+1}+\dfrac{1}{(a-1)!+1}$$ That's all. How can I get a solution? Any hint? Thank you.
HINT let's recall $f(n) = \dfrac{(n+1)! + 1}{n! + 1}$.
Note that $f(n + 1) > f(n)$ for any $n$. Also note that $\dfrac{(n+k + 1)! + 1}{n! + 1} \ge f(n)$ for any $k \ge 0$.