Commit 2025-04-02 09:50 67579887
View on Github →refactor(Algebra/CharP): Frobenius map definition in Mathlib.Algebra.CharP.Frobenius
(#23444)
The Frobenius map definitions are now in Mathlib.Algebra.CharP.Frobenius
to reduce confusion (before it was split between Lemmas
and ExpChar
after PR #18023).
As Mathlib.Algebra.CharP.Two
forbids definitions of Algebra
and LinearMap
and at the same time depends on the results requiring additive part of the Frobenius map, that part is placed in Lemmas
and reused in the definitions of frobenius
and iterateFrobenius
.