697.67/299.38 MAYBE 697.67/299.38 697.67/299.38 Problem: 697.67/299.38 strict: 697.67/299.38 times(x,plus(y,s(z))) -> plus(times(x,plus(y,times(s(z),0()))),times(x,s(z))) 697.67/299.38 times(x,0()) -> 0() 697.67/299.38 times(x,s(y)) -> plus(times(x,y),x) 697.67/299.38 plus(x,0()) -> x 697.67/299.38 plus(x,s(y)) -> s(plus(x,y)) 697.67/299.38 weak: 697.67/299.38 rand(x) -> x 697.67/299.38 rand(x) -> rand(s(x)) 697.67/299.38 697.67/299.38 Proof: 697.67/299.38 Open 697.67/299.38 EOF