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