MAYBE Problem: a(b(c(x1))) -> c(c(c(b(b(b(a(a(a(x1))))))))) c(b(x1)) -> a(a(a(x1))) a(x1) -> x1 b(x1) -> x1 c(x1) -> x1 Proof: RT Transformation Processor: strict: a(b(c(x1))) -> c(c(c(b(b(b(a(a(a(x1))))))))) c(b(x1)) -> a(a(a(x1))) a(x1) -> x1 b(x1) -> x1 c(x1) -> x1 weak: Matrix Interpretation Processor: dimension: 1 interpretation: [a](x0) = x0 + 13, [b](x0) = x0 + 3, [c](x0) = x0 + 3 orientation: a(b(c(x1))) = x1 + 19 >= x1 + 57 = c(c(c(b(b(b(a(a(a(x1))))))))) c(b(x1)) = x1 + 6 >= x1 + 39 = a(a(a(x1))) a(x1) = x1 + 13 >= x1 = x1 b(x1) = x1 + 3 >= x1 = x1 c(x1) = x1 + 3 >= x1 = x1 problem: strict: a(b(c(x1))) -> c(c(c(b(b(b(a(a(a(x1))))))))) c(b(x1)) -> a(a(a(x1))) weak: a(x1) -> x1 b(x1) -> x1 c(x1) -> x1 Matrix Interpretation Processor: dimension: 1 interpretation: [a](x0) = x0 + 3, [b](x0) = x0 + 4, [c](x0) = x0 + 6 orientation: a(b(c(x1))) = x1 + 13 >= x1 + 39 = c(c(c(b(b(b(a(a(a(x1))))))))) c(b(x1)) = x1 + 10 >= x1 + 9 = a(a(a(x1))) a(x1) = x1 + 3 >= x1 = x1 b(x1) = x1 + 4 >= x1 = x1 c(x1) = x1 + 6 >= x1 = x1 problem: strict: a(b(c(x1))) -> c(c(c(b(b(b(a(a(a(x1))))))))) weak: c(b(x1)) -> a(a(a(x1))) a(x1) -> x1 b(x1) -> x1 c(x1) -> x1 Open