Soujourn time of a CTMC at time $t$ is defined as :
$$T(t)= \inf\{ s > 0 : X(t+s) \neq X(t)\}$$
My question is why "inf", not min ? Here $T(t)$ belongs to the set $\{ s > 0 : X(t+s) \neq X(t)\}$. Then we can write minimum. Is this correct ?
Soujourn time of a CTMC at time $t$ is defined as :
$$T(t)= \inf\{ s > 0 : X(t+s) \neq X(t)\}$$
My question is why "inf", not min ? Here $T(t)$ belongs to the set $\{ s > 0 : X(t+s) \neq X(t)\}$. Then we can write minimum. Is this correct ?
If your chain is known to be right continuous, then indeed you can replace the inf with min. Otherwise you cannot. Let $S \sim \mathrm{Exp}(\lambda)$ be an exponential random variable, and consider the chain on the state space $\{a,b\}$ defined by $$X(t) = \begin{cases} a, & t \le S \\ b, & t > S. \end{cases}$$ (This chain starts at $a$, jumps from $a$ to $b$ at rate $\lambda$, and from $b$ to $a$ at rate 0.) We have $T(0) = S$, but the infimum is not achieved since $X(S) = X(0)=a$.