JOVANA
Library Glossary Getting Started Three Levels Fields How it works Mission
Join the mission
All guides

狄利克雷單位定理與一個費馬式應用

O_K 的單位不只是單位根——狄利克雷定理給出其完整結構:有限撓部分乘以一個秩為 r₁+r₂-1 的自由阿貝爾群。隨後我們把類群、單位與分裂組裝成對 x²+5=y³ 的一次乾淨進攻。

單位群的結構

O_K 中的元素 u 是單位當且僅當其範數 N(u) = ±1。在 Z 中唯一的單位是 ±1,但在更大的域中可以有無窮多個——例如在 Z[√2] 中,元素 1+√2 的範數為 -1,故其所有冪 (1+√2)^k 都是互異的單位。[[dirichlet-unit-theorem|狄利克雷單位定理]]將單位群 O_K* 完整地描述為一個有限生成阿貝爾群

設 r₁ 為實嵌入 K → R 的個數,r₂ 為複嵌入的共軛對的個數,故 r₁ + 2r₂ = n。則 O_K* ≅ μ_K × Z^r,其中 μ_K 是 K 中單位根構成的有限循環群,而為 r = r₁ + r₂ − 1。證明透過單位的阿基米德絕對值的對數,將單位嵌入 R^(r₁+r₂) 中的一個超平面;其像是一個滿秩格,同樣依據數的幾何。

Unit rank  r = r1 + r2 - 1.   Examples:

 Q             n=1, r1=1, r2=0  ->  r = 0.  Units = {±1}.
 Q(i)          n=2, r1=0, r2=1  ->  r = 0.  Units = {±1,±i} (finite!)
 Q(sqrt(-5))   n=2, r1=0, r2=1  ->  r = 0.  Units = {±1}.
 Q(sqrt(2))    n=2, r1=2, r2=0  ->  r = 1.  Units = ±(1+sqrt(2))^Z.
 Q(sqrt(5))    n=2, r1=2, r2=0  ->  r = 1.  fund. unit = (1+sqrt(5))/2.
 Q(cbrt(2))    n=3, r1=1, r2=1  ->  r = 1.  one fundamental unit.

Imaginary quadratic (r2=1, r1=0): rank 0, units are JUST roots of
unity -- finite.  Real quadratic (r1=2): rank 1, one fundamental
unit u, every unit is ±u^k  (this is the Pell equation engine).
虛二次域的單位群有限(秩 0);實二次域秩為 1——單個基本單位驅動佩爾方程。

組裝起來:x² + 5 = y³ 沒有整數解

這是回報——一個真正的費馬式丟番圖方程,透過在 O_K = Z[√-5] 中工作而被攻破。我們用上了一切:在 O_K 中分解、透過類群(h_K = 2)控制理想、利用有限單位群(僅 ±1)、並讀出分裂。看類數 2 如何起決定性作用。

Solve  x^2 + 5 = y^3  in integers.   Work in O_K = Z[sqrt(-5)].

Factor LHS:   (x + sqrt(-5))(x - sqrt(-5)) = y^3.   (*)

Step 1 (coprimality of ideals).  Let p | gcd of the two factors.
Then p | their difference 2 sqrt(-5) and p | their sum 2x.
If y is even then x^2 ≡ -5 ≡ 3 (mod 4): impossible (squares are 0,1).
So y is odd, x is even -> x^2+5 odd, and one checks the ideals
  (x+sqrt(-5)) and (x-sqrt(-5)) are COPRIME in O_K.

Step 2 (use unique factorization of IDEALS).  Their product is
the cube (y)^3, and they are coprime, so each is itself a cube:
  (x + sqrt(-5)) = a^3   for some ideal a.

Step 3 (use the class group, h_K = 2).  In Cl(K) ≅ Z/2Z,
  [a]^3 = [(x+sqrt(-5))] = [principal] = 1,  so  [a]^3 = 1.
But |Cl(K)| = 2, so [a]^2 = 1 too; gcd(3,2)=1 forces [a] = 1.
  ==>  a IS principal:  a = (a + b sqrt(-5)).

Step 4 (use the unit group, O_K* = {±1}).  Then
  x + sqrt(-5) = (unit)(a + b sqrt(-5))^3,  unit = ±1 = (∓1)^3,
so WLOG  x + sqrt(-5) = (a + b sqrt(-5))^3.
Expand:  (a + b sqrt(-5))^3 = a(a^2 - 15 b^2) + b(3a^2 - 5 b^2) sqrt(-5).
Match sqrt(-5)-coefficients:  b(3a^2 - 5b^2) = 1.
  ==> b = ±1 and 3a^2 - 5b^2 = ±1  ==>  3a^2 = 5 ± 1 = 6 or 4.
Neither gives integer a (a^2 = 2 or 4/3).  CONTRADICTION.

Conclusion:  x^2 + 5 = y^3  has NO integer solutions.
本軌道的每個工具都登場:理想分解、類數 2(透過 gcd(3,2)=1)以及平凡單位群——共同消滅這個方程。