[step:Prove interval dependence by induction on interval cardinality]
Let $P$ and $Q$ be finite posets, let $x\le y$ in $P$, and let $u\le v$ in $Q$. Suppose
\begin{align*}
\varphi:[x,y]\to [u,v]
\end{align*}
is a poset isomorphism. We prove $\mu_P(x,y)=\mu_Q(u,v)$ by induction on $N=|[x,y]|$.
If $N=1$, then $x=y$. Since $\varphi$ is an isomorphism, $u=v$, and the diagonal formula gives
\begin{align*}
\mu_P(x,y)=\mu_P(x,x)=1=\mu_Q(u,u)=\mu_Q(u,v).
\end{align*}
Assume $N>1$, so $x<y$, and assume the result holds for all isomorphic intervals of cardinality smaller than $N$. A poset isomorphism preserves the unique minimum and maximum of an interval, so $\varphi(x)=u$ and $\varphi(y)=v$. The recursion in $P$ gives
\begin{align*}
\mu_P(x,y)=-\sum_{x\le z<y}\mu_P(x,z).
\end{align*}
For each $z\in [x,y)$, the restriction of $\varphi$ defines a poset isomorphism
\begin{align*}
[x,z]\to [u,\varphi(z)].
\end{align*}
The interval $[x,z]$ has smaller cardinality than $[x,y]$ because $y\notin [x,z]$. By the induction hypothesis,
\begin{align*}
\mu_P(x,z)=\mu_Q(u,\varphi(z)).
\end{align*}
Since $\varphi$ bijects the set $\{z\in P:x\le z<y\}$ with the set $\{w\in Q:u\le w<v\}$, substitution in the finite sum gives
\begin{align*}
\mu_P(x,y)=-\sum_{u\le w<v}\mu_Q(u,w).
\end{align*}
Applying the same recursion in $Q$ gives
\begin{align*}
-\sum_{u\le w<v}\mu_Q(u,w)=\mu_Q(u,v).
\end{align*}
Thus $\mu_P(x,y)=\mu_Q(u,v)$, completing the induction. Therefore the value of $\mu_P(x,y)$ depends only on the isomorphism type of the interval $[x,y]$.
[/step]