Commit 36f51ef2 authored by Adam Chlipala's avatar Adam Chlipala

Try arithmetic contradiction

parent bc9ad81d
......@@ -112,6 +112,6 @@ Ltac crush' lemmas invOne :=
in (sintuition; rewriter;
repeat ((app ltac:(fun L => inster L L) lemmas || appHyps ltac:(fun L => inster L L));
repeat (simplHyp invOne; intuition));
un_done; sintuition; try omega).
un_done; sintuition; try omega; try (elimtype False; omega)).
Ltac crush := crush' tt fail.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment