MAYBE Problem: c(c(c(c(x1)))) -> b(b(b(b(x1)))) b(b(x1)) -> x1 b(b(x1)) -> c(b(c(x1))) Proof: RT Transformation Processor: strict: c(c(c(c(x1)))) -> b(b(b(b(x1)))) b(b(x1)) -> x1 b(b(x1)) -> c(b(c(x1))) weak: Matrix Interpretation Processor: dimension: 1 interpretation: [b](x0) = x0, [c](x0) = x0 + 6 orientation: c(c(c(c(x1)))) = x1 + 24 >= x1 = b(b(b(b(x1)))) b(b(x1)) = x1 >= x1 = x1 b(b(x1)) = x1 >= x1 + 12 = c(b(c(x1))) problem: strict: b(b(x1)) -> x1 b(b(x1)) -> c(b(c(x1))) weak: c(c(c(c(x1)))) -> b(b(b(b(x1)))) Matrix Interpretation Processor: dimension: 1 interpretation: [b](x0) = x0 + 4, [c](x0) = x0 + 8 orientation: b(b(x1)) = x1 + 8 >= x1 = x1 b(b(x1)) = x1 + 8 >= x1 + 20 = c(b(c(x1))) c(c(c(c(x1)))) = x1 + 32 >= x1 + 16 = b(b(b(b(x1)))) problem: strict: b(b(x1)) -> c(b(c(x1))) weak: b(b(x1)) -> x1 c(c(c(c(x1)))) -> b(b(b(b(x1)))) Open