Commit 2025-10-10 05:35 4a3989c2

View on Github →

chore(RingTheory/AdjoinRoot): move AdjoinRoot.algEquivOfEq earlier (#30300) Before this PR it was in Mathlib.FieldTheory.IntermediateField.Adjoin.Basic and required Field K. This PR moves it to Mathlib.RingTheory.AdjoinRoot and replaces the Field assumption by CommRing while simplifying the proof.

Estimated changes