Let $n$ be a fixed positive integer. For a distribution $F$ on positive real numbers, let $a_n(F)$ be the expected value of the maximum of $n$ i.i.d. random variables drawn from $F$, and let $a_{n+1}(F)$ be the expected value of the maximum of $n+1$ i.i.d. random variables drawn from $F$. What is $$\max_{F}\frac{a_{n+1}(F)}{a_n(F)}?$$
For example, if $F$ is the uniform distribution on $(0,1)$, then $a_n(F)=\frac{n}{n+1}$ and $a_{n+1}(F)=\frac{n+1}{n+2}$. My guess is that the maximum is $\frac{n+1}{n}$. How can we show it, or is there a theorem stating this?