Define a sequence of polynomials in the following way:
$P_m(t)=\frac {1} {m!}\cdot t\cdot (t-1)\cdot...\cdot (t-m+1) $.
(Where $P_0(t)=1$).
I'm trying to prove the following identity:
$\frac d {dt} P_{m+1}(t) = \sum_{k=0}^{m} \frac {(-1)^{m-k}} {m-k+1} \cdot P_k(t)$
Induction on $m$ doesn't seem to work here.
I've observed that if $f(x)=x^t$, then $P_m(t)=\frac {f^{(m)}(1)} {m!} $, but it didn't lead me anywhere.
Any ideas how to prove that?