YES Problem: h(a(),a()) -> f(c()) a() -> a() b() -> h(c(),a()) Proof: Church Rosser Transformation Processor (critical pair closing system, Thm 2.4): h(a(),a()) -> f(c()) critical peaks: joinable Matrix Interpretation Processor: dim=1 interpretation: [f](x0) = x0, [c] = 0, [h](x0, x1) = x0 + x1 + 1, [a] = 0 orientation: h(a(),a()) = 1 >= 0 = f(c()) problem: Qed