Define the k-th difference of a sequence $\{a_n\}$ inductively as follows:
- The $1$-th difference is the sequence $\{b_n\}$ given by $b_n=a_{n+1}-a_n$
- The "$k+1$"-th difference is the sequence $\{b_n\}$ given by $b_n=c_{n+1}-c_n$, where $\{c_n\}$ is the $k$-th difference of the sequence $\{a_n\}$.
Prove that, given the sequence $\{a_n\}$ such that $a_n=n^k$, for a fixed $k \in \mathbb{N}$, the $k$-th difference of this $\{a_n\}$ is a constant sequence and equal to $k!$