All proofs
Project-declaredLean 4.32.0 · mathlib@249c48c2

Exists of is Invariant of profinite

IsArithFrobAt.exists_of_isInvariant_of_profinite

Plain-language statement

Let G be a finite group acting on S, and R be the fixed subring. If Q is a prime of S with finite residue field, then there exists a Frobenius element σ : G at Q.

Exact Lean statement

lemma exists_of_isInvariant_of_profinite
    [Q.IsMaximal] [Finite (R ⧸ Q.under R)] : ∃ σ : G, IsArithFrobAt R σ Q

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma exists_of_isInvariant_of_profinite    [Q.IsMaximal] [Finite (R ⧸ Q.under R)] :  σ : G, IsArithFrobAt R σ Q := by  letI : TopologicalSpace S :=  letI : DiscreteTopology S := rfl  let P := Q.under R  have : Algebra.IsIntegral R S := Algebra.IsInvariant.isIntegral_of_profinite (G := G)  -- have : Q.IsMaximal := Ideal.Quotient.maximal_of_isField _ (Finite.isField_of_domain (S ⧸ Q))  have : P.IsMaximal := Ideal.isMaximal_comap_of_isIntegral_of_isMaximal Q  obtain p, hc := CharP.exists (R ⧸ P)  -- have : Finite (R ⧸ P) := .of_injective _ Ideal.algebraMap_quotient_injective  cases nonempty_fintype (R ⧸ P)  obtain k, hp, hk := FiniteField.card (R ⧸ P) p  have := CharP.of_ringHom_of_ne_zero (algebraMap (R ⧸ P) (S ⧸ Q)) p hp.ne_zero  have : ExpChar (S ⧸ Q) p := .prime hp  have : PerfectField (S ⧸ Q) := Algebra.IsAlgebraic.perfectField (K := (R ⧸ P))  let l : (S ⧸ Q) ≃ₐ[R ⧸ P] S ⧸ Q :=    { __ := iterateFrobeniusEquiv (S ⧸ Q) p k,      commutes' r := by        dsimp [iterateFrobenius_def]        rw [ map_pow,  hk, FiniteField.pow_card] }  obtain σ, hσ := Ideal.Quotient.stabilizerHom_surjective_of_profinite (G := G) P Q l  refine σ, fun x  ?_  rw [ Ideal.Quotient.eq, Nat.card_eq_fintype_card, hk]  exact DFunLike.congr_fun hσ (Ideal.Quotient.mk Q x)
Project
Fermat's Last Theorem
License
Apache-2.0
Commit
8dd808888295
Source
FLT/Deformations/RepresentationTheory/Frobenius.lean:67-90

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.32.0

Eq finsum quotient out of bij On

AbstractHeckeOperator.eq_finsum_quotient_out_of_bijOn'

Plain-language statement

If a is fixed by V then ∑ᶠ g ∈ s, g • a is independent of the choice s of coset representatives in G for a subset of G ⧸ V

number theoryarithmetic geometryFermat's Last Theorem

Source project: Fermat's Last Theorem

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Comm Group no compact automorphisms

CommGroup.no_compact_automorphisms

Plain-language statement

A connected compact Hausdorff abelian topological group does not admit a nontrivial compact group of automorphisms.

number theoryarithmetic geometryFermat's Last Theorem

Source project: Fermat's Last Theorem

Person-level attribution pending.

View proof record