I'm solving a problem where wealth changes and I got that $EV=0$ and $CV=1$. This seems impossible to me; is it?
I'm given $e(p,u)=u/(p_1^{-1}+p_2^{-1})$.
I'm also given $(p_1^0,p_2^0,w^0)=(1,1,1), (p_1^1,p_2^1,w^1)=(1,1,2)$.
First, I used duality to solve for $v(p,w)$, getting that $v(p,w)=w(p_1^{-1}+p_2^{-1})$.
I found $EV=v(p^1,w^1)/(1/p_1^0+1/p_2^0)-w^0=0$.
I then found $CV=w^1-v(p^0,w^0)/(1/p_1^1+1/p_2^1)=1$.
Did I do something wrong?