Consider a time-homogeneous Markov chain $\{X_n\}_{n=0}^\infty$ with the state space state space $S=\{0,1,2\}$ and the following transition probability matrix: \begin{pmatrix} 1 & 0 & 0 \\ \alpha & \beta & \gamma \\ 0 & 0 & 1 \end{pmatrix} where $\alpha,\beta,\gamma>0$. Note that state 0 and 2 are absorbing.
Let $ T=\min\{n\geq 0\mid X_n=0\textrm{ or }X_n=2\} $ be the time of absorption of the process. It is intuitively true that $$ P(X_T=0\mid X_1=1)=P(X_T=0\mid X_0=1)\tag{*} $$ which is the key point of the so called "first step analysis". See for instance Chapter 3 in Karlin and Pinsky's Introduction to Stochastic Modeling. But the book does not bother giving a proof of it.
Here is my question:
How can one prove (*) using the definition of conditional probability and the Markov property?