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

Le maximal Unramified iff

IsNonarchimedeanLocalField.le_maximalUnramified_iff

Plain-language statement

The maximal unramified subextension is maximal.

Exact Lean statement

theorem le_maximalUnramified_iff : E ≤ maximalUnramified K L ↔ IsUnramified K E

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
theorem le_maximalUnramified_iff : E  maximalUnramified K L  IsUnramified K E := by  refine fun h  .comap <| show E ₐ[K] maximalUnramified K L from Subalgebra.inclusion h,    fun _  ?_  obtain φ₁ := nonempty_unramifiedExtension_algEquiv_of_isUnramified K E  have h₁ : Module.finrank K E ∣ f K L := .trans (IsUnramified.n_dvd_f K E) <| f_dvd_f_top ..  obtain φ₂ := nonempty_unramifiedExtension_alghom_of_dvd_f K (UnramifiedExtension K (f K L))    (Module.finrank K E) (by simpa [f_unramifiedExtension _ (f_pos _ _).ne'])  unfold maximalUnramified  generalize Nonempty.some _ = φ₃  rw [ IntermediateField.toSubalgebra_le_toSubalgebra, AlgHom.fieldRange_toSubalgebra,     AlgHom.fieldRange_of_normal (E := E) (φ₃.comp (φ₂.comp φ₁.symm)),    AlgHom.fieldRange_toSubalgebra]  exact AlgHom.range_comp_le_range ..
Project
Class Field Theory
License
Apache-2.0
Commit
f18cd7fd1575
Source
ClassFieldTheory/IsNonarchimedeanLocalField/Unramified.lean:305-317

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