YES O(n^3) TRS: { *(x, x) -> x, *(x, *(y, z)) -> *(*(x, y), z)} DUP: We consider a non-duplicating system. Trs: { *(x, x) -> x, *(x, *(y, z)) -> *(*(x, y), z)} Matrix Interpretation: Interpretation class: triangular [X5] [X2] [1 0 0][X5] [1 1 0][X2] [1] [*]([X4], [X1]) = [0 1 0][X4] + [0 1 0][X1] + [1] [X3] [X0] [0 0 1][X3] [0 0 0][X0] [0] Qed