Commit 2024-03-12 11:06 110a0a3f
View on Github →chore(Algebra/Group/AddChar): move results (#11312)
Currently the definition of additive characters (from an additive to a multiplicative monoid) is hidden away in
NumberTheory/LegendreSymbol
. These constructions seem to be getting used more widely, e.g. in Yaël's LeanAPAP project; so this PR carves off the parts of NumberTheory/LegendreSymbol/AddCharacter
which don't depend on cyclotomic field arithmetic and moves them to Algebra/Group
.