695.17/299.38 MAYBE 695.17/299.38 695.17/299.38 Problem: 695.17/299.38 strict: 695.17/299.38 pred(s(x)) -> x 695.17/299.38 minus(x,0()) -> x 695.17/299.38 minus(x,s(y)) -> pred(minus(x,y)) 695.17/299.38 quot(0(),s(y)) -> 0() 695.17/299.38 quot(s(x),s(y)) -> s(quot(minus(x,y),s(y))) 695.17/299.38 weak: 695.17/299.38 rand(x) -> x 695.17/299.38 rand(x) -> rand(s(x)) 695.17/299.38 695.17/299.38 Proof: 695.17/299.38 Open 695.24/299.38 EOF