Commit 2023-06-15 11:52 5f9c1678
View on Github →chore: forward-port leanprover-community/mathlib#19182 (#5024)
The important thing to forward-port here is the addition of [DecidableEq _]
to a handful of lemmas.
linear_algebra.eigenspace.minpoly
did not need anything forward-porting, as the proof which broke in mathlib3 did not break in mathlib4.
The nthRootsFinset_def
lemma was forgotten in the mathlib3 PR.