Commit 053b764
committed
This PR fixes an issue where the `Inv` instance obtained from `Field.toGrindField` was not definitionally equal to `Field.toInv` under instance reducibility. This caused `grind` to fail.
Reported at https://leanprover.zulipchat.com/#narrow/channel/287929-mathlib4/topic/non.20def-eq.20.60Inv.60.20instances.20in.20.60Discriminant.2EDifferent.60
🤖 Prepared with Claude Code
1 parent f3f5e6f commit 053b764
File tree
2 files changed
+7
-0
lines changed- MathlibTest/grind
- Mathlib/Algebra/Field
2 files changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| 163 | + | |
163 | 164 | | |
164 | 165 | | |
165 | 166 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments