Here is the theorem I want to prove:
For $x,y \in P$ and $i \geq 0,$ let $c_i(x,y)$ be the number of chains $x=x_0 < x_1 < \dots < x_i = y$ of length $i$ from $x$ to $y.$ Let $$\phi (x,y) = c_0(x,y) - c_1(x,y) + c_2(x,y) - c_3(x,y) + \dots. $$ Prove that $\mu (x,y) = \phi (x,y).$
Where $\mu$s the Mobius Function and $P$ is a finite poset.
My thoughts are:
I found a proof for it in the following link here: Phillip Hall's theorem on chains but my formula has chains of length zero, is always the number of chains of length zero is zero? What is an example of a chain of length zero?
How also I can proof the statement by induction, could anyone show me the details please?