In the upcoming World Chess Championship 14 games in the classical time format will be played compared to 12 in the previous matches. This change appears to have been made mainly to reduce the number of draws by allowing the players to take more risks, but it has also been stated that this decreases the chances of a tie in the overall series. Intuitively, this seems clear: the higher the total number of games, the less likely it is that both players win exactly the same number of games. A mathematical proof would be better, of course, and this is what I am after here.
I want to consider a simple model for the general case with $2n$ games, $n \in \mathbb{N}$. Let $p$ and $q$ be the probability for the first and second player to win any given game (independent of previous results, current form, etc.), respectively. Then $0 \leq p, q, p + q \leq 1$ holds and $1-p-q$ is the probability of a draw (we ignore the advantage for the player with the white pieces and interpret $p$ and $q$ as colour averages). Even though the series is not continued if one player takes an unassailable lead, we can pretend that all $2n$ games are played and compute the probability of $k$ wins for the first and $l$ wins for the second player from a trinomial distribution: \begin{equation} f(p,q,n;k,l) = \binom{2n}{k,l,2n-k-l} p^k q^l (1-p-q)^{2n-k-l} . \end{equation}
The probability of an overall tie is \begin{align} t(p,q,n) &= \sum \limits_{k=0}^n f(p,q,n;k,k) = \sum \limits_{k=0}^n \frac{(2n)!}{k!^2 (2n-2k)!} (pq)^k (1-p-q)^{2n-2k} \\ &= (1-p-q)^{2n} {}_2F_1 \left(\frac{1}{2}-n,-n;1;\frac{4 p q}{(1-p-q)^2}\right) . \end{align} Provided that this reasoning is correct, my question is:
How can we show that $t(p,q,n)$ is decreasing in $n$ for any given $p,q,p+q \in [0,1]$?
Some thoughts:
- Numerically, this clearly appears to be true. This is the probability of a tie for $q=p$:

- In the special case $p=q=\frac{1}{2}$ we have $$ t\left(\frac{1}{2},\frac{1}{2},n\right) = f\left(\frac{1}{2},\frac{1}{2},n;n,n\right) = \frac{1}{4^n} \binom{2n}{n} = \frac{2}{\pi} \int \limits_0^\infty \frac{\mathrm{d} x}{(1+x^2)^{n+1}} \, , $$ which is clearly decreasing in $n$.
- Maybe an integral representation can also be helpful in the general case. I do not know a lot about hypergeometric functions though and cannot find a transformation which would allow us to use Euler's integral formula.