Question :
On a stick, choose $n$ uniformly random points, and break the stick at those points. What is the limit of the probability that the three shortest pieces can form a triangle, as $n\to\infty$?
Context :
I'm currently interested in questions about broken sticks. They often have nice answers.
My attempt :
I don't know how to find the exact probability, so I ran a simulation on Excel. For each of $n=10,n=100,n=1000$, the probability seems to be roughly $0.45$. So it seems that the probability quickly converges... but to what?
$n = 100$" />
$n = 10$" />

Suppose the stick is of length 1 and let $S_{(1)}< S_{(2)}<\dots<S_{(n)}$ be the lengths of the $n$ pieces ordered by magnitude.
We have (see 4.1)
$$ (S_{(1)}, \dots, S_{(n)})\stackrel{d}{=} (X_{(1)}/T_n, \dots, X_{(n)}/T_n),$$ Where $X_{(i)}$ are the order statistics from i.i.d. Exponential(1) random variables, and $T_n = \sum_{i=1}^n X_i$.
In particular, $$P(S_{(1)}+S_{(2)} > S_{(3)}) = P(X_{(1)}+X_{(2)} > X_{(3)}) =P(X_{(1)} > X_{(3)}-X_{(2)}).$$
However, $nX_{(1)}$ and $(n-2)(X_{(3)} - X_{(2)})$ are i.i.d. Exponential(1), hence $$P(X_{(1)} > X_{(3)}-X_{(2)}) = \frac{\frac{1}{n}}{\frac{1}{n}+\frac{1}{n-2}} = \frac{n-2}{2n-2}\rightarrow \frac{1}{2}.$$