/export/starexec/sandbox2/solver/bin/starexec_run_ttt2-1.17+nonreach /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- YES Problem: active(and(tt(),X)) -> mark(X) active(plus(N,0())) -> mark(N) active(plus(N,s(M))) -> mark(s(plus(N,M))) active(and(X1,X2)) -> and(active(X1),X2) active(plus(X1,X2)) -> plus(active(X1),X2) active(plus(X1,X2)) -> plus(X1,active(X2)) active(s(X)) -> s(active(X)) and(mark(X1),X2) -> mark(and(X1,X2)) plus(mark(X1),X2) -> mark(plus(X1,X2)) plus(X1,mark(X2)) -> mark(plus(X1,X2)) s(mark(X)) -> mark(s(X)) proper(and(X1,X2)) -> and(proper(X1),proper(X2)) proper(tt()) -> ok(tt()) proper(plus(X1,X2)) -> plus(proper(X1),proper(X2)) proper(0()) -> ok(0()) proper(s(X)) -> s(proper(X)) and(ok(X1),ok(X2)) -> ok(and(X1,X2)) plus(ok(X1),ok(X2)) -> ok(plus(X1,X2)) s(ok(X)) -> ok(s(X)) top(mark(X)) -> top(proper(X)) top(ok(X)) -> top(active(X)) Proof: Matrix Interpretation Processor: dim=1 interpretation: [top](x0) = x0, [ok](x0) = x0, [proper](x0) = x0, [s](x0) = x0, [plus](x0, x1) = 4x0 + 4x1, [0] = 0, [mark](x0) = x0, [active](x0) = x0, [and](x0, x1) = 4x0 + x1, [tt] = 2 orientation: active(and(tt(),X)) = X + 8 >= X = mark(X) active(plus(N,0())) = 4N >= N = mark(N) active(plus(N,s(M))) = 4M + 4N >= 4M + 4N = mark(s(plus(N,M))) active(and(X1,X2)) = 4X1 + X2 >= 4X1 + X2 = and(active(X1),X2) active(plus(X1,X2)) = 4X1 + 4X2 >= 4X1 + 4X2 = plus(active(X1),X2) active(plus(X1,X2)) = 4X1 + 4X2 >= 4X1 + 4X2 = plus(X1,active(X2)) active(s(X)) = X >= X = s(active(X)) and(mark(X1),X2) = 4X1 + X2 >= 4X1 + X2 = mark(and(X1,X2)) plus(mark(X1),X2) = 4X1 + 4X2 >= 4X1 + 4X2 = mark(plus(X1,X2)) plus(X1,mark(X2)) = 4X1 + 4X2 >= 4X1 + 4X2 = mark(plus(X1,X2)) s(mark(X)) = X >= X = mark(s(X)) proper(and(X1,X2)) = 4X1 + X2 >= 4X1 + X2 = and(proper(X1),proper(X2)) proper(tt()) = 2 >= 2 = ok(tt()) proper(plus(X1,X2)) = 4X1 + 4X2 >= 4X1 + 4X2 = plus(proper(X1),proper(X2)) proper(0()) = 0 >= 0 = ok(0()) proper(s(X)) = X >= X = s(proper(X)) and(ok(X1),ok(X2)) = 4X1 + X2 >= 4X1 + X2 = ok(and(X1,X2)) plus(ok(X1),ok(X2)) = 4X1 + 4X2 >= 4X1 + 4X2 = ok(plus(X1,X2)) s(ok(X)) = X >= X = ok(s(X)) top(mark(X)) = X >= X = top(proper(X)) top(ok(X)) = X >= X = top(active(X)) problem: active(plus(N,0())) -> mark(N) active(plus(N,s(M))) -> mark(s(plus(N,M))) active(and(X1,X2)) -> and(active(X1),X2) active(plus(X1,X2)) -> plus(active(X1),X2) active(plus(X1,X2)) -> plus(X1,active(X2)) active(s(X)) -> s(active(X)) and(mark(X1),X2) -> mark(and(X1,X2)) plus(mark(X1),X2) -> mark(plus(X1,X2)) plus(X1,mark(X2)) -> mark(plus(X1,X2)) s(mark(X)) -> mark(s(X)) proper(and(X1,X2)) -> and(proper(X1),proper(X2)) proper(tt()) -> ok(tt()) proper(plus(X1,X2)) -> plus(proper(X1),proper(X2)) proper(0()) -> ok(0()) proper(s(X)) -> s(proper(X)) and(ok(X1),ok(X2)) -> ok(and(X1,X2)) plus(ok(X1),ok(X2)) -> ok(plus(X1,X2)) s(ok(X)) -> ok(s(X)) top(mark(X)) -> top(proper(X)) top(ok(X)) -> top(active(X)) Matrix Interpretation Processor: dim=1 interpretation: [top](x0) = x0, [ok](x0) = x0, [proper](x0) = x0, [s](x0) = x0, [plus](x0, x1) = x0 + x1, [0] = 4, [mark](x0) = x0, [active](x0) = x0, [and](x0, x1) = 2x0 + x1, [tt] = 4 orientation: active(plus(N,0())) = N + 4 >= N = mark(N) active(plus(N,s(M))) = M + N >= M + N = mark(s(plus(N,M))) active(and(X1,X2)) = 2X1 + X2 >= 2X1 + X2 = and(active(X1),X2) active(plus(X1,X2)) = X1 + X2 >= X1 + X2 = plus(active(X1),X2) active(plus(X1,X2)) = X1 + X2 >= X1 + X2 = plus(X1,active(X2)) active(s(X)) = X >= X = s(active(X)) and(mark(X1),X2) = 2X1 + X2 >= 2X1 + X2 = mark(and(X1,X2)) plus(mark(X1),X2) = X1 + X2 >= X1 + X2 = mark(plus(X1,X2)) plus(X1,mark(X2)) = X1 + X2 >= X1 + X2 = mark(plus(X1,X2)) s(mark(X)) = X >= X = mark(s(X)) proper(and(X1,X2)) = 2X1 + X2 >= 2X1 + X2 = and(proper(X1),proper(X2)) proper(tt()) = 4 >= 4 = ok(tt()) proper(plus(X1,X2)) = X1 + X2 >= X1 + X2 = plus(proper(X1),proper(X2)) proper(0()) = 4 >= 4 = ok(0()) proper(s(X)) = X >= X = s(proper(X)) and(ok(X1),ok(X2)) = 2X1 + X2 >= 2X1 + X2 = ok(and(X1,X2)) plus(ok(X1),ok(X2)) = X1 + X2 >= X1 + X2 = ok(plus(X1,X2)) s(ok(X)) = X >= X = ok(s(X)) top(mark(X)) = X >= X = top(proper(X)) top(ok(X)) = X >= X = top(active(X)) problem: active(plus(N,s(M))) -> mark(s(plus(N,M))) active(and(X1,X2)) -> and(active(X1),X2) active(plus(X1,X2)) -> plus(active(X1),X2) active(plus(X1,X2)) -> plus(X1,active(X2)) active(s(X)) -> s(active(X)) and(mark(X1),X2) -> mark(and(X1,X2)) plus(mark(X1),X2) -> mark(plus(X1,X2)) plus(X1,mark(X2)) -> mark(plus(X1,X2)) s(mark(X)) -> mark(s(X)) proper(and(X1,X2)) -> and(proper(X1),proper(X2)) proper(tt()) -> ok(tt()) proper(plus(X1,X2)) -> plus(proper(X1),proper(X2)) proper(0()) -> ok(0()) proper(s(X)) -> s(proper(X)) and(ok(X1),ok(X2)) -> ok(and(X1,X2)) plus(ok(X1),ok(X2)) -> ok(plus(X1,X2)) s(ok(X)) -> ok(s(X)) top(mark(X)) -> top(proper(X)) top(ok(X)) -> top(active(X)) Matrix Interpretation Processor: dim=1 interpretation: [top](x0) = x0 + 1, [ok](x0) = x0, [proper](x0) = x0, [s](x0) = x0 + 2, [plus](x0, x1) = x0 + 4x1, [0] = 4, [mark](x0) = x0, [active](x0) = x0, [and](x0, x1) = 2x0 + 2x1, [tt] = 4 orientation: active(plus(N,s(M))) = 4M + N + 8 >= 4M + N + 2 = mark(s(plus(N,M))) active(and(X1,X2)) = 2X1 + 2X2 >= 2X1 + 2X2 = and(active(X1),X2) active(plus(X1,X2)) = X1 + 4X2 >= X1 + 4X2 = plus(active(X1),X2) active(plus(X1,X2)) = X1 + 4X2 >= X1 + 4X2 = plus(X1,active(X2)) active(s(X)) = X + 2 >= X + 2 = s(active(X)) and(mark(X1),X2) = 2X1 + 2X2 >= 2X1 + 2X2 = mark(and(X1,X2)) plus(mark(X1),X2) = X1 + 4X2 >= X1 + 4X2 = mark(plus(X1,X2)) plus(X1,mark(X2)) = X1 + 4X2 >= X1 + 4X2 = mark(plus(X1,X2)) s(mark(X)) = X + 2 >= X + 2 = mark(s(X)) proper(and(X1,X2)) = 2X1 + 2X2 >= 2X1 + 2X2 = and(proper(X1),proper(X2)) proper(tt()) = 4 >= 4 = ok(tt()) proper(plus(X1,X2)) = X1 + 4X2 >= X1 + 4X2 = plus(proper(X1),proper(X2)) proper(0()) = 4 >= 4 = ok(0()) proper(s(X)) = X + 2 >= X + 2 = s(proper(X)) and(ok(X1),ok(X2)) = 2X1 + 2X2 >= 2X1 + 2X2 = ok(and(X1,X2)) plus(ok(X1),ok(X2)) = X1 + 4X2 >= X1 + 4X2 = ok(plus(X1,X2)) s(ok(X)) = X + 2 >= X + 2 = ok(s(X)) top(mark(X)) = X + 1 >= X + 1 = top(proper(X)) top(ok(X)) = X + 1 >= X + 1 = top(active(X)) problem: active(and(X1,X2)) -> and(active(X1),X2) active(plus(X1,X2)) -> plus(active(X1),X2) active(plus(X1,X2)) -> plus(X1,active(X2)) active(s(X)) -> s(active(X)) and(mark(X1),X2) -> mark(and(X1,X2)) plus(mark(X1),X2) -> mark(plus(X1,X2)) plus(X1,mark(X2)) -> mark(plus(X1,X2)) s(mark(X)) -> mark(s(X)) proper(and(X1,X2)) -> and(proper(X1),proper(X2)) proper(tt()) -> ok(tt()) proper(plus(X1,X2)) -> plus(proper(X1),proper(X2)) proper(0()) -> ok(0()) proper(s(X)) -> s(proper(X)) and(ok(X1),ok(X2)) -> ok(and(X1,X2)) plus(ok(X1),ok(X2)) -> ok(plus(X1,X2)) s(ok(X)) -> ok(s(X)) top(mark(X)) -> top(proper(X)) top(ok(X)) -> top(active(X)) Matrix Interpretation Processor: dim=1 interpretation: [top](x0) = x0, [ok](x0) = 4x0, [proper](x0) = x0, [s](x0) = x0, [plus](x0, x1) = x0 + x1, [0] = 0, [mark](x0) = x0 + 4, [active](x0) = 4x0, [and](x0, x1) = 2x0 + 2x1, [tt] = 0 orientation: active(and(X1,X2)) = 8X1 + 8X2 >= 8X1 + 2X2 = and(active(X1),X2) active(plus(X1,X2)) = 4X1 + 4X2 >= 4X1 + X2 = plus(active(X1),X2) active(plus(X1,X2)) = 4X1 + 4X2 >= X1 + 4X2 = plus(X1,active(X2)) active(s(X)) = 4X >= 4X = s(active(X)) and(mark(X1),X2) = 2X1 + 2X2 + 8 >= 2X1 + 2X2 + 4 = mark(and(X1,X2)) plus(mark(X1),X2) = X1 + X2 + 4 >= X1 + X2 + 4 = mark(plus(X1,X2)) plus(X1,mark(X2)) = X1 + X2 + 4 >= X1 + X2 + 4 = mark(plus(X1,X2)) s(mark(X)) = X + 4 >= X + 4 = mark(s(X)) proper(and(X1,X2)) = 2X1 + 2X2 >= 2X1 + 2X2 = and(proper(X1),proper(X2)) proper(tt()) = 0 >= 0 = ok(tt()) proper(plus(X1,X2)) = X1 + X2 >= X1 + X2 = plus(proper(X1),proper(X2)) proper(0()) = 0 >= 0 = ok(0()) proper(s(X)) = X >= X = s(proper(X)) and(ok(X1),ok(X2)) = 8X1 + 8X2 >= 8X1 + 8X2 = ok(and(X1,X2)) plus(ok(X1),ok(X2)) = 4X1 + 4X2 >= 4X1 + 4X2 = ok(plus(X1,X2)) s(ok(X)) = 4X >= 4X = ok(s(X)) top(mark(X)) = X + 4 >= X = top(proper(X)) top(ok(X)) = 4X >= 4X = top(active(X)) problem: active(and(X1,X2)) -> and(active(X1),X2) active(plus(X1,X2)) -> plus(active(X1),X2) active(plus(X1,X2)) -> plus(X1,active(X2)) active(s(X)) -> s(active(X)) plus(mark(X1),X2) -> mark(plus(X1,X2)) plus(X1,mark(X2)) -> mark(plus(X1,X2)) s(mark(X)) -> mark(s(X)) proper(and(X1,X2)) -> and(proper(X1),proper(X2)) proper(tt()) -> ok(tt()) proper(plus(X1,X2)) -> plus(proper(X1),proper(X2)) proper(0()) -> ok(0()) proper(s(X)) -> s(proper(X)) and(ok(X1),ok(X2)) -> ok(and(X1,X2)) plus(ok(X1),ok(X2)) -> ok(plus(X1,X2)) s(ok(X)) -> ok(s(X)) top(ok(X)) -> top(active(X)) Matrix Interpretation Processor: dim=3 interpretation: [1 0 1] [0] [top](x0) = [0 0 0]x0 + [0] [0 0 0] [1], [1 0 0] [ok](x0) = [0 1 0]x0 [0 1 0] , [1 0 0] [proper](x0) = [0 1 0]x0 [0 1 0] , [s](x0) = x0 , [1 0 0] [1 1 0] [plus](x0, x1) = [0 1 0]x0 + [0 1 0]x1 [0 1 0] [0 1 0] , [0] [0] = [1] [0], [1 0 0] [0] [mark](x0) = [0 1 0]x0 + [1] [0 0 0] [0], [1 0 0] [active](x0) = [0 1 0]x0 [0 1 0] , [1 0 0] [1 0 0] [and](x0, x1) = [0 0 0]x0 + [1 0 0]x1 [0 0 0] [1 0 0] , [0] [tt] = [1] [0] orientation: [1 0 0] [1 0 0] [1 0 0] [1 0 0] active(and(X1,X2)) = [0 0 0]X1 + [1 0 0]X2 >= [0 0 0]X1 + [1 0 0]X2 = and(active(X1),X2) [0 0 0] [1 0 0] [0 0 0] [1 0 0] [1 0 0] [1 1 0] [1 0 0] [1 1 0] active(plus(X1,X2)) = [0 1 0]X1 + [0 1 0]X2 >= [0 1 0]X1 + [0 1 0]X2 = plus(active(X1),X2) [0 1 0] [0 1 0] [0 1 0] [0 1 0] [1 0 0] [1 1 0] [1 0 0] [1 1 0] active(plus(X1,X2)) = [0 1 0]X1 + [0 1 0]X2 >= [0 1 0]X1 + [0 1 0]X2 = plus(X1,active(X2)) [0 1 0] [0 1 0] [0 1 0] [0 1 0] [1 0 0] [1 0 0] active(s(X)) = [0 1 0]X >= [0 1 0]X = s(active(X)) [0 1 0] [0 1 0] [1 0 0] [1 1 0] [0] [1 0 0] [1 1 0] [0] plus(mark(X1),X2) = [0 1 0]X1 + [0 1 0]X2 + [1] >= [0 1 0]X1 + [0 1 0]X2 + [1] = mark(plus(X1,X2)) [0 1 0] [0 1 0] [1] [0 0 0] [0 0 0] [0] [1 0 0] [1 1 0] [1] [1 0 0] [1 1 0] [0] plus(X1,mark(X2)) = [0 1 0]X1 + [0 1 0]X2 + [1] >= [0 1 0]X1 + [0 1 0]X2 + [1] = mark(plus(X1,X2)) [0 1 0] [0 1 0] [1] [0 0 0] [0 0 0] [0] [1 0 0] [0] [1 0 0] [0] s(mark(X)) = [0 1 0]X + [1] >= [0 1 0]X + [1] = mark(s(X)) [0 0 0] [0] [0 0 0] [0] [1 0 0] [1 0 0] [1 0 0] [1 0 0] proper(and(X1,X2)) = [0 0 0]X1 + [1 0 0]X2 >= [0 0 0]X1 + [1 0 0]X2 = and(proper(X1),proper(X2)) [0 0 0] [1 0 0] [0 0 0] [1 0 0] [0] [0] proper(tt()) = [1] >= [1] = ok(tt()) [1] [1] [1 0 0] [1 1 0] [1 0 0] [1 1 0] proper(plus(X1,X2)) = [0 1 0]X1 + [0 1 0]X2 >= [0 1 0]X1 + [0 1 0]X2 = plus(proper(X1),proper(X2)) [0 1 0] [0 1 0] [0 1 0] [0 1 0] [0] [0] proper(0()) = [1] >= [1] = ok(0()) [1] [1] [1 0 0] [1 0 0] proper(s(X)) = [0 1 0]X >= [0 1 0]X = s(proper(X)) [0 1 0] [0 1 0] [1 0 0] [1 0 0] [1 0 0] [1 0 0] and(ok(X1),ok(X2)) = [0 0 0]X1 + [1 0 0]X2 >= [0 0 0]X1 + [1 0 0]X2 = ok(and(X1,X2)) [0 0 0] [1 0 0] [0 0 0] [1 0 0] [1 0 0] [1 1 0] [1 0 0] [1 1 0] plus(ok(X1),ok(X2)) = [0 1 0]X1 + [0 1 0]X2 >= [0 1 0]X1 + [0 1 0]X2 = ok(plus(X1,X2)) [0 1 0] [0 1 0] [0 1 0] [0 1 0] [1 0 0] [1 0 0] s(ok(X)) = [0 1 0]X >= [0 1 0]X = ok(s(X)) [0 1 0] [0 1 0] [1 1 0] [0] [1 1 0] [0] top(ok(X)) = [0 0 0]X + [0] >= [0 0 0]X + [0] = top(active(X)) [0 0 0] [1] [0 0 0] [1] problem: active(and(X1,X2)) -> and(active(X1),X2) active(plus(X1,X2)) -> plus(active(X1),X2) active(plus(X1,X2)) -> plus(X1,active(X2)) active(s(X)) -> s(active(X)) plus(mark(X1),X2) -> mark(plus(X1,X2)) s(mark(X)) -> mark(s(X)) proper(and(X1,X2)) -> and(proper(X1),proper(X2)) proper(tt()) -> ok(tt()) proper(plus(X1,X2)) -> plus(proper(X1),proper(X2)) proper(0()) -> ok(0()) proper(s(X)) -> s(proper(X)) and(ok(X1),ok(X2)) -> ok(and(X1,X2)) plus(ok(X1),ok(X2)) -> ok(plus(X1,X2)) s(ok(X)) -> ok(s(X)) top(ok(X)) -> top(active(X)) Matrix Interpretation Processor: dim=1 interpretation: [top](x0) = x0, [ok](x0) = 3x0 + 1, [proper](x0) = 3x0 + 1, [s](x0) = x0, [plus](x0, x1) = 6x0 + 3x1 + 4, [0] = 1, [mark](x0) = x0, [active](x0) = x0, [and](x0, x1) = 4x0 + 5x1 + 4, [tt] = 0 orientation: active(and(X1,X2)) = 4X1 + 5X2 + 4 >= 4X1 + 5X2 + 4 = and(active(X1),X2) active(plus(X1,X2)) = 6X1 + 3X2 + 4 >= 6X1 + 3X2 + 4 = plus(active(X1),X2) active(plus(X1,X2)) = 6X1 + 3X2 + 4 >= 6X1 + 3X2 + 4 = plus(X1,active(X2)) active(s(X)) = X >= X = s(active(X)) plus(mark(X1),X2) = 6X1 + 3X2 + 4 >= 6X1 + 3X2 + 4 = mark(plus(X1,X2)) s(mark(X)) = X >= X = mark(s(X)) proper(and(X1,X2)) = 12X1 + 15X2 + 13 >= 12X1 + 15X2 + 13 = and(proper(X1),proper(X2)) proper(tt()) = 1 >= 1 = ok(tt()) proper(plus(X1,X2)) = 18X1 + 9X2 + 13 >= 18X1 + 9X2 + 13 = plus(proper(X1),proper(X2)) proper(0()) = 4 >= 4 = ok(0()) proper(s(X)) = 3X + 1 >= 3X + 1 = s(proper(X)) and(ok(X1),ok(X2)) = 12X1 + 15X2 + 13 >= 12X1 + 15X2 + 13 = ok(and(X1,X2)) plus(ok(X1),ok(X2)) = 18X1 + 9X2 + 13 >= 18X1 + 9X2 + 13 = ok(plus(X1,X2)) s(ok(X)) = 3X + 1 >= 3X + 1 = ok(s(X)) top(ok(X)) = 3X + 1 >= X = top(active(X)) problem: active(and(X1,X2)) -> and(active(X1),X2) active(plus(X1,X2)) -> plus(active(X1),X2) active(plus(X1,X2)) -> plus(X1,active(X2)) active(s(X)) -> s(active(X)) plus(mark(X1),X2) -> mark(plus(X1,X2)) s(mark(X)) -> mark(s(X)) proper(and(X1,X2)) -> and(proper(X1),proper(X2)) proper(tt()) -> ok(tt()) proper(plus(X1,X2)) -> plus(proper(X1),proper(X2)) proper(0()) -> ok(0()) proper(s(X)) -> s(proper(X)) and(ok(X1),ok(X2)) -> ok(and(X1,X2)) plus(ok(X1),ok(X2)) -> ok(plus(X1,X2)) s(ok(X)) -> ok(s(X)) Matrix Interpretation Processor: dim=1 interpretation: [ok](x0) = 2x0 + 4, [proper](x0) = 4x0, [s](x0) = 4x0, [plus](x0, x1) = x0 + 4x1, [0] = 2, [mark](x0) = x0, [active](x0) = x0, [and](x0, x1) = 3x0 + x1, [tt] = 2 orientation: active(and(X1,X2)) = 3X1 + X2 >= 3X1 + X2 = and(active(X1),X2) active(plus(X1,X2)) = X1 + 4X2 >= X1 + 4X2 = plus(active(X1),X2) active(plus(X1,X2)) = X1 + 4X2 >= X1 + 4X2 = plus(X1,active(X2)) active(s(X)) = 4X >= 4X = s(active(X)) plus(mark(X1),X2) = X1 + 4X2 >= X1 + 4X2 = mark(plus(X1,X2)) s(mark(X)) = 4X >= 4X = mark(s(X)) proper(and(X1,X2)) = 12X1 + 4X2 >= 12X1 + 4X2 = and(proper(X1),proper(X2)) proper(tt()) = 8 >= 8 = ok(tt()) proper(plus(X1,X2)) = 4X1 + 16X2 >= 4X1 + 16X2 = plus(proper(X1),proper(X2)) proper(0()) = 8 >= 8 = ok(0()) proper(s(X)) = 16X >= 16X = s(proper(X)) and(ok(X1),ok(X2)) = 6X1 + 2X2 + 16 >= 6X1 + 2X2 + 4 = ok(and(X1,X2)) plus(ok(X1),ok(X2)) = 2X1 + 8X2 + 20 >= 2X1 + 8X2 + 4 = ok(plus(X1,X2)) s(ok(X)) = 8X + 16 >= 8X + 4 = ok(s(X)) problem: active(and(X1,X2)) -> and(active(X1),X2) active(plus(X1,X2)) -> plus(active(X1),X2) active(plus(X1,X2)) -> plus(X1,active(X2)) active(s(X)) -> s(active(X)) plus(mark(X1),X2) -> mark(plus(X1,X2)) s(mark(X)) -> mark(s(X)) proper(and(X1,X2)) -> and(proper(X1),proper(X2)) proper(tt()) -> ok(tt()) proper(plus(X1,X2)) -> plus(proper(X1),proper(X2)) proper(0()) -> ok(0()) proper(s(X)) -> s(proper(X)) Matrix Interpretation Processor: dim=1 interpretation: [ok](x0) = x0, [proper](x0) = 4x0 + 3, [s](x0) = 4x0 + 4, [plus](x0, x1) = x0 + x1 + 1, [0] = 0, [mark](x0) = x0 + 1, [active](x0) = x0, [and](x0, x1) = 4x0 + 2x1 + 5, [tt] = 1 orientation: active(and(X1,X2)) = 4X1 + 2X2 + 5 >= 4X1 + 2X2 + 5 = and(active(X1),X2) active(plus(X1,X2)) = X1 + X2 + 1 >= X1 + X2 + 1 = plus(active(X1),X2) active(plus(X1,X2)) = X1 + X2 + 1 >= X1 + X2 + 1 = plus(X1,active(X2)) active(s(X)) = 4X + 4 >= 4X + 4 = s(active(X)) plus(mark(X1),X2) = X1 + X2 + 2 >= X1 + X2 + 2 = mark(plus(X1,X2)) s(mark(X)) = 4X + 8 >= 4X + 5 = mark(s(X)) proper(and(X1,X2)) = 16X1 + 8X2 + 23 >= 16X1 + 8X2 + 23 = and(proper(X1),proper(X2)) proper(tt()) = 7 >= 1 = ok(tt()) proper(plus(X1,X2)) = 4X1 + 4X2 + 7 >= 4X1 + 4X2 + 7 = plus(proper(X1),proper(X2)) proper(0()) = 3 >= 0 = ok(0()) proper(s(X)) = 16X + 19 >= 16X + 16 = s(proper(X)) problem: active(and(X1,X2)) -> and(active(X1),X2) active(plus(X1,X2)) -> plus(active(X1),X2) active(plus(X1,X2)) -> plus(X1,active(X2)) active(s(X)) -> s(active(X)) plus(mark(X1),X2) -> mark(plus(X1,X2)) proper(and(X1,X2)) -> and(proper(X1),proper(X2)) proper(plus(X1,X2)) -> plus(proper(X1),proper(X2)) Matrix Interpretation Processor: dim=3 interpretation: [1 0 0] [proper](x0) = [0 0 1]x0 [0 0 1] , [1 0 0] [1] [s](x0) = [0 0 0]x0 + [1] [0 0 1] [0], [1 0 0] [1 0 0] [plus](x0, x1) = [0 0 0]x0 + [0 0 0]x1 [0 0 1] [0 0 1] , [1 0 0] [mark](x0) = [0 0 0]x0 [0 1 0] , [1 0 1] [active](x0) = [1 0 0]x0 [0 0 1] , [1 0 0] [1 0 0] [0] [and](x0, x1) = [0 0 0]x0 + [0 0 0]x1 + [0] [0 0 1] [0 0 0] [1] orientation: [1 0 1] [1 0 0] [1] [1 0 1] [1 0 0] [0] active(and(X1,X2)) = [1 0 0]X1 + [1 0 0]X2 + [0] >= [0 0 0]X1 + [0 0 0]X2 + [0] = and(active(X1),X2) [0 0 1] [0 0 0] [1] [0 0 1] [0 0 0] [1] [1 0 1] [1 0 1] [1 0 1] [1 0 0] active(plus(X1,X2)) = [1 0 0]X1 + [1 0 0]X2 >= [0 0 0]X1 + [0 0 0]X2 = plus(active(X1),X2) [0 0 1] [0 0 1] [0 0 1] [0 0 1] [1 0 1] [1 0 1] [1 0 0] [1 0 1] active(plus(X1,X2)) = [1 0 0]X1 + [1 0 0]X2 >= [0 0 0]X1 + [0 0 0]X2 = plus(X1,active(X2)) [0 0 1] [0 0 1] [0 0 1] [0 0 1] [1 0 1] [1] [1 0 1] [1] active(s(X)) = [1 0 0]X + [1] >= [0 0 0]X + [1] = s(active(X)) [0 0 1] [0] [0 0 1] [0] [1 0 0] [1 0 0] [1 0 0] [1 0 0] plus(mark(X1),X2) = [0 0 0]X1 + [0 0 0]X2 >= [0 0 0]X1 + [0 0 0]X2 = mark(plus(X1,X2)) [0 1 0] [0 0 1] [0 0 0] [0 0 0] [1 0 0] [1 0 0] [0] [1 0 0] [1 0 0] [0] proper(and(X1,X2)) = [0 0 1]X1 + [0 0 0]X2 + [1] >= [0 0 0]X1 + [0 0 0]X2 + [0] = and(proper(X1),proper(X2)) [0 0 1] [0 0 0] [1] [0 0 1] [0 0 0] [1] [1 0 0] [1 0 0] [1 0 0] [1 0 0] proper(plus(X1,X2)) = [0 0 1]X1 + [0 0 1]X2 >= [0 0 0]X1 + [0 0 0]X2 = plus(proper(X1),proper(X2)) [0 0 1] [0 0 1] [0 0 1] [0 0 1] problem: active(plus(X1,X2)) -> plus(active(X1),X2) active(plus(X1,X2)) -> plus(X1,active(X2)) active(s(X)) -> s(active(X)) plus(mark(X1),X2) -> mark(plus(X1,X2)) proper(and(X1,X2)) -> and(proper(X1),proper(X2)) proper(plus(X1,X2)) -> plus(proper(X1),proper(X2)) Matrix Interpretation Processor: dim=1 interpretation: [proper](x0) = 3x0 + 1, [s](x0) = x0, [plus](x0, x1) = 2x0 + 2x1 + 2, [mark](x0) = x0, [active](x0) = x0, [and](x0, x1) = 3x0 + 6x1 + 4 orientation: active(plus(X1,X2)) = 2X1 + 2X2 + 2 >= 2X1 + 2X2 + 2 = plus(active(X1),X2) active(plus(X1,X2)) = 2X1 + 2X2 + 2 >= 2X1 + 2X2 + 2 = plus(X1,active(X2)) active(s(X)) = X >= X = s(active(X)) plus(mark(X1),X2) = 2X1 + 2X2 + 2 >= 2X1 + 2X2 + 2 = mark(plus(X1,X2)) proper(and(X1,X2)) = 9X1 + 18X2 + 13 >= 9X1 + 18X2 + 13 = and(proper(X1),proper(X2)) proper(plus(X1,X2)) = 6X1 + 6X2 + 7 >= 6X1 + 6X2 + 6 = plus(proper(X1),proper(X2)) problem: active(plus(X1,X2)) -> plus(active(X1),X2) active(plus(X1,X2)) -> plus(X1,active(X2)) active(s(X)) -> s(active(X)) plus(mark(X1),X2) -> mark(plus(X1,X2)) proper(and(X1,X2)) -> and(proper(X1),proper(X2)) Matrix Interpretation Processor: dim=1 interpretation: [proper](x0) = x0, [s](x0) = x0 + 1, [plus](x0, x1) = 4x0 + x1 + 4, [mark](x0) = x0 + 4, [active](x0) = x0, [and](x0, x1) = 2x0 + x1 orientation: active(plus(X1,X2)) = 4X1 + X2 + 4 >= 4X1 + X2 + 4 = plus(active(X1),X2) active(plus(X1,X2)) = 4X1 + X2 + 4 >= 4X1 + X2 + 4 = plus(X1,active(X2)) active(s(X)) = X + 1 >= X + 1 = s(active(X)) plus(mark(X1),X2) = 4X1 + X2 + 20 >= 4X1 + X2 + 8 = mark(plus(X1,X2)) proper(and(X1,X2)) = 2X1 + X2 >= 2X1 + X2 = and(proper(X1),proper(X2)) problem: active(plus(X1,X2)) -> plus(active(X1),X2) active(plus(X1,X2)) -> plus(X1,active(X2)) active(s(X)) -> s(active(X)) proper(and(X1,X2)) -> and(proper(X1),proper(X2)) Matrix Interpretation Processor: dim=1 interpretation: [proper](x0) = 4x0 + 3, [s](x0) = 2x0, [plus](x0, x1) = 2x0 + x1 + 1, [active](x0) = x0, [and](x0, x1) = 2x0 + 2x1 + 4 orientation: active(plus(X1,X2)) = 2X1 + X2 + 1 >= 2X1 + X2 + 1 = plus(active(X1),X2) active(plus(X1,X2)) = 2X1 + X2 + 1 >= 2X1 + X2 + 1 = plus(X1,active(X2)) active(s(X)) = 2X >= 2X = s(active(X)) proper(and(X1,X2)) = 8X1 + 8X2 + 19 >= 8X1 + 8X2 + 16 = and(proper(X1),proper(X2)) problem: active(plus(X1,X2)) -> plus(active(X1),X2) active(plus(X1,X2)) -> plus(X1,active(X2)) active(s(X)) -> s(active(X)) Matrix Interpretation Processor: dim=3 interpretation: [1 0 0] [1] [s](x0) = [0 1 0]x0 + [0] [0 0 0] [0], [1 0 0] [1 0 0] [0] [plus](x0, x1) = [0 1 0]x0 + [0 1 0]x1 + [1] [0 0 0] [0 0 0] [0], [1 1 0] [active](x0) = [0 1 0]x0 [1 0 0] orientation: [1 1 0] [1 1 0] [1] [1 1 0] [1 0 0] [0] active(plus(X1,X2)) = [0 1 0]X1 + [0 1 0]X2 + [1] >= [0 1 0]X1 + [0 1 0]X2 + [1] = plus(active(X1),X2) [1 0 0] [1 0 0] [0] [0 0 0] [0 0 0] [0] [1 1 0] [1 1 0] [1] [1 0 0] [1 1 0] [0] active(plus(X1,X2)) = [0 1 0]X1 + [0 1 0]X2 + [1] >= [0 1 0]X1 + [0 1 0]X2 + [1] = plus(X1,active(X2)) [1 0 0] [1 0 0] [0] [0 0 0] [0 0 0] [0] [1 1 0] [1] [1 1 0] [1] active(s(X)) = [0 1 0]X + [0] >= [0 1 0]X + [0] = s(active(X)) [1 0 0] [1] [0 0 0] [0] problem: active(s(X)) -> s(active(X)) Matrix Interpretation Processor: dim=3 interpretation: [1 0 0] [0] [s](x0) = [0 0 0]x0 + [0] [0 0 1] [1], [1 0 1] [active](x0) = [0 0 0]x0 [0 0 1] orientation: [1 0 1] [1] [1 0 1] [0] active(s(X)) = [0 0 0]X + [0] >= [0 0 0]X + [0] = s(active(X)) [0 0 1] [1] [0 0 1] [1] problem: Qed