So I have the following best linear predictor:
$y_{t+1} = a + b y_t + v_t $ , where $b$ is a measure of persistence and $v_t$ is noise (independent of $y_t$).
Variance is persistent across generations so $\sigma_{yt}^2 = \sigma_{yt+1}^2 = \sigma_y^2$
I'm trying to show that
$\sigma_y^2 = b^2 \sigma_y^2 + \sigma_v^2$
Which should be relatively simple, but I feel like I'm missing something really obvious.
The only thing I can think of is to show the equivalency:
$\sigma_y^2 = \sigma_{yt+1}^2$
Can someone point me in the right direction?
Hint: Try to simplify
$$ V(y_{t+1})=V(a+by_t+v_t) $$ using (i) rules of how the variance operator works, and (ii) the information given.
Also note that what you are trying to show has $\sigma^2_y$ on both sides. Try to solve for it to get an expression for it that does not involve itself.