I have the following problem:
$\textbf{(i)}$ Let $K \subset F$ be an algebraic extension that contains splitting field of any polynomial $P\in K[x].$ Prove that $F$ is algebraically closed.
$\textbf{(ii)}$ Let $K \subset F$ be an algebraic extension that contains a root of any polynomial $P\in K[x]\setminus K.$ Prove that $F$ is algebraically closed.
I proved $\textbf{(i)}$ rather easily: We have tower of fields $K\subset F\subset \overline{F}$, where $K\subset F$ and $F\subset \overline{F}$ are algebraic extensions, thus $K\subset \overline{F}$ is also an algebraic extension. For any $\alpha\in \overline{F},$ let us denote its minimal polynomial over $K$ by $m_\alpha\in K[x].$ Since $F$ contains splitting field of $m_\alpha$, in particular we have $\alpha\in F.$ Thus, $\overline{F}\subset F$, i.e. $F=\overline{F}.$
My concern is that in the problem sheet that I am trying to solve the problem $\textbf{(ii)}$ is depicted as something hardcore with lots of hints given. However to me it seems that $\textbf{(ii)}$ is just a reformulation of $\textbf{(i)}$ - if $F$ contains a root $\alpha$ of $P\in K[x]$, then it contains root $\beta$ of $\frac{P}{x-\alpha}\in K[x],$ then it contains root $\gamma$ of $\frac{P}{(x-\alpha)(x-\beta)}\in K[x]$ etc. giving us the whole splitting field of $P$. Is there a flaw in my logic?
Thank you.