MAYBE Problem: a(x1) -> b(c(x1)) b(b(x1)) -> x1 c(c(b(x1))) -> a(a(c(x1))) Proof: RT Transformation Processor: strict: a(x1) -> b(c(x1)) b(b(x1)) -> x1 c(c(b(x1))) -> a(a(c(x1))) weak: Matrix Interpretation Processor: dimension: 1 interpretation: [b](x0) = x0 + 28, [c](x0) = x0 + 4, [a](x0) = x0 orientation: a(x1) = x1 >= x1 + 32 = b(c(x1)) b(b(x1)) = x1 + 56 >= x1 = x1 c(c(b(x1))) = x1 + 36 >= x1 + 4 = a(a(c(x1))) problem: strict: a(x1) -> b(c(x1)) weak: b(b(x1)) -> x1 c(c(b(x1))) -> a(a(c(x1))) Open