Definition

Let = probability that, starting from state , the process will ever return to state .

  • Recurrent: (will return with probability 1)
  • Transient: (positive probability of never returning)

Interpretation

  • Transient: Will eventually leave and never come back
  • Recurrent: Will always come back, no matter how many times it leaves

Unlike transition probability, this talks about whether or not a state will return to itself in the future.

Properties

  • If is recurrent: returns infinitely many times
  • If is transient: number of visits to has geometric distribution with finite mean
  • State is recurrent iff expected number of time periods in state is infinite

Example

When an absorbing state occurs, it’s absorbed there forever and never goes to other states, which makes the other states “transient”.