YES Problem: f(f(a(),x),a()) -> f(f(x,f(a(),a())),a()) Proof: Uncurry Processor: a2(x,a()) -> f(f(x,a1(a())),a()) f(a1(x1),x2) -> a2(x1,x2) f(a(),x2) -> a1(x2) Bounds Processor: bound: 1 enrichment: match automaton: final states: {7,6,1} transitions: a{2,1}(2,12) -> 13* a{2,1}(2,3) -> 5* a{2,1}(3,2) -> 1* f1(13,11) -> 1* f1(3,12) -> 13* a{1,1}(11) -> 12* a1() -> 11* f40() -> 4* f0(3,3) -> 5* f0(4,3) -> 5* f0(5,2) -> 1* a{1,0}(2) -> 3* a{1,0}(4) -> 7* a{1,0}(3) -> 5* a0() -> 2* a{2,0}(4,4) -> 6* a{2,0}(2,3) -> 5* a{2,0}(3,2) -> 1,6 a{2,0}(4,3) -> 5* 1 -> 6* problem: Qed