As part of solving a problem, I am trying to prove the following identity: $$\lim_{x \to \infty }\dfrac{\sum_{n=1}^{\infty}\dfrac{x^n}{n!}\sqrt{x}}{\sum_{n=1}^{\infty}\dfrac{x^n}{n!}\sqrt{n}} = 1$$
Intuitively, I can understand why this is true. But I don't know how to make a rigorous argument to prove it.
For small $n \ll x$, $\frac{x^n}{n!}$ does not contribute to the sums as the terms with a higher power in $x$ dominate. As well, for $n \gg x$, the denominator $n!$ dominates and the fractions become far too small.
So the main contributors to the sum are the ones with $n$ at $n\approx \text{ceil}\left[x\right]$ or $n \approx \text{floor}\left[x\right]$, at which $\dfrac{x^n}{n!}$ is maximized.
Say the width of this region is $\Delta W$. My guess at making this argument concrete, is that we have to prove that the contribution to the sum outside this interval $[x-\Delta W/2, x+\Delta W/2]$ is bounded above by an arbitrary $\epsilon/2$, and inside the interval $\sqrt{x/n}$ differs from $1$ at most by $\epsilon/\Delta W$.