Documentation

GQ2.EulerCharacteristic

B7 — the local Euler–Poincaré characteristic of G_ℚ₂ #

This file states the local Euler–Poincaré characteristic formula for the absolute Galois group G_ℚ₂ = Gal(ℚ̄₂ / ℚ₂) (GQ2.AbsGalQ2) as the classical literature leaf B7 of Theorem 1.2, together with its immediate consequences as stress tests.

The axiom (B7) #

For a finite discrete G_ℚ₂-module M — the module convention of GQ2/DiscreteModule.lean: [AddCommGroup M] [TopologicalSpace M] [DiscreteTopology M] [DistribMulAction AbsGalQ2 M] [ContinuousSMul AbsGalQ2 M] [Finite M] — the continuous-cochain cohomology groups Hⁱ(G_ℚ₂, M) (GQ2.ContCoh.H0/H1/H2, Serre Galois Cohomology I §2.2) are finite for i = 0, 1, 2, and

#H¹ = #H⁰ · #H² · 2 ^ v₂(#M), where v₂(#M) = padicValNat 2 (Nat.card M).

Equivalently the Euler characteristic χ := #H⁰ · #H² / #H¹ equals 2 ^ (−v₂(#M)) = ‖#M‖_{ℚ₂}, the normalized 2-adic absolute value of #M: only the 2-part of #M survives (units have absolute value 1), which is exactly the 2 ^ v₂(#M) factor. Since [ℚ₂ : ℚ₂] = 1, the general local formula χ(k, A) = ‖#A‖_k = (#A) ^ (−[k : ℚ_p]) (the p-part) specializes to this.

Citation & conventions #

Used at (paper cross-reference) #

Turturean, §9.2 — lifting through an elementary quotient M; the strict-decrease step, eq. (145). For the elementary 𝔽₂-modules there (#M = 2 ^ dim M) this reads #H¹ = #H⁰ · #H² · #M (card_H1_of_card_eq_two_pow).

The axiom itself (GQ2.Foundations.absGalQ2_localEulerCharacteristic) lives in GQ2/Foundations/Axioms.lean (the consolidated axiom interface consolidation); this file documents its conventions and derives the consequences below from it.

Consequences / stress tests #

(The axiom absGalQ2_localEulerCharacteristic is stated in GQ2/Foundations/Axioms.lean.)

theorem GQ2.Foundations.finite_H1 (M : Type u_1) [AddCommGroup M] [TopologicalSpace M] [DiscreteTopology M] [DistribMulAction AbsGalQ2 M] [ContinuousSMul AbsGalQ2 M] [Finite M] :
Finite (ContCoh.H1 AbsGalQ2 M)

B7: finiteness of H¹(G_ℚ₂, M).

theorem GQ2.Foundations.finite_H2 (M : Type u_1) [AddCommGroup M] [TopologicalSpace M] [DiscreteTopology M] [DistribMulAction AbsGalQ2 M] [ContinuousSMul AbsGalQ2 M] [Finite M] :
Finite (ContCoh.H2 AbsGalQ2 M)

B7: finiteness of H²(G_ℚ₂, M).

theorem GQ2.Foundations.card_H1 (M : Type u_1) [AddCommGroup M] [TopologicalSpace M] [DiscreteTopology M] [DistribMulAction AbsGalQ2 M] [ContinuousSMul AbsGalQ2 M] [Finite M] :
Nat.card (ContCoh.H1 AbsGalQ2 M) = Nat.card (ContCoh.H0 AbsGalQ2 M) * Nat.card (ContCoh.H2 AbsGalQ2 M) * 2 ^ padicValNat 2 (Nat.card M)

B7, the Euler-characteristic identity #H¹ = #H⁰ · #H² · 2 ^ v₂(#M).

theorem GQ2.Foundations.card_H1_of_card_eq_two_pow (M : Type u_1) [AddCommGroup M] [TopologicalSpace M] [DiscreteTopology M] [DistribMulAction AbsGalQ2 M] [ContinuousSMul AbsGalQ2 M] [Finite M] {k : } (hk : Nat.card M = 2 ^ k) :
Nat.card (ContCoh.H1 AbsGalQ2 M) = Nat.card (ContCoh.H0 AbsGalQ2 M) * Nat.card (ContCoh.H2 AbsGalQ2 M) * Nat.card M

For a module whose order is a power of 2 (e.g. the elementary 𝔽₂-modules of §9.2, where #M = 2 ^ dim M), B7 reads #H¹ = #H⁰ · #H² · #M.

Paper-tag ledger (auto-generated by paperforge; do not edit) #