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

Nonempty unramified Extension alg Equiv of is Unramified

IsNonarchimedeanLocalField.nonempty_unramifiedExtension_algEquiv_of_isUnramified

Plain-language statement

If L/K is unramified, then L is isomorphic to Kn where n = [L:K].

Exact Lean statement

theorem nonempty_unramifiedExtension_algEquiv_of_isUnramified [IsUnramified K L] :
    Nonempty (UnramifiedExtension K (Module.finrank K L) ≃ₐ[K] L)

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
theorem nonempty_unramifiedExtension_algEquiv_of_isUnramified [IsUnramified K L] :    Nonempty (UnramifiedExtension K (Module.finrank K L) ≃ₐ[K] L) := by  obtain φ := nonempty_unramifiedExtension_alghom_of_dvd_f K L (Module.finrank K L)    (IsUnramified.n_dvd_f K L)  have : φ.fieldRange =:= IntermediateField.toSubalgebra_injective <|    Subalgebra.toSubmodule_injective <| Submodule.eq_top_of_finrank_eq <| by    change Module.finrank K (LinearMap.range φ.toLinearMap) = _    rw [LinearMap.finrank_range_of_inj φ.toRingHom.injective,      finrank_unramifiedExtension _ Module.finrank_pos.ne']  exact (AlgEquiv.ofInjective φ φ.toRingHom.injective).trans <|    (IntermediateField.equivOfEq this).trans <| IntermediateField.topEquiv
Project
Class Field Theory
License
Apache-2.0
Commit
f18cd7fd1575
Source
ClassFieldTheory/IsNonarchimedeanLocalField/Unramified.lean:275-285

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