I came across the following textbook problem: Prove that
$S(m, n-2) \leq \binom{n}{3}S(m,n)$ for $n \geq 3, m \geq 2n - 3$.
I tried to prove the inequality by induction on $n$ using the fact that, by definition, the Stirling number $S(m, j)$ is given by
$S(m, j) = \frac{1}{j!} \sum_{i=0}^{j-1} (-1)^j \binom{j}{i} (j - i)^m$
Nonetheless, I am unable to complete the inductive step. Is there any other way to prove this inequality? I would appreciate any help on this!
Let $P$ be a partition of $[m]$ into $n-2$ parts. If $$m\ge 2n-3=2(n-2)+1\,,$$ there must be a part with at least $3$ members. Among all such parts let $p$ be the one with the smallest minimum element. Let $j,k$, and $\ell$ be the three smallest elements of $p$, and replace $p$ by $p\setminus\{j,k\}$, $\{j\}$, and $\{k\}$ to get a partition $p'$ of $[m]$ and a $3$-element subset $\big\{p\setminus\{j,k\},\{j\},\{k\}\big\}$ of $[n]$. The map
$$p\mapsto\left\langle\big\{p\setminus\{j,k\},\{j\},\{k\}\big\},p'\right\rangle$$
is an injection from the set $\mathscr{P}$ of partitions of $[m]$ into $n-2$ parts to the set $[n]^3\times\mathscr{P}'$, where $[n]^3$ is the set of $3$-element subset of $[n]$, and $\mathscr{P}'$ is the set of partitions of $[m]$ into $n$ parts. Thus,
$${m\brace{n-2}}=|\mathscr{P}|\le\left|[n]^3\times\mathscr{P}'\right|=\binom{n}3{m\brace n}\,.$$