[step:Induct on formulas to eliminate all quantifiers]
We prove by induction on the formation of formulas that every $\mathcal L_{\mathrm{ring}}$-formula is equivalent over $\mathrm{ACF}$ to a quantifier-free formula.
Atomic formulas are already quantifier-free. If $\alpha$ and $\beta$ are equivalent over $\mathrm{ACF}$ to quantifier-free formulas $\alpha_0$ and $\beta_0$, respectively, then $\neg\alpha$, $\alpha \wedge \beta$, and $\alpha \vee \beta$ are equivalent over $\mathrm{ACF}$ to $\neg\alpha_0$, $\alpha_0 \wedge \beta_0$, and $\alpha_0 \vee \beta_0$, respectively.
It remains to handle quantifiers. Suppose $\varphi(x)$ has the form $\exists y\,\rho(x,y)$. By the induction hypothesis, $\rho(x,y)$ is equivalent over $\mathrm{ACF}$ to a quantifier-free formula $\theta(x,y)$. The preceding step gives a quantifier-free formula $\eta(x)$ equivalent over $\mathrm{ACF}$ to $\exists y\,\theta(x,y)$, hence also to $\exists y\,\rho(x,y)$. If $\varphi(x)$ has the form $\forall y\,\rho(x,y)$, then
\begin{align*}
\forall y\,\rho(x,y)
\end{align*}
is equivalent in first-order logic to
\begin{align*}
\neg \exists y\,\neg\rho(x,y).
\end{align*}
The existential case applied to $\neg\rho(x,y)$ therefore gives a quantifier-free equivalent for $\forall y\,\rho(x,y)$.
This completes the induction and proves that every $\mathcal L_{\mathrm{ring}}$-formula is equivalent over $\mathrm{ACF}$ to a quantifier-free formula.
[/step]