[step:Prove minimality by induction using the tail-sum formula for expectation]Let $(y_i : i \in S)$ be any non-negative solution to the system. We must show $y_i \geq k_i^A$ for all $i$.
For $i \in A$, $y_i = 0 = k_i^A$.
For $i \notin A$, we prove by induction on $n \geq 1$ that
\begin{align*}
y_i \geq \sum_{m=1}^{n} \mathbb{P}_i(H^A \geq m).
\end{align*}
**Base case** ($n = 1$): Since $i \notin A$, the system gives $y_i = 1 + \sum_{j \in S} p_{i,j}\, y_j \geq 1$, using $y_j \geq 0$. Since $i \notin A$ implies $H^A \geq 1$ with probability one under $\mathbb{P}_i$, we have $\mathbb{P}_i(H^A \geq 1) = 1$, so $y_i \geq 1 = \mathbb{P}_i(H^A \geq 1)$.
**Inductive step**: Suppose $y_j \geq \sum_{m=1}^{n} \mathbb{P}_j(H^A \geq m)$ for all $j \notin A$. Using the recurrence and splitting the sum:
\begin{align*}
y_i &= 1 + \sum_{j \in A} p_{i,j}\, y_j + \sum_{j \notin A} p_{i,j}\, y_j \\
&= 1 + \sum_{j \notin A} p_{i,j}\, y_j,
\end{align*}
since $y_j = 0$ for $j \in A$. By the inductive hypothesis applied to $j \notin A$:
\begin{align*}
y_i &\geq 1 + \sum_{j \notin A} p_{i,j} \sum_{m=1}^{n} \mathbb{P}_j(H^A \geq m) = 1 + \sum_{m=1}^{n} \sum_{j \notin A} p_{i,j}\, \mathbb{P}_j(H^A \geq m).
\end{align*}
For each $m \geq 1$, the inner sum satisfies $\sum_{j \notin A} p_{i,j}\, \mathbb{P}_j(H^A \geq m) = \mathbb{P}_i(X_1 \notin A,\, H^A \circ \theta_1 \geq m) = \mathbb{P}_i(H^A \geq m + 1)$, where we used the Markov property and the fact that $\{H^A \geq m+1\}$ requires both $X_1 \notin A$ and at least $m$ more steps to reach $A$ from $X_1$. Therefore:
\begin{align*}
y_i \geq 1 + \sum_{m=1}^{n} \mathbb{P}_i(H^A \geq m + 1) = \mathbb{P}_i(H^A \geq 1) + \sum_{m=2}^{n+1} \mathbb{P}_i(H^A \geq m) = \sum_{m=1}^{n+1} \mathbb{P}_i(H^A \geq m),
\end{align*}
where we used $\mathbb{P}_i(H^A \geq 1) = 1$ since $i \notin A$.
**Conclusion**: Taking $n \to \infty$ and applying the monotone convergence theorem (all terms are non-negative):
\begin{align*}
y_i \geq \sum_{m=1}^{\infty} \mathbb{P}_i(H^A \geq m).
\end{align*}
By the tail-sum formula for the expectation of a non-negative integer-valued random variable (allowing $+\infty$):
\begin{align*}
\sum_{m=1}^{\infty} \mathbb{P}_i(H^A \geq m) = \mathbb{E}_i[H^A] = k_i^A.
\end{align*}
Hence $y_i \geq k_i^A$ for all $i \in S$.[/step]