YES(?,O(n^1)) Problem: f(a(),f(x,a())) -> f(a(),f(f(a(),x),f(a(),a()))) Proof: RT Transformation Processor: strict: f(a(),f(x,a())) -> f(a(),f(f(a(),x),f(a(),a()))) weak: Bounds Processor: bound: 1 enrichment: match-rt automaton: final states: {3} transitions: f1(8,3) -> 10* f1(8,11) -> 10,3 f1(10,9) -> 11* f1(8,8) -> 9* a1() -> 8* f0(3,3) -> 3* a0() -> 3* problem: strict: weak: f(a(),f(x,a())) -> f(a(),f(f(a(),x),f(a(),a()))) Qed