Commit 2025-08-09 00:27 faf61920
View on Github →chore(RingTheory/IsAdjoinRoot): refactor IsAdjoinRoot (#27367)
- Change definition of
IsAdjoinRoot
to use bundledAlgHom
- Remove duplicated API for
AdjoinRoot.isAdjoinRootMonic
- Remove bad
simp
lemmaisAdjoinRoot_map_eq_mk
- Make
map_repr
simp
- Rename some lemmas to be more descriptive
The data of
IsAdjoinRoot
is determined byIsAdjoinRoot.root
. The simp normal form was previously unclear; now it runs through simplifyingIsAdjoinRoot.root
rather thanIsAdjoinRoot.map
.