Commit 2025-07-21 19:28 8a8c0c1a
View on Github →feat: API for Minpoly.toAdjoin
and friends (#27278)
- Replace
simps!
invocations onAdjoinRoot.Minpoly.toAdjoin
andminpoly.equivAdjoin
with principled API - Create API for
AlgEquiv.adjoinSingletonEquivAdjoinRootMinpoly
The auto-generatedsimps!
lemmas unfolded the expressions too far forsimp
to be able to continue simplifying them. A good example of the difference is the proof ofMinpoly.toAdjoin.apply_X
.