Show that $$S(n,k) = \sum_{m = k-1}^{n-1} {n-1 \choose m} S(m,k-1) $$
-I was having trouble with this proof in class and my professor suggested to look at it as another proof of the following theorem which states:
-For all $n\ge1$ $$B(n) = \sum_{k=0}^{n-1} {n-1 \choose k} B(k) $$ -Unfortunately I still do not understand how to solve this proof, I do see the similarities in structure although I am brand new to Stirling numbers and am unsure of how this would affect the proof. Any help is appreciated.
$S(n,k)$ is the number of partitions of the set $[n]=\{1,\ldots,n\}$ into exactly $k$ non-empty parts. Suppose that $\mathscr{P}$ is such a partition; then there must be a $P\in\mathscr{P}$ that contains the number $n$.
Let $m=|[n]\setminus P|$, the number of elements of $[n]$ that are not in the same part of $\mathscr{P}$ as $n$.
Now combine the pieces to get the desired identity.