English
If p is a prime with p ≠ 2 and n a positive integer, irreducibility of X^(p^n) − C a follows from the prime-power case with p as above.
Русский
Если p — простое, p ≠ 2, и n положительно, ирредуцируемость X^(p^n) − C a следует из случая простого роста p.
LaTeX
$$$\\text{Irreducible}(X^{p^n} - C a) \\Leftarrow \\text{X_pow_sub_C_irreducible_of_prime_pow}(p, a).$$$
Lean4
@[scoped term_parser 1000]
public meta def «termK[_√_]» : Lean.ParserDescr✝ :=
ParserDescr.node✝ `KummerExtension.«termK[_√_]» 1024
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen (ParserDescr.symbol✝ "K[") (ParserDescr.cat✝ `term 0))
(ParserDescr.symbol✝ "√"))
(ParserDescr.cat✝ `term 0))
(ParserDescr.symbol✝ "]"))