According to Wikipedia with a little rephrasing:
A state $i$ is transient if and only if $P(T_i < \infty) <1$, recurrent if and only if $P(T_i < \infty) =1$, where $T_i$ is the first hitting time to i, i.e. $T_i=\inf\{n \in \mathbb{N} \cup \{ \infty \}: X_n=i \mid X_0=i \}.$
If I understand correctly, this can be used as the definition of transient/recurrent state.
Usually $P(T_i < \infty)$ is written as a series $\sum_{n \in \mathbb{N}} P(T_i = n)$. But I would like to learn other ways to tell if a state is recurrent/transient, which might be easier in some cases.
For example, can a transient/recurrent state be completely characterized in terms of closed subsets of states (defined similarly as an absorbing state), as follows (my own quote)?
State $i$ is transient if and only if there exists a closed subset $S$ of states, s.t. $i \notin S$ and there exists $s \in S$ and $n \in \mathbb{N}$ and the $n$-step transition probability $p_{is}^{(n)} > 0$.
Similarly, State $i$ is recurrent if and only if there does not exist such a closed subset of states as described above?
Can we also characterize positive/null recurrence in terms of closed subsets of states?
- Off the top of your head, what are some other necessary and/or sufficient conditions for recurrent/transient and positive/null recurrent state?
Thanks and regards!