Unit root (of the characteristic equation) is something in terms of the evolution operator $A$ for the linearized system ($y$ is a vectors of history):
$$y_t = A y_{t-1} + z_t$$
$$ A = \begin{pmatrix} a_1 & a_2 & \dots & a_n \\ 1 & 0 & \dots & 0 \\ & \ddots & \ddots & \\ 0 & 0 & 1 & 0 \end{pmatrix} $$
What is the simple connection between roots of the characteristic equation and qualitative properties of the stochastic dynanamical system?
Does it really just work out that the characteristic equation of the difference equation is the characteristic equation of the operator $A$ ... and we are just looking for eigenvalues? I'm trying to remember this stuff. A reference would be helpful too.
And is it never that case that roots are greater than one?
This Wikipedia page on difference equations looks like the links I am trying to remember.