YES(?,O(n^1)) Problem: a(b(a(x))) -> b(a(b(x))) Proof: Complexity Transformation Processor: strict: a(b(a(x))) -> b(a(b(x))) weak: Matrix Interpretation Processor: dimension: 1 max_matrix: 1 interpretation: [b](x0) = x0, [a](x0) = x0 + 1 orientation: a(b(a(x))) = x + 2 >= x + 1 = b(a(b(x))) problem: strict: weak: a(b(a(x))) -> b(a(b(x))) Qed