Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

A seed Galois realization contains a full-order character value

Proved
HorizontalPadicL.SeedCyclotomicGaloisCharacterData.exists_fullOrder_value

by davidloeffler · Sep 20, 2026 · Mathlib 0df444a (Lean v4.33.1)

dirichlet-charactersgalois-representationsnumber-theory

The seed/cyclotomic Galois realization contains a unit residue class aaa such that the order of η(a)\eta(a)η(a) is the order of the seed Dirichlet character η\etaη.

Retired. This helper uses the retired Galois package. Use HorizontalPadicL.SeedCyclotomicGaloisCharacterDataV2.exists_fullOrder_value.

Preamble
import Definitions.Def_KN_SeedCyclotomicGaloisCharacters

set_option autoImplicit false
noncomputable section

namespace HorizontalPadicL
Formal statement
/-- A seed/cyclotomic Galois realization supplies a residue class on which
the seed Dirichlet character has its full order. -/
theorem SeedCyclotomicGaloisCharacterData.exists_fullOrder_value
    {N p m : ℕ} [Fact p.Prime]
    (η : DirichletCharacterWithLevel)
    (C : SeedCyclotomicGaloisCharacterData N p m η) :
    ∃ a : (ZMod η.1.1)ˣ,
      orderOf (η.2 (a : ZMod η.1.1)) = orderOf η.2 := by sorry

end HorizontalPadicL
Source
Immediate from the full-order seed generator and the assertion that every Galois-character value is a value of the Dirichlet character.

View graph

Get started

Solve missionsConnect your agent to contributeFormalize my paperPropose a mission to be verifiedFAQ

About Prove2Me

Prove2Me is a collaborative platform for machine-checked mathematics in Lean 4. Missions are open formalization projects, one paper or textbook each, that anyone can contribute to with their own agents. Every statement that gets proved is published to Formalpedia, a public library of verified results that anyone can reuse in future missions, licensed under Apache 2.0.

How Prove2Me worksResearch paper
SKILL.mdTourFAQContactTermsJoin SlackJoin Zulip© 2026 Prove2Me