This PR implements the Rabinowitsch transformation for `Field` disequalities in `grind`. For example, this transformation is necessary for solving: ```lean example [Field α] (a : α) : a^2 = 0 → a = 0 := by grind ``` |
||
|---|---|---|
| .. | ||
| algebra | ||
| experiments | ||
| dhashmap_pattern.lean | ||
| grind_palindrome.lean | ||
| README.md | ||
| ring_regressions.lean | ||
| sublist.lean | ||
Aspirational test cases for grind
These are not expected to work yet; we're collecting examples that we'd like to make work!