MAYBE Problem: d(0()) -> 0() d(s(x)) -> s(s(d(x))) e(0(),x) -> x e(s(x),y) -> e(x,d(y)) Proof: Open