lean4-htt/tests/lean/grind
Leonardo de Moura 1d971c8735
feat: Rabinowitsch transformation in grind (#8789)
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
```
2025-06-14 22:22:40 +00:00
..
algebra feat: Rabinowitsch transformation in grind (#8789) 2025-06-14 22:22:40 +00:00
experiments chore: cleanup of grind tests (#8735) 2025-06-12 04:42:25 +00:00
dhashmap_pattern.lean chore: add test case with bad grind pattern (#8757) 2025-06-13 01:06:02 +00:00
grind_palindrome.lean chore: remove set_option grind.warning false (#8714) 2025-06-11 05:09:19 +00:00
README.md
ring_regressions.lean feat: Rabinowitsch transformation in grind (#8789) 2025-06-14 22:22:40 +00:00
sublist.lean chore: remove set_option grind.warning false (#8714) 2025-06-11 05:09:19 +00:00

Aspirational test cases for grind

These are not expected to work yet; we're collecting examples that we'd like to make work!