Here is the definition of plusS:
make plusS : :- ((k : Nat)(n : Nat) => plus k ('suc n) == (: Nat) ('suc (plus k
n))) ;
lambda k, n ;
<= Nat.Ind k ;
give xf n ;
This last 'give' is annoying: could the pro(b/p)simp hit that? It also appears
in plusComm.
Original issue reported on code.google.com by pedag...@gmail.com on 7 Sep 2010 at 11:24
Original issue reported on code.google.com by
pedag...@gmail.com
on 7 Sep 2010 at 11:24