2013-12-01 21:56:38 +00:00
|
|
|
Axiom PlusComm(a b : Int) : a + b == b + a.
|
|
|
|
Variable a : Int.
|
|
|
|
Check (Abst (fun x : Int, (PlusComm a x))).
|
2013-12-19 05:18:45 +00:00
|
|
|
SetOption pp::implicit true.
|
2013-12-01 21:56:38 +00:00
|
|
|
Check (Abst (fun x : Int, (PlusComm a x))).
|