We are observing a tournament where 2 players play a series of games. Exactly one player wins each game. So we can keep count and 5:3
might be the standing after 8 games.
The first player is the favorite and will win a game with probability $p > 1 - p$.
What is the probability that the underdog will lead the standing at least once at some point in an infinite series of games? Or maybe more important than the specific value: Is it $1$ or not?
Somehow I think that it should be $1$, independent of $p$, but I am not sure how much my intuition is worth here. Maybe I can take it to the infinite case with a hint about finite series of $k$ games.
In order for the weaker player to go ahead on the $(2k+1)$-st game, the score must be tied after $2k$ games, and the weaker player must never have been ahead. Each string of $2k$ results in which the weaker player never leads and the final score is tied corresponds to a Dyck word of length $2k$, and there are $C_k$ such words, where $C_k$ is the $k$-th Catalan number. The probability of any such string of results is $p^k(1-p)^k$, so the probability that the weaker player first goes ahead on the $(2k+1)$-st game is $C_kp^k(1-p)^{k+1}$, and the probability that the weaker player leads at some point is
$$\sum_{k\ge 0}C_kp^k(1-p)^{k+1}=(1-p)\sum_{k\ge 0}C_k\big(p(1-p)\big)^k\;.$$
The Catalan numbers have the generating function
$$c(x)=\sum_{k\ge 0}C_kx^k=\frac{1-\sqrt{1-4x}}{2x}\;,$$
so the desired probability is
$$\begin{align*} (1-p)c\big(p(1-p)\big)&=\frac{(1-p)\left(1-\sqrt{1-4p(1-p)}\right)}{2p(1-p)}\\ &=\frac{1-\sqrt{1-4p+4p^2}}{2p}\\ &=\frac{1-(2p-1)}{2p}\\ &=\frac{1-p}{p}\;. \end{align*}$$
(This calculation does assume that $p<1$, but the result clearly holds for $p=1$ as well.)