Kronecker's theorem and Abel's theorem are stated as follow.
Kronecker's theorem: Assume $f(x) \in \mathbb{Q}[x]$ is irreducible over $\mathbb{Q}$ and $\deg{f(x)=p}$ where $p$ is an odd prime number. If $f(x)$ is solvable by radical, then either all roots of $f(x)$ are real number or only one of the roots is real number.
Abel's theorem: Given $n\geq 5$, general polynomial of degree $n$ is not solvable by radical.
General polynomial in Abel's theorem is defined as follow.
Definition. Given n indeterminate $s_1,\cdots,s_n$. $f(x)=x^n+\sum_{i=1}^{n} (-1)^i s_ix^{n-i}$ is called a general polynomial of degree n. A general polynomial of degree 5 is $f(x)=x^5-s_1x^4+s_2x^3-s_3x^2+s_4x-s_5$.
I want to deduce Abel's theorem from Kronecker's theorem, but don't know how to.
Kronecker's theorem can give examples of insolvable polynomials, e.g. $f(x)=x^5-4x+2$.
If a root of general polynomial is like: $x=\frac{\cdots}{s_4 - 2\cdot s_5}$, then this formula cannot be applied to $f(x)=x^5-4x+2$. Because $s_4=-4, s_5=-2$ and $s_4 - 2\cdot s_5 = 0$ which cannot be denominator.
Roots of cubic polynomial $f(x)=x^3+px+q$ is $$ x = \zeta^i \sqrt[3]{-\frac{q}{2}+\sqrt{(\frac{q}{2})^2+(\frac{p}{3})^3}} + \zeta^j \sqrt[3]{-\frac{q}{2}-\sqrt{(\frac{q}{2})^2+(\frac{p}{3})^3}}. $$ where $\zeta$ is a primitive cube root. This formula can be applied to any number $p,q$.
There is another formula for cubic polynomial: $$ x = \zeta^i \sqrt[3]{-\frac{q}{2}+\sqrt{(\frac{q}{2})^2+(\frac{p}{3})^3}} -\frac{p/3}{ \zeta^i \sqrt[3]{-\frac{q}{2}+\sqrt{(\frac{q}{2})^2+(\frac{p}{3})^3}}}$$ This formula requires $-\frac{q}{2}+\sqrt{(\frac{q}{2})^2+(\frac{p}{3})^3}\neq 0$.
If it is necessary to use such technique, then the two theorems I mentioned are actually independent. @JyrkiLahtonen – Hilbert Matthew Alexander Nov 16 '22 at 11:54
Esoteric fields with suitable transcendentals is a must here. For otherwise the fundamental theorem of algebra can be seen as saying that every polynomial from $\Bbb{C}[x]$ is solvable because the splitting field is a trivial extension and hence has a solvable Galois group - clearly not what Abel wanted to say!
I should study the topic myself before I can say anything definite. Sorry.
– Jyrki Lahtonen Nov 16 '22 at 12:09