Skip to content

[ergodicity] an issue in solution 2 #82

@shlff

Description

@shlff

Dear @jstac , as I mentioned in PR #81 , there is an issue in the solution 2's proof of lecture ergodicity, even after fixing.

In Exercise 2, we want to prove that the Markov semigroup $(P_t)$ with intensity $$Q=\begin{pmatrix} -\lambda_0 & \lambda_0 & 0 & 0 & \cdots \ 0 & -\lambda_1 & \lambda_1 & 0 & \cdots \ 0 & 0 & -\lambda_2 & \lambda_2 & \cdots\ \vdots & \vdots & \vdots & \vdots & \ddots \end{pmatrix}$$ has no stationary distribution.

After fixing, we have for any $j \geq 1$,

  • $(\phi Q)(j) = \sum_{i \geq 0} \phi(i) Q(i, j) = - \lambda_j \phi(j) + \lambda_{j-1} \phi(j-1) = 0$

However, this brings us a new issue that the statement after this math expression, "It follows that $\phi$ is constant on $\mathbb Z_+$.", may not hold.

  • This statement holds if we consider a special case of the pure birth process: when $\lambda_i=\lambda$ for all $i$.

It may require more discussion.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions