MAYBE Problem: a(x1) -> x1 a(a(a(x1))) -> b(x1) b(c(x1)) -> a(c(c(b(x1)))) c(x1) -> x1 Proof: RT Transformation Processor: strict: a(x1) -> x1 a(a(a(x1))) -> b(x1) b(c(x1)) -> a(c(c(b(x1)))) c(x1) -> x1 weak: Matrix Interpretation Processor: dimension: 1 interpretation: [c](x0) = x0 + 18, [b](x0) = x0 + 16, [a](x0) = x0 + 2 orientation: a(x1) = x1 + 2 >= x1 = x1 a(a(a(x1))) = x1 + 6 >= x1 + 16 = b(x1) b(c(x1)) = x1 + 34 >= x1 + 54 = a(c(c(b(x1)))) c(x1) = x1 + 18 >= x1 = x1 problem: strict: a(a(a(x1))) -> b(x1) b(c(x1)) -> a(c(c(b(x1)))) weak: a(x1) -> x1 c(x1) -> x1 Matrix Interpretation Processor: dimension: 1 interpretation: [c](x0) = x0 + 24, [b](x0) = x0 + 11, [a](x0) = x0 + 4 orientation: a(a(a(x1))) = x1 + 12 >= x1 + 11 = b(x1) b(c(x1)) = x1 + 35 >= x1 + 63 = a(c(c(b(x1)))) a(x1) = x1 + 4 >= x1 = x1 c(x1) = x1 + 24 >= x1 = x1 problem: strict: b(c(x1)) -> a(c(c(b(x1)))) weak: a(a(a(x1))) -> b(x1) a(x1) -> x1 c(x1) -> x1 Open