chore: add failing grind test (#9607)
This PR adds a failing grind test.
This commit is contained in:
parent
e53f944c83
commit
9399b2ee36
1 changed files with 4 additions and 0 deletions
4
tests/lean/grind/algebra/linarith_cc.lean
Normal file
4
tests/lean/grind/algebra/linarith_cc.lean
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
-- This fails unless we manually substitute `hb`.
|
||||
-- `grind` doesn't recognise this as a linear arithmetic problem.
|
||||
example (a : Nat) (ha : a < 8) (b : Nat) (hb : b = 2) : a * b < 8 * b := by
|
||||
grind -- fails
|
||||
Loading…
Add table
Reference in a new issue