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