/home/nowonder/forschung/aprove/TPDB05/TRS/AG01/#3.16.trs

The program

(from AG01 3.16)
(VAR x y)
(RULES
times(x,0) -> 0
times(x,s(y)) -> plus(times(x,y),x)
plus(x,0) -> x
plus(0,x) -> x
plus(x,s(y)) -> s(plus(x,y))
plus(s(x),y) -> s(plus(x,y))
)

Submit to AProVE Web Frontend

Edit in AProVE Web Frontend