A many population $U$ has many elements $u_i$, each of which has some associated value of interest $x_i$ which can be measured precisely. The values of $x$ are distributed according to a Gaussian distribution. For the purposes of this question, it can be assumed that this is a unit normal distribution because the answer to the question will not depend on the underlying mean or variance.
Two experimenters, $E_1$ and $E_2$, are interested in determining the population mean value $<x>$. $E_1$ obtains $n>1$ samples from $U$, computes the mean, and computes a 95% confidence interval, of length $I_1$ centered on that estimated mean. $I_1$ is of course proportional to the standard error of the sample that $Ee_1$ obtained.
$E_2$ does exactly the same experiment as $E_1$, except that she uses twice the sample size: $2n$ samples. It is, of course, likely that $I_2 < I_1$, but that is not certain.
What is the probability $A(n)$ that $I_1 < I_2$?
That is meant to ask how rapidly does $A(n)$ fall with $n$.

$E_1$ computes a CI with half-width $I_1/2 = t_{\alpha}(n-1)S_{n}/\sqrt{n}$
$E_2$ computes a CI with half-width $I_2/2= t_{\alpha}(2n-1)S_{2n}/\sqrt{2n}$
where $S_k$ is the usual unbiased standard deviation for the sample of size $k$, and $t_\alpha(d)$ denotes the critical value for a $t$-distribution with $d$ degrees of freedom.
By Cochran's theorem, $$(n-1)\frac{S_n^2}{\sigma^2}\sim\chi^2_{n-1}\\ (2n-1)\frac{S_{2n}^2}{\sigma^2}\sim\chi^2_{2n-1} $$ so (assuming the samples are independent) $$\frac{S_n^2}{S_{2n}^2}\sim \frac{\chi^2_{n-1}/(n-1)}{\chi^2_{2n-1}/(2n-1)}\sim F_{n-1,2n-1} $$ where $F_{d_1,d_2}$ denotes a random variable with an F-distribution with $d_1$ and $d_2$ degrees of freedom. Then $$\begin{align}P(I_1<I_2) &= P(t_{\alpha}(n-1)S_{n}/\sqrt{n}< t_{\alpha}(2n-1)S_{2n}/\sqrt{2n})\\ &=P(\frac{S_{n}}{S_{2n}}< \frac{1}{\sqrt{2}}\frac{t_{\alpha}(2n-1)}{t_{\alpha}(n-1)})\\ &=P\left(\frac{S_{n}^2}{S_{2n}^2}< \frac{1}{2}\left(\frac{t_{\alpha}(2n-1)}{t_{\alpha}(n-1)}\right)^2\right)\\ &=P\left(F_{n-1,2n-1}<\frac{1}{2}\left(\frac{t_{\alpha}(2n-1)}{t_{\alpha}(n-1)}\right)^2\right)\end{align}.$$