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