How to show the following? $$i^m-i(i-1)^m+\frac{i(i-1)}{1.2} (i-2)^m-...(-1)^{i-1}.i.1^m=0$$ (if $i>m$)
This seems really complicated.Can't spot any pattern as such :\ .Someone help me out!
P.S: I don't think the question means $i$ is iota here because it says $i>m$
Theorem: For $n\gt m\ge0$, we have $$ \sum_{k=0}^n(-1)^k\binom{n}{k}k^m=0 $$ Proof: Suppose this holds for $n-1$, then $$ \begin{align} \sum_{k=0}^n(-1)^k\binom{n}{k}k^m &=\sum_{k=0}^n(-1)^k\left[\binom{n-1}{k}+\binom{n-1}{k-1}\right]k^m\\ &=\sum_{k=0}^{n-1}(-1)^k\binom{n-1}{k}k^m-\sum_{k=0}^{n-1}(-1)^k\binom{n-1}{k}(k+1)^m\\ &=\sum_{k=0}^{n-1}(-1)^k\binom{n-1}{k}\left[k^m-(k+1)^m\right]\\ &=-\sum_{k=0}^{n-1}(-1)^k\binom{n-1}{k}\left[\sum_{j=0}^{m-1}\binom{m}{j}k^j\right]\\ &=-\sum_{j=0}^{m-1}\binom{m}{j}\color{#C00000}{\sum_{k=0}^{n-1}(-1)^k\binom{n-1}{k}k^j}\\ \end{align} $$ and each term in red is $0$ by the inductive hypothesis since $j\le m-1\lt n-1$. Therefore, the theorem holds for $n$.
All we need to show is that the theorem holds for $n=1$ and $m=0$, which is $1-1=0$.
QED
$$ \begin{align} \sum_{k=0}^i(-1)^k\binom{i}{k}(i-k)^m &=\sum_{k=0}^i(-1)^k\binom{i}{k}\sum_{j=0}^m(-1)^j\binom{m}{j}i^{m-j}k^j\\ &=\sum_{j=0}^m(-1)^j\binom{m}{j}i^{m-j}\color{#C00000}{\sum_{k=0}^i(-1)^k\binom{i}{k}k^j} \end{align} $$ where each term in red is $0$ by the Theorem since $j\le m\lt i$.