I am reading the book "Markov Chains and Mixing Times" by Levin et al. and i have a problem with proposition 1.14, page 12.
There a stationary distribution is constructed by defining for fixed initial state z
$$\tilde \pi(y):=\mathbf E_y(\text{number of visits to y before returning to z})=\sum_{t=0}\mathbf P(X_t=y,\tau_z^+>t)$$
$\tau_z^+$ is the first return time to z.
The proof is all well, but in the end a stationary distribution $\pi$ is constructedby normalizing such that $$\pi(x)=\frac{\tilde \pi(x)}{\mathbf E_z(\tau_z^+)}$$
Then, without further comment it is stated that this means in particular that $$\pi(x)=\frac{1}{\mathbf E_x(\tau_x^+)}$$
How do i see this?