MAYBE 0.08/0.17 MAYBE 0.08/0.17 0.08/0.17 Problem: 0.08/0.17 f(true(),x,y) -> f(gt(x,y),x,round(s(y))) 0.08/0.17 round(0()) -> 0() 0.08/0.17 round(s(0())) -> s(s(0())) 0.08/0.17 round(s(s(x))) -> s(s(round(x))) 0.08/0.17 gt(0(),v) -> false() 0.08/0.17 gt(s(u),0()) -> true() 0.08/0.17 gt(s(u),s(v)) -> gt(u,v) 0.08/0.17 0.08/0.17 Proof: 0.08/0.17 Open 0.08/0.17 EOF