Norm-one augmentation implies a unit in a horizontal group algebra
ProvedHorizontalPadicL.horizontalGroupAlgebra_isUnit_of_augmentation_norm_onegroup-ringsnumber-theoryp-adic-l-functions
An element of the group algebra of a finite horizontal quotient over the valuation ring of C_p is a unit whenever its augmentation has p-adic norm one.
Preamble
import Definitions.Def_KN_SeededThetaConstruction import Theorems.Thm_MonoidAlgebra_isUnit_iff_augmentation_of_isPGroup_v2 import Theorems.Thm_HorizontalPadicL_horizontalFiniteGroup_isPGroup import Theorems.Thm_PadicComplexInt_natCast_prime_mem_maximalIdeal set_option autoImplicit false noncomputable section
Formal statement
namespace HorizontalPadicL
/-- The standard unit criterion for a group algebra of a finite `p`-group over
the valuation ring of `ℂ_p`: an element is a unit if its augmentation is a unit.
For the explicit horizontal group, being a unit in the coefficient ring is
equivalent to the displayed norm-one condition. -/
theorem horizontalGroupAlgebra_isUnit_of_augmentation_norm_one
{p : ℕ} [Fact p.Prime] (m : ℕ → ℕ) (A : Finset ℕ)
(x : HorizontalGroupAlgebra (𝓞_ℂ_[p]).toSubring p m A)
(haug :
‖((horizontalAugmentation x : (𝓞_ℂ_[p]).toSubring) : ℂ_[p])‖ = 1) :
IsUnit x := by sorry
end HorizontalPadicLSource
Specialization of the finite p-group augmentation criterion to the valuation ring of C_p.