Suppose a CTMC is on the positive integer numbers whose underlying DTMC is irreducible and null recurrent. Must the CTMC be regular? Or is there a counter example?
To disprove it, I know simple random walk is an example of null recurrent. But it does not on positive integers. Another null recurrent DTMC is about Gambler’s Ruin Problem when it's fair. But since it has only finite states, the corresponding CTMC must be regular, so it won't serve as a counterexample.
On the other hand, if we try to prove it, maybe we could decompose the CTMC into periods of returning to original states and use strong law of large number. But I don't know how to show the expectation of each period is finite.