Let $\{X_n\}_{n=0}^{\infty}$ be a Discrete Time Markov Chain (DTMC) with finite state space $X$. For any state $y \in X$ we define $Ty := \inf\{n \ge 1 \mid X_n = y\}$.
Let $p(n)(x, y)$ denote the $n$-step transition probability of going from state $x$ to $y$. For $n \ge $1, let $$f(n)(x, y) := P r(Ty = n\mid X_0 = x).$$ Prove that for all $n \ge 1$ and all $x, y \in X$, $p(n)(x, y) = $$\sum_{k=0}^n f(k) (x, y)p(nāk) (y, y)$
I don't understand how to start with the proof.