MAYBE 0.15/0.21 MAYBE 0.15/0.21 0.15/0.21 Problem: 0.15/0.21 cond1(true(),x,y) -> cond2(gr(x,y),x,y) 0.15/0.21 cond2(true(),x,y) -> cond1(gr0(x),y,y) 0.15/0.21 cond2(false(),x,y) -> cond1(gr0(x),p(x),y) 0.15/0.21 gr(0(),x) -> false() 0.15/0.21 gr(s(x),0()) -> true() 0.15/0.21 gr(s(x),s(y)) -> gr(x,y) 0.15/0.21 gr0(0()) -> false() 0.15/0.21 gr0(s(x)) -> true() 0.15/0.21 p(0()) -> 0() 0.15/0.21 p(s(x)) -> x 0.15/0.21 0.15/0.21 Proof: 0.15/0.21 Open 0.15/0.22 EOF