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