MAYBE Problem: a(x1) -> x1 a(b(x1)) -> c(b(a(x1))) b(x1) -> a(x1) c(c(x1)) -> b(x1) Proof: RT Transformation Processor: strict: a(x1) -> x1 a(b(x1)) -> c(b(a(x1))) b(x1) -> a(x1) c(c(x1)) -> b(x1) weak: Matrix Interpretation Processor: dimension: 1 interpretation: [c](x0) = x0 + 1, [b](x0) = x0 + 29, [a](x0) = x0 + 24 orientation: a(x1) = x1 + 24 >= x1 = x1 a(b(x1)) = x1 + 53 >= x1 + 54 = c(b(a(x1))) b(x1) = x1 + 29 >= x1 + 24 = a(x1) c(c(x1)) = x1 + 2 >= x1 + 29 = b(x1) problem: strict: a(b(x1)) -> c(b(a(x1))) c(c(x1)) -> b(x1) weak: a(x1) -> x1 b(x1) -> a(x1) Matrix Interpretation Processor: dimension: 1 interpretation: [c](x0) = x0 + 18, [b](x0) = x0 + 18, [a](x0) = x0 + 11 orientation: a(b(x1)) = x1 + 29 >= x1 + 47 = c(b(a(x1))) c(c(x1)) = x1 + 36 >= x1 + 18 = b(x1) a(x1) = x1 + 11 >= x1 = x1 b(x1) = x1 + 18 >= x1 + 11 = a(x1) problem: strict: a(b(x1)) -> c(b(a(x1))) weak: c(c(x1)) -> b(x1) a(x1) -> x1 b(x1) -> a(x1) Open