MAYBE Problem: a(x1) -> x1 a(b(x1)) -> b(c(a(a(x1)))) c(c(c(x1))) -> a(b(x1)) Proof: RT Transformation Processor: strict: a(x1) -> x1 a(b(x1)) -> b(c(a(a(x1)))) c(c(c(x1))) -> a(b(x1)) weak: Matrix Interpretation Processor: dimension: 1 interpretation: [c](x0) = x0 + 4, [b](x0) = x0, [a](x0) = x0 + 13 orientation: a(x1) = x1 + 13 >= x1 = x1 a(b(x1)) = x1 + 13 >= x1 + 30 = b(c(a(a(x1)))) c(c(c(x1))) = x1 + 12 >= x1 + 13 = a(b(x1)) problem: strict: a(b(x1)) -> b(c(a(a(x1)))) c(c(c(x1))) -> a(b(x1)) weak: a(x1) -> x1 Matrix Interpretation Processor: dimension: 1 interpretation: [c](x0) = x0 + 12, [b](x0) = x0 + 1, [a](x0) = x0 + 6 orientation: a(b(x1)) = x1 + 7 >= x1 + 25 = b(c(a(a(x1)))) c(c(c(x1))) = x1 + 36 >= x1 + 7 = a(b(x1)) a(x1) = x1 + 6 >= x1 = x1 problem: strict: a(b(x1)) -> b(c(a(a(x1)))) weak: c(c(c(x1))) -> a(b(x1)) a(x1) -> x1 Open