$n! = \binom{n}0 D_n + \binom{n}1 D_{n-1} + \binom{n}2 D_{n-2} + ….. +\binom{n}n D_0 $
$(D_0 = 1)$
Attempt:
The number of permutations of n distinct objects is n factorial.
$\binom{n}0 D_n $ means all the objects aren't in their natural place.
$\binom{n}1 D_{n-1} $ means we fix one object ( choose 1 from n ) then the rest deranged
. . .
$\binom{n}n D_0 $ means all the objects are in place
Since you ask how to write it up as a complete proof, here is one way to do so; it is indeed a combinatorial argument.