I've been putting a lot of thought on this problem, but it seems I ran out of ideas. Any help would be appreciated! Suppose we generate two probability vectors $\boldsymbol{\theta}_1, \boldsymbol{\theta}_2 \sim \operatorname{IID Dirichlet}(\boldsymbol{\alpha}) \in \mathbb{R}^L$ where $\boldsymbol{\alpha} = (\alpha_1, \ldots, \alpha_L)$ with $\alpha_1 = \ldots = \alpha_L = 1$.
Now, suppose we take a scalar value $a \geq 1$ and we define the vector $\mathbf{X}$ as:
\begin{equation} \mathbf{X} = a \boldsymbol{\theta}_1 + (1-a) \boldsymbol{\theta}_2. \end{equation}
It is clear that $\sum X_i = 1$, so the norming requirement of probability is met. In order for $\mathbf{X}$ to be a probability vector we also need $\mathbf{X} \geqslant \mathbf{0}$. How can I compute the probability that this is true?
What I have tried: I've tried looking at Chen (2013) to solve this problem but the $z$ in there seems too restrictive. (I may also not be using their results correctly.) I have also tried using another trick using Hoeffding's inequality, but none of my methods have worked. I'm also new on the ideas of concentration bounds, so that may have been a problem too. Any help would be appreciated!