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