MAYBE Problem: a(b(a(a(b(x1))))) -> c(c(c(c(a(x1))))) c(x1) -> b(a(a(b(x1)))) Proof: RT Transformation Processor: strict: a(b(a(a(b(x1))))) -> c(c(c(c(a(x1))))) c(x1) -> b(a(a(b(x1)))) weak: Matrix Interpretation Processor: dimension: 1 interpretation: [c](x0) = x0 + 11, [a](x0) = x0 + 2, [b](x0) = x0 + 2 orientation: a(b(a(a(b(x1))))) = x1 + 10 >= x1 + 46 = c(c(c(c(a(x1))))) c(x1) = x1 + 11 >= x1 + 8 = b(a(a(b(x1)))) problem: strict: a(b(a(a(b(x1))))) -> c(c(c(c(a(x1))))) weak: c(x1) -> b(a(a(b(x1)))) Open