Prove that Möbius function of subset poset of $[n]$ is following, given $A,B \subseteq [n]$.
$\mu (A,B)=\left\{ \begin{array}{l} (-1)^{|B|-|A|},& \text{if}\,\, A \subseteq B\\ 0,& \text{otherwise}\end{array} \right.$
I searched for the proof and in one paper they use induction. $A = B$ this is obvious. Assume this holds up to $|B|= |A| + n, A\subset B$. Then for $|B|=n+1$
$\mu (A,B)=- \sideset{}{_{A \subseteq C \subset B} (-1)^{|C|-|A|}} \sum = (-1)^{|B|-|A|}$
But I do not understand the last step. How
$\sideset{}{_{A \subseteq C \subset B} (-1)^{|C|-|A|}} \sum = (-1)^{|B|-|A|}$
Can anyone explain this or point me to a more detailed proof? Thanks
$\mathsf{Hint}$ (use the substitution $D=C\setminus A$):
$$\sum_{A\subseteq C\subseteq B}(-1)^{|C|-|A|}=\sum_{D\subseteq B\setminus A}(-1)^{|D|}=\sum_{\ell=0}^{|B\setminus A|}\binom{|B\setminus A|}{\ell}(-1)^\ell=(1-1)^{|B\setminus A|}=0.$$
Notice $C\color{Red}{\subseteq}B$ is used above, as opposed to $\color{Blue}{\subset}$ as used in the original expression.