How to combinatorially prove $$L\left(n,k\right)=\sum_{j=0}^{n}{ n\brack j}{j\brace k}$$
Where $L\left(n,k\right),{ n\brack j},{j\brace k}$ denote Lah numbers, Stirling numbers of the first kind, Stirling numbers of the second kind respectively.
One may use the following explicit formula to derive the relation:
$${j\brace k}=\frac{1}{k!}\sum_{i=0}^{k}\binom{k}{i}\left(-1\right)^{i}\left(k-i\right)^{j}$$
However, I don't know how to prove such a relation using combinatorics.
Hint: Take a partition $\pi=\{B_1,\cdots ,B_k\}$ counted by the Lah number, meaning each block $B_i$ has its own ordering. Let $B_k=x_{k,1}\cdots x_{x,b_k}$ where $b_k=|B_k|$ and consider the following algorithm:
You go from left to right recording the minimal element that you see. So, for example if $B_k=2,5,3,1$ then the minimal elements recorded are $2,3,1$ from left to right. Decompose $B_k$ by taking cycles exactly on those elements, so send $B_k\mapsto (2,5)(3)(1).$ Do this for all the blocks and you will get a collection of $j$ cycles. Notice that these cycles can be represented by the minimal element of each cycle and notice that in the structure of $\pi$ each cycle belongs to a block, this induces a partition counted by ${j\brace k}$ and if we put all cycles together these induces a permutation with $j$ cycles, counted by ${n\brack j}$.
For example:
Let $\pi = 2,5,8,1,3\, |\, 4\,|\, 7,6$ then we will get $(258)(13)|(4)|(7)(6)$ by doing the algorithm and so we have a partition induced by the minimal elements of each cycle as $\{\{2,1\},\{4\},\{7,6\}\}$ and a permutation, meaning $(258)(13)(4)(7)(6).$ Notice that we can recover the ordered partition from these decomposition.