All proofs
Project-declaredLean 4.33.0-rc1 · mathlib@6c5a9081e9b7

Rep herbrand Quotient is Nonarchimedean Local Field units

Rep.herbrandQuotient_isNonarchimedeanLocalField_units

Plain-language statement

herbrand quotient of Lˣ is [L:K]

Exact Lean statement

theorem Rep.herbrandQuotient_isNonarchimedeanLocalField_units :
    herbrandQuotient
    ((Rep.resFunctor (IsGaloisGroup.mulEquivAlgEquiv G K L).toMonoidHom).obj
      (Rep.ofAlgebraAutOnUnits K L) : Rep ℤ G)
    = Module.finrank K L

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
theorem Rep.herbrandQuotient_isNonarchimedeanLocalField_units :    herbrandQuotient    ((Rep.resFunctor (IsGaloisGroup.mulEquivAlgEquiv G K L).toMonoidHom).obj      (Rep.ofAlgebraAutOnUnits K L) : Rep  G)    = Module.finrank K L := by  have := Fintype.ofFinite G  have h1 : (valuationShortComplex G K L).X₁.herbrandQuotient = 1 :=    Rep.herbrandQuotient_isNonarchimedeanLocalField_integer_units K L G  have h1' : (valuationShortComplex G K L).X₁.herbrandQuotient  0 := by    simp [h1]  have h3 : (valuationShortComplex G K L).X₃.herbrandQuotient = Nat.card G :=    Rep.herbrandQuotient_trivial_int_eq_card G  have h3' : (valuationShortComplex G K L).X₃.herbrandQuotient  0 := by    simp [h3]  have := herbrandQuotient_eq_of_shortExact valuationShortComplex.shortExact h1' ?_ h3'  · convert! this    simp [h1, h3, -Nat.card_eq_fintype_card, IsGaloisGroup.card_eq_finrank G K L]  · apply Rep.herbrandQuotient_ne_zero_of_shortExact      valuationShortComplex.shortExact h1' h3'
Project
Class Field Theory
License
Apache-2.0
Commit
f18cd7fd1575
Source
ClassFieldTheory/IsNonarchimedeanLocalField/HerbrandQuotient.lean:35-53

Reuse this declaration

Bring the exact result into your workflow

The import identifies the source module. Your project still needs the pinned package dependency shown on this page.

What this badge means

This completion status comes from the project or community source. It has not yet been represented here as an independent rebuild and axiom audit.

Continue in this project

Related declarations

Project-declaredLean 4.33.0-rc1

Exists of surjective

groupCohomology.exists_of_surjective

Plain-language statement

Given map f: M ⟶ N and q : ℕ, if H^{q+1}(M) ⟶ H^{q+1}(N) is surjective, then any z : Z^{q+1}(N) can be written as f(z') + d(y) for some z' : Z^{q+1}(M) and y : C^q(M). Note that d is spelled as toCocycles.

number theoryclass field theorylocal fields

Source project: Class Field Theory

Person-level attribution pending.

View proof record