MAYBE Problem: a(x1) -> b(c(b(x1))) a(b(x1)) -> x1 c(c(b(x1))) -> a(c(c(x1))) Proof: RT Transformation Processor: strict: a(x1) -> b(c(b(x1))) a(b(x1)) -> x1 c(c(b(x1))) -> a(c(c(x1))) weak: Matrix Interpretation Processor: dimension: 1 interpretation: [c](x0) = x0 + 22, [b](x0) = x0 + 19, [a](x0) = x0 + 4 orientation: a(x1) = x1 + 4 >= x1 + 60 = b(c(b(x1))) a(b(x1)) = x1 + 23 >= x1 = x1 c(c(b(x1))) = x1 + 63 >= x1 + 48 = a(c(c(x1))) problem: strict: a(x1) -> b(c(b(x1))) weak: a(b(x1)) -> x1 c(c(b(x1))) -> a(c(c(x1))) Open