Forgot password?
 Create new account
View 147|Reply 1

[数论] Constructing Finite Fields

[Copy link]

3147

Threads

8497

Posts

610K

Credits

Credits
66183
QQ

Show all posts

hbghlyj Posted at 2022-10-31 23:12:18 |Read mode
Last edited by hbghlyj at 2024-11-6 16:06:00Irreducible 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]}]]
Copy the Code

得到答案7710

3147

Threads

8497

Posts

610K

Credits

Credits
66183
QQ

Show all posts

 Author| hbghlyj Posted at 2022-10-31 23:15:03
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. $$

手机版Mobile version|Leisure Math Forum

2025-4-21 01:30 GMT+8

Powered by Discuz!

× Quick Reply To Top Return to the list