I am trying to find a proof of the following inequality $$\left(\sum\limits_{k=0}^{2n-1}\frac{x^k}{k!}\right)\left(\sum\limits_{k=0}^{2n-1}\frac{(-x)^k}{k!}\right)\leq1$$ for all $x\in\mathbb R$ and for all $n\in\mathbb Z_+$.
Does anyone know a proof for this without using derivative: for example by induction?....
This can be proved purely combinatorially using nothing more than the binomial theorem. In fact, I claim that the polynomial $P_n(x)=\left(\sum\limits_{k=0}^{2n-1} \frac{x^k}{k!}\right)\left(\sum\limits_{\ell=0}^{2n-1}(-1)^\ell \frac{x^\ell}{\ell!}\right)-1$ is even, has no constant term, and has no positive coefficients, which is sufficient to show that it is never positive.
The proof of this fact mostly recapitulates the formal-power-series proof that $e^xe^{-x}=1$. The catch is that some of the limits on our sums are different, in a way that makes it messier.
To start with, we'll multiply the two sums together, let $m=k+\ell$, and rewrite the whole sum in terms of $m$ and $\ell$. We have to be careful about the limits of the sum when we do this; the square in $k$ and $\ell$ turns into a diamond in $m$ and $\ell$, meaning the sum breaks up into two pieces. We have \begin{align} P_n(x)&=\left(\sum\limits_{k=0}^{2n-1} \frac{x^k}{k!}\right)\left(\sum\limits_{\ell=0}^{2n-1}(-1)^\ell \frac{x^\ell}{\ell!}\right)-1\\ &=\sum_{k=0}^{2n-1}\sum_{\ell=0}^{2n-1} (-1)^\ell\frac{x^k}{k!}\frac{x^\ell}{\ell!}-1\\ &=\sum_{m=0}^{2n-1} \sum_{\ell=0}^m (-1)^\ell \frac{x^m}{\ell!(m-\ell)!}-1+\sum_{m=2n}^{4n-2}\sum_{\ell=m-2n+1}^{2n-1} (-1)^\ell\frac{x^m}{\ell!(m-\ell)!}\\ &=\underbrace{\sum_{m=0}^{2n-1}\frac{x^m}{m!} \sum_{\ell=0}^m (-1)^\ell \binom{m}{\ell}-1}_{(*)}+\underbrace{\sum_{m=2n}^{4n-2}\frac{x^m}{m!}\sum_{\ell=m-2n+1}^{2n-1}(-1)^\ell \binom{m}{\ell}}_{(**)} \end{align}
We'll consider the two braced pieces of this sum separately.
First, I claim that the sum $(*)$ is identically zero. To see this, note that the coefficient $\sum_{\ell=0}^m (-1)^\ell \binom{m}{\ell}$ of $\frac{x^m}{m!}$ is the binomial expansion of $(1-1)^m$, and so it vanishes except when $m=0$. But when $m=0$, the coefficient of $x^m$ is equal to $1$, so it cancels with the subtracted-off $1$, leaving the entire expression identically zero as desired.
Now, we'll examine $(**)$. Our goal is to show that the coefficient $\sum\limits_{\ell=m-2n+1}^{2n-1}(-1)^\ell \binom{m}{\ell}$ of $\frac{x^m}{m!}$ is zero whenever $m$ is odd, and negative whenever $m$ is even; this will complete the proof. Note that this coefficient represents the middle terms of the binomial expansion of $(1-1)^m$; since the entire expansion sums to zero, we can write it in terms of the outer terms, which are friendlier: $$ \sum_{\ell=m-2n+1}^{2n-1}(-1)^\ell \binom{m}{\ell}=-\sum_{\ell=0}^{m-2n} (-1)^\ell \binom{m}{\ell}-\sum_{\ell=2n}^m (-1)^\ell \binom{m}{\ell} $$ Now, we use the identity $\binom{m}{\ell}=\binom{m}{m-\ell}$ to combine these two sums. When $m$ is odd, the factor of $(-1)^\ell$ means they combine with opposite sign and therefore vanish.
When $m$ is even, they combine with the same sign, yielding $$ -2\sum_{\ell=0}^{m-2n} (-1)^\ell \binom{m}{\ell} $$ So we need only show that the sum $\sum_{\ell=0}^{m-2n} (-1)^\ell \binom{m}{\ell}$ is positive when $m$ is even and $2n \leq m \leq 4n-2$. But with these bounds on $m$, $m-2n < \frac{m}{2}$, meaning the terms of the sum increase in absolute value as $\ell$ increases. Since $m$ is even, the last term in the sum will be positive, meaning that we can pair each negative term in the sum off with a larger positive term. Thus the entire sum is positive, and we are done.