I'm trying to prove the Corollary$1$ in a good answer about the Generalized Inclusion-Exclusion Principle, which I'm studying these days: https://math.stackexchange.com/a/362516/390226, for easy reading I use some of the definitions there. (Apologies for not mention this when I posted!)
Let $\{S(i)\}_{i=1}^m$ be a collection of sets from a finite universe, and $A$ a subset of $\{1,2,\dots,m\}$, then $N(j)$ defined as \begin{align}N(j)=\sum_{|A|=j}\left|\bigcap_{i\in A} S(i)\right|\end{align}
What I want to get is the number of elements in at most $k$ of $S(i)$. My progress:
(Edit for note: The $\color{red}{\textrm{red}}$ part is what I did
wrong!) \begin{align}
\textrm{Atmost(k)}&=\sum_{l=0}^k\textrm{Exact(l)}\\
&=\sum_{l=0}^k\left[\sum_{j=l}^m(-1)^{j-l}\binom{j}{l}N(j)\right]\\
&=\sum_{j=0}^m(-1)^j\sum_{l=0}^{\color{red}{j+[j>k](-j-1)}}(-1)^l\binom{j}{l}N(j)\\
&=\sum_{j=0}^m(-1)^j\sum_{l=0}^{j}(-1)^l(-1)^{k-l}\binom{-1}{k-l}\binom{j}{l}N(j)\\
&=\sum_{j=0}^m(-1)^{j-k}\binom{j-1}{k}N(j)\tag{*}\\
&{\large=^?}\sum_{j=k+1}^m(-1)^{j-k}\binom{j-1}{k}N(j)
\end{align}
The problem of $\textrm{(*)}$ is that it has to compute all $N(j), 0\le j\le m$, but the following line seems counter-intuitive since its first term is $$(-1)^1\binom{k}{k}N(k+1),$$
is there any wrong in my proof?