lean4-htt/tests/lean/run/grind_cutsat_proof_term_issue.lean
Leonardo de Moura 058f6008c0
fix: bug at Poly.combine_mul_k (#10296)
This PR fixes a bug in an auxiliary function used to construct proof
terms in `grind cutsat`.
2025-09-08 02:17:11 +00:00

5 lines
187 B
Text

example (x y : UInt8) : 3*x = 1 → 3*y = 2 → x + y = 1 := by
grind -ring -ac -linarith
example (x y : Fin 11) : 3*x = 1 → 3*y = 2 → x + y = 1 := by
grind -ring -ac -linarith