MAYBE Problem: a(a(x1)) -> x1 a(b(x1)) -> x1 a(b(b(x1))) -> b(b(a(b(a(x1))))) Proof: RT Transformation Processor: strict: a(a(x1)) -> x1 a(b(x1)) -> x1 a(b(b(x1))) -> b(b(a(b(a(x1))))) weak: Matrix Interpretation Processor: dimension: 1 interpretation: [b](x0) = x0 + 18, [a](x0) = x0 + 1 orientation: a(a(x1)) = x1 + 2 >= x1 = x1 a(b(x1)) = x1 + 19 >= x1 = x1 a(b(b(x1))) = x1 + 37 >= x1 + 56 = b(b(a(b(a(x1))))) problem: strict: a(b(b(x1))) -> b(b(a(b(a(x1))))) weak: a(a(x1)) -> x1 a(b(x1)) -> x1 Open