找回密码
 快速注册
搜索
查看: 62|回复: 1

[数论] Constructing Finite Fields

[复制链接]

3149

主题

8387

回帖

6万

积分

$\style{scale:11;fill:#eff}꩜$

积分
65397
QQ

显示全部楼层

hbghlyj 发表于 2022-10-31 23:12 |阅读模式
本帖最后由 hbghlyj 于 2024-11-6 16:06 编辑 Irreducible polynomials mod 2
${\mathbb F}_2[x]$中有多少个 17 次不可约多项式?
根据Existence of Irreducible Polynomials - Corollary 我们有\[
  \nu_p(n) = \frac1{n} \sum_{d|n} \mu(n/d) p^d.
\]
  1. With[{p = 2, n = 17}, 1/n Sum[MoebiusMu[n/d] p^d, {d, Divisors[n]}]]
复制代码

得到答案7710

3149

主题

8387

回帖

6万

积分

$\style{scale:11;fill:#eff}꩜$

积分
65397
QQ

显示全部楼层

 楼主| hbghlyj 发表于 2022-10-31 23:15


Here is a fundamental fact that is essential in the proof of the classification theorem:

Let $ p $ be a prime and $ n $ a positive integer. Then, in $ {\mathbb F}_p[x]$,
$$ x^{p^n}-x = \prod_{d|n} \prod_{\stackrel{f(x) \text{ monic, irred.}}{\text{deg}(f)=d}} f(x). $$

Proof of the fact:
There are a few steps. First note that $ x^{p^n}-x $ has no repeated factors: if it did, its derivative would share a common factor with it, but its derivative is just $ -1 $, which has no nontrivial factors.

Now, suppose $ f(x) $ is irreducible of degree $ d|n $. Then $ {\mathbb F}_p[x]/(f(x)) $ is a finite field of order $ p^d $. So if $ f(x) \ne x $, in that field $ {\overline x}^{p^d-1} = 1 $, by a generalization of Fermat's little theorem. This means that $ f(x) $ divides $ x^{p^d-1} -1 $. If $ d|n$, $ (p^d-1) | (p^n-1)$, so $ f(x) $ divides $ x^{p^n-1}-1, $ hence divides $ x^{p^n}-x $.

The last step is to show that no other factors divide $ x^{p^n}-x $. This is best done by induction and using the fact that $ \gcd(p^k-1,p^n-1) = p^{\text{gcd}(k,n)}-1 $, but the details are omitted. $_\square$

Taking the degrees of both sides gives a useful corollary:

Corollary:
For primes $ p $ and positive integers $ n $, let $ \nu_p(n) $ be the number of monic irreducible polynomials of degree $n $. Then
$$ p^n = \sum_{d|n} d\nu_p(d) $$
and by Möbius inversion,
$$ \nu_p(n) = \frac1{n} \sum_{d|n} \mu(n/d) p^d. $$

手机版|悠闲数学娱乐论坛(第3版)

GMT+8, 2025-3-4 18:36

Powered by Discuz!

× 快速回复 返回顶部 返回列表