/export/starexec/sandbox/solver/bin/starexec_run_ttt2 /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- YES Problem: active(nats()) -> mark(adx(zeros())) active(zeros()) -> mark(cons(0(),zeros())) active(incr(cons(X,Y))) -> mark(cons(s(X),incr(Y))) active(adx(cons(X,Y))) -> mark(incr(cons(X,adx(Y)))) active(hd(cons(X,Y))) -> mark(X) active(tl(cons(X,Y))) -> mark(Y) mark(nats()) -> active(nats()) mark(adx(X)) -> active(adx(mark(X))) mark(zeros()) -> active(zeros()) mark(cons(X1,X2)) -> active(cons(X1,X2)) mark(0()) -> active(0()) mark(incr(X)) -> active(incr(mark(X))) mark(s(X)) -> active(s(X)) mark(hd(X)) -> active(hd(mark(X))) mark(tl(X)) -> active(tl(mark(X))) adx(mark(X)) -> adx(X) adx(active(X)) -> adx(X) cons(mark(X1),X2) -> cons(X1,X2) cons(X1,mark(X2)) -> cons(X1,X2) cons(active(X1),X2) -> cons(X1,X2) cons(X1,active(X2)) -> cons(X1,X2) incr(mark(X)) -> incr(X) incr(active(X)) -> incr(X) s(mark(X)) -> s(X) s(active(X)) -> s(X) hd(mark(X)) -> hd(X) hd(active(X)) -> hd(X) tl(mark(X)) -> tl(X) tl(active(X)) -> tl(X) Proof: Matrix Interpretation Processor: dim=3 interpretation: [1 0 0] [mark](x0) = [0 0 0]x0 [0 0 1] , [1 0 0] [0] [s](x0) = [0 0 0]x0 + [1] [0 0 0] [0], [1 0 0] [active](x0) = [0 0 0]x0 [0 0 1] , [1 0 0] [adx](x0) = [0 0 1]x0 [0 0 0] , [0] [0] = [0] [0], [1 0 0] [0] [tl](x0) = [0 0 0]x0 + [0] [0 0 1] [1], [1] [nats] = [0] [0], [1 0 0] [incr](x0) = [0 0 0]x0 [0 0 0] , [1 0 0] [hd](x0) = [0 0 0]x0 [0 0 1] , [1 0 0] [1 0 0] [cons](x0, x1) = [0 0 0]x0 + [0 0 0]x1 [0 0 1] [0 0 1] , [0] [zeros] = [0] [1] orientation: [1] [0] active(nats()) = [0] >= [0] = mark(adx(zeros())) [0] [0] [0] [0] active(zeros()) = [0] >= [0] = mark(cons(0(),zeros())) [1] [1] [1 0 0] [1 0 0] [1 0 0] [1 0 0] active(incr(cons(X,Y))) = [0 0 0]X + [0 0 0]Y >= [0 0 0]X + [0 0 0]Y = mark(cons(s(X),incr(Y))) [0 0 0] [0 0 0] [0 0 0] [0 0 0] [1 0 0] [1 0 0] [1 0 0] [1 0 0] active(adx(cons(X,Y))) = [0 0 0]X + [0 0 0]Y >= [0 0 0]X + [0 0 0]Y = mark(incr(cons(X,adx(Y)))) [0 0 0] [0 0 0] [0 0 0] [0 0 0] [1 0 0] [1 0 0] [1 0 0] active(hd(cons(X,Y))) = [0 0 0]X + [0 0 0]Y >= [0 0 0]X = mark(X) [0 0 1] [0 0 1] [0 0 1] [1 0 0] [1 0 0] [0] [1 0 0] active(tl(cons(X,Y))) = [0 0 0]X + [0 0 0]Y + [0] >= [0 0 0]Y = mark(Y) [0 0 1] [0 0 1] [1] [0 0 1] [1] [1] mark(nats()) = [0] >= [0] = active(nats()) [0] [0] [1 0 0] [1 0 0] mark(adx(X)) = [0 0 0]X >= [0 0 0]X = active(adx(mark(X))) [0 0 0] [0 0 0] [0] [0] mark(zeros()) = [0] >= [0] = active(zeros()) [1] [1] [1 0 0] [1 0 0] [1 0 0] [1 0 0] mark(cons(X1,X2)) = [0 0 0]X1 + [0 0 0]X2 >= [0 0 0]X1 + [0 0 0]X2 = active(cons(X1,X2)) [0 0 1] [0 0 1] [0 0 1] [0 0 1] [0] [0] mark(0()) = [0] >= [0] = active(0()) [0] [0] [1 0 0] [1 0 0] mark(incr(X)) = [0 0 0]X >= [0 0 0]X = active(incr(mark(X))) [0 0 0] [0 0 0] [1 0 0] [1 0 0] mark(s(X)) = [0 0 0]X >= [0 0 0]X = active(s(X)) [0 0 0] [0 0 0] [1 0 0] [1 0 0] mark(hd(X)) = [0 0 0]X >= [0 0 0]X = active(hd(mark(X))) [0 0 1] [0 0 1] [1 0 0] [0] [1 0 0] [0] mark(tl(X)) = [0 0 0]X + [0] >= [0 0 0]X + [0] = active(tl(mark(X))) [0 0 1] [1] [0 0 1] [1] [1 0 0] [1 0 0] adx(mark(X)) = [0 0 1]X >= [0 0 1]X = adx(X) [0 0 0] [0 0 0] [1 0 0] [1 0 0] adx(active(X)) = [0 0 1]X >= [0 0 1]X = adx(X) [0 0 0] [0 0 0] [1 0 0] [1 0 0] [1 0 0] [1 0 0] cons(mark(X1),X2) = [0 0 0]X1 + [0 0 0]X2 >= [0 0 0]X1 + [0 0 0]X2 = cons(X1,X2) [0 0 1] [0 0 1] [0 0 1] [0 0 1] [1 0 0] [1 0 0] [1 0 0] [1 0 0] cons(X1,mark(X2)) = [0 0 0]X1 + [0 0 0]X2 >= [0 0 0]X1 + [0 0 0]X2 = cons(X1,X2) [0 0 1] [0 0 1] [0 0 1] [0 0 1] [1 0 0] [1 0 0] [1 0 0] [1 0 0] cons(active(X1),X2) = [0 0 0]X1 + [0 0 0]X2 >= [0 0 0]X1 + [0 0 0]X2 = cons(X1,X2) [0 0 1] [0 0 1] [0 0 1] [0 0 1] [1 0 0] [1 0 0] [1 0 0] [1 0 0] cons(X1,active(X2)) = [0 0 0]X1 + [0 0 0]X2 >= [0 0 0]X1 + [0 0 0]X2 = cons(X1,X2) [0 0 1] [0 0 1] [0 0 1] [0 0 1] [1 0 0] [1 0 0] incr(mark(X)) = [0 0 0]X >= [0 0 0]X = incr(X) [0 0 0] [0 0 0] [1 0 0] [1 0 0] incr(active(X)) = [0 0 0]X >= [0 0 0]X = incr(X) [0 0 0] [0 0 0] [1 0 0] [0] [1 0 0] [0] s(mark(X)) = [0 0 0]X + [1] >= [0 0 0]X + [1] = s(X) [0 0 0] [0] [0 0 0] [0] [1 0 0] [0] [1 0 0] [0] s(active(X)) = [0 0 0]X + [1] >= [0 0 0]X + [1] = s(X) [0 0 0] [0] [0 0 0] [0] [1 0 0] [1 0 0] hd(mark(X)) = [0 0 0]X >= [0 0 0]X = hd(X) [0 0 1] [0 0 1] [1 0 0] [1 0 0] hd(active(X)) = [0 0 0]X >= [0 0 0]X = hd(X) [0 0 1] [0 0 1] [1 0 0] [0] [1 0 0] [0] tl(mark(X)) = [0 0 0]X + [0] >= [0 0 0]X + [0] = tl(X) [0 0 1] [1] [0 0 1] [1] [1 0 0] [0] [1 0 0] [0] tl(active(X)) = [0 0 0]X + [0] >= [0 0 0]X + [0] = tl(X) [0 0 1] [1] [0 0 1] [1] problem: active(zeros()) -> mark(cons(0(),zeros())) active(incr(cons(X,Y))) -> mark(cons(s(X),incr(Y))) active(adx(cons(X,Y))) -> mark(incr(cons(X,adx(Y)))) active(hd(cons(X,Y))) -> mark(X) active(tl(cons(X,Y))) -> mark(Y) mark(nats()) -> active(nats()) mark(adx(X)) -> active(adx(mark(X))) mark(zeros()) -> active(zeros()) mark(cons(X1,X2)) -> active(cons(X1,X2)) mark(0()) -> active(0()) mark(incr(X)) -> active(incr(mark(X))) mark(s(X)) -> active(s(X)) mark(hd(X)) -> active(hd(mark(X))) mark(tl(X)) -> active(tl(mark(X))) adx(mark(X)) -> adx(X) adx(active(X)) -> adx(X) cons(mark(X1),X2) -> cons(X1,X2) cons(X1,mark(X2)) -> cons(X1,X2) cons(active(X1),X2) -> cons(X1,X2) cons(X1,active(X2)) -> cons(X1,X2) incr(mark(X)) -> incr(X) incr(active(X)) -> incr(X) s(mark(X)) -> s(X) s(active(X)) -> s(X) hd(mark(X)) -> hd(X) hd(active(X)) -> hd(X) tl(mark(X)) -> tl(X) tl(active(X)) -> tl(X) Matrix Interpretation Processor: dim=1 interpretation: [mark](x0) = x0, [s](x0) = x0, [active](x0) = x0, [adx](x0) = 2x0, [0] = 0, [tl](x0) = x0, [nats] = 0, [incr](x0) = x0, [hd](x0) = 4x0 + 1, [cons](x0, x1) = 6x0 + 2x1, [zeros] = 0 orientation: active(zeros()) = 0 >= 0 = mark(cons(0(),zeros())) active(incr(cons(X,Y))) = 6X + 2Y >= 6X + 2Y = mark(cons(s(X),incr(Y))) active(adx(cons(X,Y))) = 12X + 4Y >= 6X + 4Y = mark(incr(cons(X,adx(Y)))) active(hd(cons(X,Y))) = 24X + 8Y + 1 >= X = mark(X) active(tl(cons(X,Y))) = 6X + 2Y >= Y = mark(Y) mark(nats()) = 0 >= 0 = active(nats()) mark(adx(X)) = 2X >= 2X = active(adx(mark(X))) mark(zeros()) = 0 >= 0 = active(zeros()) mark(cons(X1,X2)) = 6X1 + 2X2 >= 6X1 + 2X2 = active(cons(X1,X2)) mark(0()) = 0 >= 0 = active(0()) mark(incr(X)) = X >= X = active(incr(mark(X))) mark(s(X)) = X >= X = active(s(X)) mark(hd(X)) = 4X + 1 >= 4X + 1 = active(hd(mark(X))) mark(tl(X)) = X >= X = active(tl(mark(X))) adx(mark(X)) = 2X >= 2X = adx(X) adx(active(X)) = 2X >= 2X = adx(X) cons(mark(X1),X2) = 6X1 + 2X2 >= 6X1 + 2X2 = cons(X1,X2) cons(X1,mark(X2)) = 6X1 + 2X2 >= 6X1 + 2X2 = cons(X1,X2) cons(active(X1),X2) = 6X1 + 2X2 >= 6X1 + 2X2 = cons(X1,X2) cons(X1,active(X2)) = 6X1 + 2X2 >= 6X1 + 2X2 = cons(X1,X2) incr(mark(X)) = X >= X = incr(X) incr(active(X)) = X >= X = incr(X) s(mark(X)) = X >= X = s(X) s(active(X)) = X >= X = s(X) hd(mark(X)) = 4X + 1 >= 4X + 1 = hd(X) hd(active(X)) = 4X + 1 >= 4X + 1 = hd(X) tl(mark(X)) = X >= X = tl(X) tl(active(X)) = X >= X = tl(X) problem: active(zeros()) -> mark(cons(0(),zeros())) active(incr(cons(X,Y))) -> mark(cons(s(X),incr(Y))) active(adx(cons(X,Y))) -> mark(incr(cons(X,adx(Y)))) active(tl(cons(X,Y))) -> mark(Y) mark(nats()) -> active(nats()) mark(adx(X)) -> active(adx(mark(X))) mark(zeros()) -> active(zeros()) mark(cons(X1,X2)) -> active(cons(X1,X2)) mark(0()) -> active(0()) mark(incr(X)) -> active(incr(mark(X))) mark(s(X)) -> active(s(X)) mark(hd(X)) -> active(hd(mark(X))) mark(tl(X)) -> active(tl(mark(X))) adx(mark(X)) -> adx(X) adx(active(X)) -> adx(X) cons(mark(X1),X2) -> cons(X1,X2) cons(X1,mark(X2)) -> cons(X1,X2) cons(active(X1),X2) -> cons(X1,X2) cons(X1,active(X2)) -> cons(X1,X2) incr(mark(X)) -> incr(X) incr(active(X)) -> incr(X) s(mark(X)) -> s(X) s(active(X)) -> s(X) hd(mark(X)) -> hd(X) hd(active(X)) -> hd(X) tl(mark(X)) -> tl(X) tl(active(X)) -> tl(X) Matrix Interpretation Processor: dim=1 interpretation: [mark](x0) = x0, [s](x0) = x0, [active](x0) = x0, [adx](x0) = 7x0, [0] = 0, [tl](x0) = x0 + 4, [nats] = 6, [incr](x0) = x0, [hd](x0) = 4x0, [cons](x0, x1) = 4x0 + 3x1, [zeros] = 0 orientation: active(zeros()) = 0 >= 0 = mark(cons(0(),zeros())) active(incr(cons(X,Y))) = 4X + 3Y >= 4X + 3Y = mark(cons(s(X),incr(Y))) active(adx(cons(X,Y))) = 28X + 21Y >= 4X + 21Y = mark(incr(cons(X,adx(Y)))) active(tl(cons(X,Y))) = 4X + 3Y + 4 >= Y = mark(Y) mark(nats()) = 6 >= 6 = active(nats()) mark(adx(X)) = 7X >= 7X = active(adx(mark(X))) mark(zeros()) = 0 >= 0 = active(zeros()) mark(cons(X1,X2)) = 4X1 + 3X2 >= 4X1 + 3X2 = active(cons(X1,X2)) mark(0()) = 0 >= 0 = active(0()) mark(incr(X)) = X >= X = active(incr(mark(X))) mark(s(X)) = X >= X = active(s(X)) mark(hd(X)) = 4X >= 4X = active(hd(mark(X))) mark(tl(X)) = X + 4 >= X + 4 = active(tl(mark(X))) adx(mark(X)) = 7X >= 7X = adx(X) adx(active(X)) = 7X >= 7X = adx(X) cons(mark(X1),X2) = 4X1 + 3X2 >= 4X1 + 3X2 = cons(X1,X2) cons(X1,mark(X2)) = 4X1 + 3X2 >= 4X1 + 3X2 = cons(X1,X2) cons(active(X1),X2) = 4X1 + 3X2 >= 4X1 + 3X2 = cons(X1,X2) cons(X1,active(X2)) = 4X1 + 3X2 >= 4X1 + 3X2 = cons(X1,X2) incr(mark(X)) = X >= X = incr(X) incr(active(X)) = X >= X = incr(X) s(mark(X)) = X >= X = s(X) s(active(X)) = X >= X = s(X) hd(mark(X)) = 4X >= 4X = hd(X) hd(active(X)) = 4X >= 4X = hd(X) tl(mark(X)) = X + 4 >= X + 4 = tl(X) tl(active(X)) = X + 4 >= X + 4 = tl(X) problem: active(zeros()) -> mark(cons(0(),zeros())) active(incr(cons(X,Y))) -> mark(cons(s(X),incr(Y))) active(adx(cons(X,Y))) -> mark(incr(cons(X,adx(Y)))) mark(nats()) -> active(nats()) mark(adx(X)) -> active(adx(mark(X))) mark(zeros()) -> active(zeros()) mark(cons(X1,X2)) -> active(cons(X1,X2)) mark(0()) -> active(0()) mark(incr(X)) -> active(incr(mark(X))) mark(s(X)) -> active(s(X)) mark(hd(X)) -> active(hd(mark(X))) mark(tl(X)) -> active(tl(mark(X))) adx(mark(X)) -> adx(X) adx(active(X)) -> adx(X) cons(mark(X1),X2) -> cons(X1,X2) cons(X1,mark(X2)) -> cons(X1,X2) cons(active(X1),X2) -> cons(X1,X2) cons(X1,active(X2)) -> cons(X1,X2) incr(mark(X)) -> incr(X) incr(active(X)) -> incr(X) s(mark(X)) -> s(X) s(active(X)) -> s(X) hd(mark(X)) -> hd(X) hd(active(X)) -> hd(X) tl(mark(X)) -> tl(X) tl(active(X)) -> tl(X) Matrix Interpretation Processor: dim=3 interpretation: [1 0 0] [mark](x0) = [0 1 1]x0 [0 0 1] , [1 0 0] [0] [s](x0) = [0 0 0]x0 + [0] [0 0 0] [1], [0] [active](x0) = x0 + [1] [0], [1 0 0] [1] [adx](x0) = [0 0 0]x0 + [0] [0 0 0] [1], [0] [0] = [0] [1], [1 0 1] [0] [tl](x0) = [1 0 0]x0 + [0] [0 0 0] [1], [0] [nats] = [0] [1], [1 0 0] [0] [incr](x0) = [0 0 0]x0 + [0] [0 0 0] [1], [1 0 0] [0] [hd](x0) = [0 0 0]x0 + [0] [0 0 0] [1], [1 1 0] [1 0 0] [0] [cons](x0, x1) = [0 0 0]x0 + [0 0 0]x1 + [0] [0 0 0] [0 0 0] [1], [0] [zeros] = [0] [1] orientation: [0] [0] active(zeros()) = [1] >= [1] = mark(cons(0(),zeros())) [1] [1] [1 1 0] [1 0 0] [0] [1 0 0] [1 0 0] [0] active(incr(cons(X,Y))) = [0 0 0]X + [0 0 0]Y + [1] >= [0 0 0]X + [0 0 0]Y + [1] = mark(cons(s(X),incr(Y))) [0 0 0] [0 0 0] [1] [0 0 0] [0 0 0] [1] [1 1 0] [1 0 0] [1] [1 1 0] [1 0 0] [1] active(adx(cons(X,Y))) = [0 0 0]X + [0 0 0]Y + [1] >= [0 0 0]X + [0 0 0]Y + [1] = mark(incr(cons(X,adx(Y)))) [0 0 0] [0 0 0] [1] [0 0 0] [0 0 0] [1] [0] [0] mark(nats()) = [1] >= [1] = active(nats()) [1] [1] [1 0 0] [1] [1 0 0] [1] mark(adx(X)) = [0 0 0]X + [1] >= [0 0 0]X + [1] = active(adx(mark(X))) [0 0 0] [1] [0 0 0] [1] [0] [0] mark(zeros()) = [1] >= [1] = active(zeros()) [1] [1] [1 1 0] [1 0 0] [0] [1 1 0] [1 0 0] [0] mark(cons(X1,X2)) = [0 0 0]X1 + [0 0 0]X2 + [1] >= [0 0 0]X1 + [0 0 0]X2 + [1] = active(cons(X1,X2)) [0 0 0] [0 0 0] [1] [0 0 0] [0 0 0] [1] [0] [0] mark(0()) = [1] >= [1] = active(0()) [1] [1] [1 0 0] [0] [1 0 0] [0] mark(incr(X)) = [0 0 0]X + [1] >= [0 0 0]X + [1] = active(incr(mark(X))) [0 0 0] [1] [0 0 0] [1] [1 0 0] [0] [1 0 0] [0] mark(s(X)) = [0 0 0]X + [1] >= [0 0 0]X + [1] = active(s(X)) [0 0 0] [1] [0 0 0] [1] [1 0 0] [0] [1 0 0] [0] mark(hd(X)) = [0 0 0]X + [1] >= [0 0 0]X + [1] = active(hd(mark(X))) [0 0 0] [1] [0 0 0] [1] [1 0 1] [0] [1 0 1] [0] mark(tl(X)) = [1 0 0]X + [1] >= [1 0 0]X + [1] = active(tl(mark(X))) [0 0 0] [1] [0 0 0] [1] [1 0 0] [1] [1 0 0] [1] adx(mark(X)) = [0 0 0]X + [0] >= [0 0 0]X + [0] = adx(X) [0 0 0] [1] [0 0 0] [1] [1 0 0] [1] [1 0 0] [1] adx(active(X)) = [0 0 0]X + [0] >= [0 0 0]X + [0] = adx(X) [0 0 0] [1] [0 0 0] [1] [1 1 1] [1 0 0] [0] [1 1 0] [1 0 0] [0] cons(mark(X1),X2) = [0 0 0]X1 + [0 0 0]X2 + [0] >= [0 0 0]X1 + [0 0 0]X2 + [0] = cons(X1,X2) [0 0 0] [0 0 0] [1] [0 0 0] [0 0 0] [1] [1 1 0] [1 0 0] [0] [1 1 0] [1 0 0] [0] cons(X1,mark(X2)) = [0 0 0]X1 + [0 0 0]X2 + [0] >= [0 0 0]X1 + [0 0 0]X2 + [0] = cons(X1,X2) [0 0 0] [0 0 0] [1] [0 0 0] [0 0 0] [1] [1 1 0] [1 0 0] [1] [1 1 0] [1 0 0] [0] cons(active(X1),X2) = [0 0 0]X1 + [0 0 0]X2 + [0] >= [0 0 0]X1 + [0 0 0]X2 + [0] = cons(X1,X2) [0 0 0] [0 0 0] [1] [0 0 0] [0 0 0] [1] [1 1 0] [1 0 0] [0] [1 1 0] [1 0 0] [0] cons(X1,active(X2)) = [0 0 0]X1 + [0 0 0]X2 + [0] >= [0 0 0]X1 + [0 0 0]X2 + [0] = cons(X1,X2) [0 0 0] [0 0 0] [1] [0 0 0] [0 0 0] [1] [1 0 0] [0] [1 0 0] [0] incr(mark(X)) = [0 0 0]X + [0] >= [0 0 0]X + [0] = incr(X) [0 0 0] [1] [0 0 0] [1] [1 0 0] [0] [1 0 0] [0] incr(active(X)) = [0 0 0]X + [0] >= [0 0 0]X + [0] = incr(X) [0 0 0] [1] [0 0 0] [1] [1 0 0] [0] [1 0 0] [0] s(mark(X)) = [0 0 0]X + [0] >= [0 0 0]X + [0] = s(X) [0 0 0] [1] [0 0 0] [1] [1 0 0] [0] [1 0 0] [0] s(active(X)) = [0 0 0]X + [0] >= [0 0 0]X + [0] = s(X) [0 0 0] [1] [0 0 0] [1] [1 0 0] [0] [1 0 0] [0] hd(mark(X)) = [0 0 0]X + [0] >= [0 0 0]X + [0] = hd(X) [0 0 0] [1] [0 0 0] [1] [1 0 0] [0] [1 0 0] [0] hd(active(X)) = [0 0 0]X + [0] >= [0 0 0]X + [0] = hd(X) [0 0 0] [1] [0 0 0] [1] [1 0 1] [0] [1 0 1] [0] tl(mark(X)) = [1 0 0]X + [0] >= [1 0 0]X + [0] = tl(X) [0 0 0] [1] [0 0 0] [1] [1 0 1] [0] [1 0 1] [0] tl(active(X)) = [1 0 0]X + [0] >= [1 0 0]X + [0] = tl(X) [0 0 0] [1] [0 0 0] [1] problem: active(zeros()) -> mark(cons(0(),zeros())) active(incr(cons(X,Y))) -> mark(cons(s(X),incr(Y))) active(adx(cons(X,Y))) -> mark(incr(cons(X,adx(Y)))) mark(nats()) -> active(nats()) mark(adx(X)) -> active(adx(mark(X))) mark(zeros()) -> active(zeros()) mark(cons(X1,X2)) -> active(cons(X1,X2)) mark(0()) -> active(0()) mark(incr(X)) -> active(incr(mark(X))) mark(s(X)) -> active(s(X)) mark(hd(X)) -> active(hd(mark(X))) mark(tl(X)) -> active(tl(mark(X))) adx(mark(X)) -> adx(X) adx(active(X)) -> adx(X) cons(mark(X1),X2) -> cons(X1,X2) cons(X1,mark(X2)) -> cons(X1,X2) cons(X1,active(X2)) -> cons(X1,X2) incr(mark(X)) -> incr(X) incr(active(X)) -> incr(X) s(mark(X)) -> s(X) s(active(X)) -> s(X) hd(mark(X)) -> hd(X) hd(active(X)) -> hd(X) tl(mark(X)) -> tl(X) tl(active(X)) -> tl(X) Matrix Interpretation Processor: dim=3 interpretation: [1 1 0] [mark](x0) = [0 1 0]x0 [0 0 0] , [1 0 0] [s](x0) = [0 0 0]x0 [0 0 0] , [1 0 1] [active](x0) = [0 1 0]x0 [0 0 0] , [1 0 0] [0] [adx](x0) = [0 1 0]x0 + [1] [0 0 0] [1], [0] [0] = [0] [0], [1 0 0] [tl](x0) = [0 1 0]x0 [0 0 0] , [1] [nats] = [0] [0], [1 0 0] [1] [incr](x0) = [0 1 0]x0 + [0] [0 0 0] [0], [1 0 0] [hd](x0) = [0 1 0]x0 [0 0 0] , [1 0 0] [1 0 0] [cons](x0, x1) = [0 0 0]x0 + [0 0 0]x1 [0 0 0] [0 0 0] , [0] [zeros] = [1] [1] orientation: [1] [0] active(zeros()) = [1] >= [0] = mark(cons(0(),zeros())) [0] [0] [1 0 0] [1 0 0] [1] [1 0 0] [1 0 0] [1] active(incr(cons(X,Y))) = [0 0 0]X + [0 0 0]Y + [0] >= [0 0 0]X + [0 0 0]Y + [0] = mark(cons(s(X),incr(Y))) [0 0 0] [0 0 0] [0] [0 0 0] [0 0 0] [0] [1 0 0] [1 0 0] [1] [1 0 0] [1 0 0] [1] active(adx(cons(X,Y))) = [0 0 0]X + [0 0 0]Y + [1] >= [0 0 0]X + [0 0 0]Y + [0] = mark(incr(cons(X,adx(Y)))) [0 0 0] [0 0 0] [0] [0 0 0] [0 0 0] [0] [1] [1] mark(nats()) = [0] >= [0] = active(nats()) [0] [0] [1 1 0] [1] [1 1 0] [1] mark(adx(X)) = [0 1 0]X + [1] >= [0 1 0]X + [1] = active(adx(mark(X))) [0 0 0] [0] [0 0 0] [0] [1] [1] mark(zeros()) = [1] >= [1] = active(zeros()) [0] [0] [1 0 0] [1 0 0] [1 0 0] [1 0 0] mark(cons(X1,X2)) = [0 0 0]X1 + [0 0 0]X2 >= [0 0 0]X1 + [0 0 0]X2 = active(cons(X1,X2)) [0 0 0] [0 0 0] [0 0 0] [0 0 0] [0] [0] mark(0()) = [0] >= [0] = active(0()) [0] [0] [1 1 0] [1] [1 1 0] [1] mark(incr(X)) = [0 1 0]X + [0] >= [0 1 0]X + [0] = active(incr(mark(X))) [0 0 0] [0] [0 0 0] [0] [1 0 0] [1 0 0] mark(s(X)) = [0 0 0]X >= [0 0 0]X = active(s(X)) [0 0 0] [0 0 0] [1 1 0] [1 1 0] mark(hd(X)) = [0 1 0]X >= [0 1 0]X = active(hd(mark(X))) [0 0 0] [0 0 0] [1 1 0] [1 1 0] mark(tl(X)) = [0 1 0]X >= [0 1 0]X = active(tl(mark(X))) [0 0 0] [0 0 0] [1 1 0] [0] [1 0 0] [0] adx(mark(X)) = [0 1 0]X + [1] >= [0 1 0]X + [1] = adx(X) [0 0 0] [1] [0 0 0] [1] [1 0 1] [0] [1 0 0] [0] adx(active(X)) = [0 1 0]X + [1] >= [0 1 0]X + [1] = adx(X) [0 0 0] [1] [0 0 0] [1] [1 1 0] [1 0 0] [1 0 0] [1 0 0] cons(mark(X1),X2) = [0 0 0]X1 + [0 0 0]X2 >= [0 0 0]X1 + [0 0 0]X2 = cons(X1,X2) [0 0 0] [0 0 0] [0 0 0] [0 0 0] [1 0 0] [1 1 0] [1 0 0] [1 0 0] cons(X1,mark(X2)) = [0 0 0]X1 + [0 0 0]X2 >= [0 0 0]X1 + [0 0 0]X2 = cons(X1,X2) [0 0 0] [0 0 0] [0 0 0] [0 0 0] [1 0 0] [1 0 1] [1 0 0] [1 0 0] cons(X1,active(X2)) = [0 0 0]X1 + [0 0 0]X2 >= [0 0 0]X1 + [0 0 0]X2 = cons(X1,X2) [0 0 0] [0 0 0] [0 0 0] [0 0 0] [1 1 0] [1] [1 0 0] [1] incr(mark(X)) = [0 1 0]X + [0] >= [0 1 0]X + [0] = incr(X) [0 0 0] [0] [0 0 0] [0] [1 0 1] [1] [1 0 0] [1] incr(active(X)) = [0 1 0]X + [0] >= [0 1 0]X + [0] = incr(X) [0 0 0] [0] [0 0 0] [0] [1 1 0] [1 0 0] s(mark(X)) = [0 0 0]X >= [0 0 0]X = s(X) [0 0 0] [0 0 0] [1 0 1] [1 0 0] s(active(X)) = [0 0 0]X >= [0 0 0]X = s(X) [0 0 0] [0 0 0] [1 1 0] [1 0 0] hd(mark(X)) = [0 1 0]X >= [0 1 0]X = hd(X) [0 0 0] [0 0 0] [1 0 1] [1 0 0] hd(active(X)) = [0 1 0]X >= [0 1 0]X = hd(X) [0 0 0] [0 0 0] [1 1 0] [1 0 0] tl(mark(X)) = [0 1 0]X >= [0 1 0]X = tl(X) [0 0 0] [0 0 0] [1 0 1] [1 0 0] tl(active(X)) = [0 1 0]X >= [0 1 0]X = tl(X) [0 0 0] [0 0 0] problem: active(incr(cons(X,Y))) -> mark(cons(s(X),incr(Y))) active(adx(cons(X,Y))) -> mark(incr(cons(X,adx(Y)))) mark(nats()) -> active(nats()) mark(adx(X)) -> active(adx(mark(X))) mark(zeros()) -> active(zeros()) mark(cons(X1,X2)) -> active(cons(X1,X2)) mark(0()) -> active(0()) mark(incr(X)) -> active(incr(mark(X))) mark(s(X)) -> active(s(X)) mark(hd(X)) -> active(hd(mark(X))) mark(tl(X)) -> active(tl(mark(X))) adx(mark(X)) -> adx(X) adx(active(X)) -> adx(X) cons(mark(X1),X2) -> cons(X1,X2) cons(X1,mark(X2)) -> cons(X1,X2) cons(X1,active(X2)) -> cons(X1,X2) incr(mark(X)) -> incr(X) incr(active(X)) -> incr(X) s(mark(X)) -> s(X) s(active(X)) -> s(X) hd(mark(X)) -> hd(X) hd(active(X)) -> hd(X) tl(mark(X)) -> tl(X) tl(active(X)) -> tl(X) Matrix Interpretation Processor: dim=3 interpretation: [1 0 1] [mark](x0) = [1 0 1]x0 [0 0 1] , [1 0 0] [s](x0) = [0 0 0]x0 [0 0 1] , [1 0 0] [active](x0) = [1 0 0]x0 [0 0 1] , [1 0 0] [1] [adx](x0) = [0 0 0]x0 + [0] [0 0 1] [0], [0] [0] = [0] [1], [1 0 0] [tl](x0) = [0 0 0]x0 [0 0 1] , [0] [nats] = [0] [0], [1 0 0] [incr](x0) = [0 0 0]x0 [0 0 1] , [1 0 0] [hd](x0) = [0 0 0]x0 [0 0 1] , [1 0 0] [1 0 0] [cons](x0, x1) = [0 0 0]x0 + [1 0 0]x1 [0 0 0] [0 0 0] , [1] [zeros] = [0] [0] orientation: [1 0 0] [1 0 0] [1 0 0] [1 0 0] active(incr(cons(X,Y))) = [1 0 0]X + [1 0 0]Y >= [1 0 0]X + [1 0 0]Y = mark(cons(s(X),incr(Y))) [0 0 0] [0 0 0] [0 0 0] [0 0 0] [1 0 0] [1 0 0] [1] [1 0 0] [1 0 0] [1] active(adx(cons(X,Y))) = [1 0 0]X + [1 0 0]Y + [1] >= [1 0 0]X + [1 0 0]Y + [1] = mark(incr(cons(X,adx(Y)))) [0 0 0] [0 0 0] [0] [0 0 0] [0 0 0] [0] [0] [0] mark(nats()) = [0] >= [0] = active(nats()) [0] [0] [1 0 1] [1] [1 0 1] [1] mark(adx(X)) = [1 0 1]X + [1] >= [1 0 1]X + [1] = active(adx(mark(X))) [0 0 1] [0] [0 0 1] [0] [1] [1] mark(zeros()) = [1] >= [1] = active(zeros()) [0] [0] [1 0 0] [1 0 0] [1 0 0] [1 0 0] mark(cons(X1,X2)) = [1 0 0]X1 + [1 0 0]X2 >= [1 0 0]X1 + [1 0 0]X2 = active(cons(X1,X2)) [0 0 0] [0 0 0] [0 0 0] [0 0 0] [1] [0] mark(0()) = [1] >= [0] = active(0()) [1] [1] [1 0 1] [1 0 1] mark(incr(X)) = [1 0 1]X >= [1 0 1]X = active(incr(mark(X))) [0 0 1] [0 0 1] [1 0 1] [1 0 0] mark(s(X)) = [1 0 1]X >= [1 0 0]X = active(s(X)) [0 0 1] [0 0 1] [1 0 1] [1 0 1] mark(hd(X)) = [1 0 1]X >= [1 0 1]X = active(hd(mark(X))) [0 0 1] [0 0 1] [1 0 1] [1 0 1] mark(tl(X)) = [1 0 1]X >= [1 0 1]X = active(tl(mark(X))) [0 0 1] [0 0 1] [1 0 1] [1] [1 0 0] [1] adx(mark(X)) = [0 0 0]X + [0] >= [0 0 0]X + [0] = adx(X) [0 0 1] [0] [0 0 1] [0] [1 0 0] [1] [1 0 0] [1] adx(active(X)) = [0 0 0]X + [0] >= [0 0 0]X + [0] = adx(X) [0 0 1] [0] [0 0 1] [0] [1 0 1] [1 0 0] [1 0 0] [1 0 0] cons(mark(X1),X2) = [0 0 0]X1 + [1 0 0]X2 >= [0 0 0]X1 + [1 0 0]X2 = cons(X1,X2) [0 0 0] [0 0 0] [0 0 0] [0 0 0] [1 0 0] [1 0 1] [1 0 0] [1 0 0] cons(X1,mark(X2)) = [0 0 0]X1 + [1 0 1]X2 >= [0 0 0]X1 + [1 0 0]X2 = cons(X1,X2) [0 0 0] [0 0 0] [0 0 0] [0 0 0] [1 0 0] [1 0 0] [1 0 0] [1 0 0] cons(X1,active(X2)) = [0 0 0]X1 + [1 0 0]X2 >= [0 0 0]X1 + [1 0 0]X2 = cons(X1,X2) [0 0 0] [0 0 0] [0 0 0] [0 0 0] [1 0 1] [1 0 0] incr(mark(X)) = [0 0 0]X >= [0 0 0]X = incr(X) [0 0 1] [0 0 1] [1 0 0] [1 0 0] incr(active(X)) = [0 0 0]X >= [0 0 0]X = incr(X) [0 0 1] [0 0 1] [1 0 1] [1 0 0] s(mark(X)) = [0 0 0]X >= [0 0 0]X = s(X) [0 0 1] [0 0 1] [1 0 0] [1 0 0] s(active(X)) = [0 0 0]X >= [0 0 0]X = s(X) [0 0 1] [0 0 1] [1 0 1] [1 0 0] hd(mark(X)) = [0 0 0]X >= [0 0 0]X = hd(X) [0 0 1] [0 0 1] [1 0 0] [1 0 0] hd(active(X)) = [0 0 0]X >= [0 0 0]X = hd(X) [0 0 1] [0 0 1] [1 0 1] [1 0 0] tl(mark(X)) = [0 0 0]X >= [0 0 0]X = tl(X) [0 0 1] [0 0 1] [1 0 0] [1 0 0] tl(active(X)) = [0 0 0]X >= [0 0 0]X = tl(X) [0 0 1] [0 0 1] problem: active(incr(cons(X,Y))) -> mark(cons(s(X),incr(Y))) active(adx(cons(X,Y))) -> mark(incr(cons(X,adx(Y)))) mark(nats()) -> active(nats()) mark(adx(X)) -> active(adx(mark(X))) mark(zeros()) -> active(zeros()) mark(cons(X1,X2)) -> active(cons(X1,X2)) mark(incr(X)) -> active(incr(mark(X))) mark(s(X)) -> active(s(X)) mark(hd(X)) -> active(hd(mark(X))) mark(tl(X)) -> active(tl(mark(X))) adx(mark(X)) -> adx(X) adx(active(X)) -> adx(X) cons(mark(X1),X2) -> cons(X1,X2) cons(X1,mark(X2)) -> cons(X1,X2) cons(X1,active(X2)) -> cons(X1,X2) incr(mark(X)) -> incr(X) incr(active(X)) -> incr(X) s(mark(X)) -> s(X) s(active(X)) -> s(X) hd(mark(X)) -> hd(X) hd(active(X)) -> hd(X) tl(mark(X)) -> tl(X) tl(active(X)) -> tl(X) Matrix Interpretation Processor: dim=1 interpretation: [mark](x0) = x0, [s](x0) = x0, [active](x0) = x0, [adx](x0) = 2x0, [tl](x0) = x0, [nats] = 0, [incr](x0) = x0, [hd](x0) = x0 + 2, [cons](x0, x1) = 4x0 + x1 + 1, [zeros] = 2 orientation: active(incr(cons(X,Y))) = 4X + Y + 1 >= 4X + Y + 1 = mark(cons(s(X),incr(Y))) active(adx(cons(X,Y))) = 8X + 2Y + 2 >= 4X + 2Y + 1 = mark(incr(cons(X,adx(Y)))) mark(nats()) = 0 >= 0 = active(nats()) mark(adx(X)) = 2X >= 2X = active(adx(mark(X))) mark(zeros()) = 2 >= 2 = active(zeros()) mark(cons(X1,X2)) = 4X1 + X2 + 1 >= 4X1 + X2 + 1 = active(cons(X1,X2)) mark(incr(X)) = X >= X = active(incr(mark(X))) mark(s(X)) = X >= X = active(s(X)) mark(hd(X)) = X + 2 >= X + 2 = active(hd(mark(X))) mark(tl(X)) = X >= X = active(tl(mark(X))) adx(mark(X)) = 2X >= 2X = adx(X) adx(active(X)) = 2X >= 2X = adx(X) cons(mark(X1),X2) = 4X1 + X2 + 1 >= 4X1 + X2 + 1 = cons(X1,X2) cons(X1,mark(X2)) = 4X1 + X2 + 1 >= 4X1 + X2 + 1 = cons(X1,X2) cons(X1,active(X2)) = 4X1 + X2 + 1 >= 4X1 + X2 + 1 = cons(X1,X2) incr(mark(X)) = X >= X = incr(X) incr(active(X)) = X >= X = incr(X) s(mark(X)) = X >= X = s(X) s(active(X)) = X >= X = s(X) hd(mark(X)) = X + 2 >= X + 2 = hd(X) hd(active(X)) = X + 2 >= X + 2 = hd(X) tl(mark(X)) = X >= X = tl(X) tl(active(X)) = X >= X = tl(X) problem: active(incr(cons(X,Y))) -> mark(cons(s(X),incr(Y))) mark(nats()) -> active(nats()) mark(adx(X)) -> active(adx(mark(X))) mark(zeros()) -> active(zeros()) mark(cons(X1,X2)) -> active(cons(X1,X2)) mark(incr(X)) -> active(incr(mark(X))) mark(s(X)) -> active(s(X)) mark(hd(X)) -> active(hd(mark(X))) mark(tl(X)) -> active(tl(mark(X))) adx(mark(X)) -> adx(X) adx(active(X)) -> adx(X) cons(mark(X1),X2) -> cons(X1,X2) cons(X1,mark(X2)) -> cons(X1,X2) cons(X1,active(X2)) -> cons(X1,X2) incr(mark(X)) -> incr(X) incr(active(X)) -> incr(X) s(mark(X)) -> s(X) s(active(X)) -> s(X) hd(mark(X)) -> hd(X) hd(active(X)) -> hd(X) tl(mark(X)) -> tl(X) tl(active(X)) -> tl(X) Matrix Interpretation Processor: dim=3 interpretation: [1 0 0] [mark](x0) = [0 0 0]x0 [0 1 1] , [1 0 0] [s](x0) = [0 0 0]x0 [0 0 0] , [1 0 0] [active](x0) = [0 0 0]x0 [0 1 1] , [1 0 0] [0] [adx](x0) = [0 0 0]x0 + [1] [0 0 0] [0], [1 0 0] [1] [tl](x0) = [0 0 0]x0 + [0] [0 0 0] [0], [0] [nats] = [0] [0], [1 1 1] [incr](x0) = [1 0 0]x0 [0 1 1] , [1 0 0] [hd](x0) = [0 0 0]x0 [0 0 0] , [1 1 1] [1 0 0] [0] [cons](x0, x1) = [0 0 0]x0 + [0 0 0]x1 + [1] [0 0 0] [0 1 1] [0], [0] [zeros] = [0] [0] orientation: [1 1 1] [1 1 1] [1] [1 0 0] [1 1 1] [0] active(incr(cons(X,Y))) = [0 0 0]X + [0 0 0]Y + [0] >= [0 0 0]X + [0 0 0]Y + [0] = mark(cons(s(X),incr(Y))) [1 1 1] [1 1 1] [1] [0 0 0] [1 1 1] [1] [0] [0] mark(nats()) = [0] >= [0] = active(nats()) [0] [0] [1 0 0] [0] [1 0 0] [0] mark(adx(X)) = [0 0 0]X + [0] >= [0 0 0]X + [0] = active(adx(mark(X))) [0 0 0] [1] [0 0 0] [1] [0] [0] mark(zeros()) = [0] >= [0] = active(zeros()) [0] [0] [1 1 1] [1 0 0] [0] [1 1 1] [1 0 0] [0] mark(cons(X1,X2)) = [0 0 0]X1 + [0 0 0]X2 + [0] >= [0 0 0]X1 + [0 0 0]X2 + [0] = active(cons(X1,X2)) [0 0 0] [0 1 1] [1] [0 0 0] [0 1 1] [1] [1 1 1] [1 1 1] mark(incr(X)) = [0 0 0]X >= [0 0 0]X = active(incr(mark(X))) [1 1 1] [1 1 1] [1 0 0] [1 0 0] mark(s(X)) = [0 0 0]X >= [0 0 0]X = active(s(X)) [0 0 0] [0 0 0] [1 0 0] [1 0 0] mark(hd(X)) = [0 0 0]X >= [0 0 0]X = active(hd(mark(X))) [0 0 0] [0 0 0] [1 0 0] [1] [1 0 0] [1] mark(tl(X)) = [0 0 0]X + [0] >= [0 0 0]X + [0] = active(tl(mark(X))) [0 0 0] [0] [0 0 0] [0] [1 0 0] [0] [1 0 0] [0] adx(mark(X)) = [0 0 0]X + [1] >= [0 0 0]X + [1] = adx(X) [0 0 0] [0] [0 0 0] [0] [1 0 0] [0] [1 0 0] [0] adx(active(X)) = [0 0 0]X + [1] >= [0 0 0]X + [1] = adx(X) [0 0 0] [0] [0 0 0] [0] [1 1 1] [1 0 0] [0] [1 1 1] [1 0 0] [0] cons(mark(X1),X2) = [0 0 0]X1 + [0 0 0]X2 + [1] >= [0 0 0]X1 + [0 0 0]X2 + [1] = cons(X1,X2) [0 0 0] [0 1 1] [0] [0 0 0] [0 1 1] [0] [1 1 1] [1 0 0] [0] [1 1 1] [1 0 0] [0] cons(X1,mark(X2)) = [0 0 0]X1 + [0 0 0]X2 + [1] >= [0 0 0]X1 + [0 0 0]X2 + [1] = cons(X1,X2) [0 0 0] [0 1 1] [0] [0 0 0] [0 1 1] [0] [1 1 1] [1 0 0] [0] [1 1 1] [1 0 0] [0] cons(X1,active(X2)) = [0 0 0]X1 + [0 0 0]X2 + [1] >= [0 0 0]X1 + [0 0 0]X2 + [1] = cons(X1,X2) [0 0 0] [0 1 1] [0] [0 0 0] [0 1 1] [0] [1 1 1] [1 1 1] incr(mark(X)) = [1 0 0]X >= [1 0 0]X = incr(X) [0 1 1] [0 1 1] [1 1 1] [1 1 1] incr(active(X)) = [1 0 0]X >= [1 0 0]X = incr(X) [0 1 1] [0 1 1] [1 0 0] [1 0 0] s(mark(X)) = [0 0 0]X >= [0 0 0]X = s(X) [0 0 0] [0 0 0] [1 0 0] [1 0 0] s(active(X)) = [0 0 0]X >= [0 0 0]X = s(X) [0 0 0] [0 0 0] [1 0 0] [1 0 0] hd(mark(X)) = [0 0 0]X >= [0 0 0]X = hd(X) [0 0 0] [0 0 0] [1 0 0] [1 0 0] hd(active(X)) = [0 0 0]X >= [0 0 0]X = hd(X) [0 0 0] [0 0 0] [1 0 0] [1] [1 0 0] [1] tl(mark(X)) = [0 0 0]X + [0] >= [0 0 0]X + [0] = tl(X) [0 0 0] [0] [0 0 0] [0] [1 0 0] [1] [1 0 0] [1] tl(active(X)) = [0 0 0]X + [0] >= [0 0 0]X + [0] = tl(X) [0 0 0] [0] [0 0 0] [0] problem: mark(nats()) -> active(nats()) mark(adx(X)) -> active(adx(mark(X))) mark(zeros()) -> active(zeros()) mark(cons(X1,X2)) -> active(cons(X1,X2)) mark(incr(X)) -> active(incr(mark(X))) mark(s(X)) -> active(s(X)) mark(hd(X)) -> active(hd(mark(X))) mark(tl(X)) -> active(tl(mark(X))) adx(mark(X)) -> adx(X) adx(active(X)) -> adx(X) cons(mark(X1),X2) -> cons(X1,X2) cons(X1,mark(X2)) -> cons(X1,X2) cons(X1,active(X2)) -> cons(X1,X2) incr(mark(X)) -> incr(X) incr(active(X)) -> incr(X) s(mark(X)) -> s(X) s(active(X)) -> s(X) hd(mark(X)) -> hd(X) hd(active(X)) -> hd(X) tl(mark(X)) -> tl(X) tl(active(X)) -> tl(X) Matrix Interpretation Processor: dim=3 interpretation: [1 1 0] [mark](x0) = [0 0 0]x0 [0 1 1] , [1 0 0] [s](x0) = [0 0 0]x0 [0 0 1] , [1 0 0] [active](x0) = [0 0 0]x0 [0 1 1] , [1 0 0] [0] [adx](x0) = [0 1 1]x0 + [1] [0 0 0] [0], [1 0 0] [tl](x0) = [0 1 1]x0 [0 0 0] , [0] [nats] = [1] [0], [1 0 0] [1] [incr](x0) = [0 1 1]x0 + [0] [0 0 0] [0], [1 0 0] [0] [hd](x0) = [0 1 1]x0 + [1] [0 0 0] [0], [1 0 0] [1 0 0] [1] [cons](x0, x1) = [0 0 0]x0 + [0 0 0]x1 + [0] [0 0 0] [0 0 0] [0], [0] [zeros] = [0] [0] orientation: [1] [0] mark(nats()) = [0] >= [0] = active(nats()) [1] [1] [1 1 1] [1] [1 1 0] [0] mark(adx(X)) = [0 0 0]X + [0] >= [0 0 0]X + [0] = active(adx(mark(X))) [0 1 1] [1] [0 1 1] [1] [0] [0] mark(zeros()) = [0] >= [0] = active(zeros()) [0] [0] [1 0 0] [1 0 0] [1] [1 0 0] [1 0 0] [1] mark(cons(X1,X2)) = [0 0 0]X1 + [0 0 0]X2 + [0] >= [0 0 0]X1 + [0 0 0]X2 + [0] = active(cons(X1,X2)) [0 0 0] [0 0 0] [0] [0 0 0] [0 0 0] [0] [1 1 1] [1] [1 1 0] [1] mark(incr(X)) = [0 0 0]X + [0] >= [0 0 0]X + [0] = active(incr(mark(X))) [0 1 1] [0] [0 1 1] [0] [1 0 0] [1 0 0] mark(s(X)) = [0 0 0]X >= [0 0 0]X = active(s(X)) [0 0 1] [0 0 1] [1 1 1] [1] [1 1 0] [0] mark(hd(X)) = [0 0 0]X + [0] >= [0 0 0]X + [0] = active(hd(mark(X))) [0 1 1] [1] [0 1 1] [1] [1 1 1] [1 1 0] mark(tl(X)) = [0 0 0]X >= [0 0 0]X = active(tl(mark(X))) [0 1 1] [0 1 1] [1 1 0] [0] [1 0 0] [0] adx(mark(X)) = [0 1 1]X + [1] >= [0 1 1]X + [1] = adx(X) [0 0 0] [0] [0 0 0] [0] [1 0 0] [0] [1 0 0] [0] adx(active(X)) = [0 1 1]X + [1] >= [0 1 1]X + [1] = adx(X) [0 0 0] [0] [0 0 0] [0] [1 1 0] [1 0 0] [1] [1 0 0] [1 0 0] [1] cons(mark(X1),X2) = [0 0 0]X1 + [0 0 0]X2 + [0] >= [0 0 0]X1 + [0 0 0]X2 + [0] = cons(X1,X2) [0 0 0] [0 0 0] [0] [0 0 0] [0 0 0] [0] [1 0 0] [1 1 0] [1] [1 0 0] [1 0 0] [1] cons(X1,mark(X2)) = [0 0 0]X1 + [0 0 0]X2 + [0] >= [0 0 0]X1 + [0 0 0]X2 + [0] = cons(X1,X2) [0 0 0] [0 0 0] [0] [0 0 0] [0 0 0] [0] [1 0 0] [1 0 0] [1] [1 0 0] [1 0 0] [1] cons(X1,active(X2)) = [0 0 0]X1 + [0 0 0]X2 + [0] >= [0 0 0]X1 + [0 0 0]X2 + [0] = cons(X1,X2) [0 0 0] [0 0 0] [0] [0 0 0] [0 0 0] [0] [1 1 0] [1] [1 0 0] [1] incr(mark(X)) = [0 1 1]X + [0] >= [0 1 1]X + [0] = incr(X) [0 0 0] [0] [0 0 0] [0] [1 0 0] [1] [1 0 0] [1] incr(active(X)) = [0 1 1]X + [0] >= [0 1 1]X + [0] = incr(X) [0 0 0] [0] [0 0 0] [0] [1 1 0] [1 0 0] s(mark(X)) = [0 0 0]X >= [0 0 0]X = s(X) [0 1 1] [0 0 1] [1 0 0] [1 0 0] s(active(X)) = [0 0 0]X >= [0 0 0]X = s(X) [0 1 1] [0 0 1] [1 1 0] [0] [1 0 0] [0] hd(mark(X)) = [0 1 1]X + [1] >= [0 1 1]X + [1] = hd(X) [0 0 0] [0] [0 0 0] [0] [1 0 0] [0] [1 0 0] [0] hd(active(X)) = [0 1 1]X + [1] >= [0 1 1]X + [1] = hd(X) [0 0 0] [0] [0 0 0] [0] [1 1 0] [1 0 0] tl(mark(X)) = [0 1 1]X >= [0 1 1]X = tl(X) [0 0 0] [0 0 0] [1 0 0] [1 0 0] tl(active(X)) = [0 1 1]X >= [0 1 1]X = tl(X) [0 0 0] [0 0 0] problem: mark(zeros()) -> active(zeros()) mark(cons(X1,X2)) -> active(cons(X1,X2)) mark(incr(X)) -> active(incr(mark(X))) mark(s(X)) -> active(s(X)) mark(tl(X)) -> active(tl(mark(X))) adx(mark(X)) -> adx(X) adx(active(X)) -> adx(X) cons(mark(X1),X2) -> cons(X1,X2) cons(X1,mark(X2)) -> cons(X1,X2) cons(X1,active(X2)) -> cons(X1,X2) incr(mark(X)) -> incr(X) incr(active(X)) -> incr(X) s(mark(X)) -> s(X) s(active(X)) -> s(X) hd(mark(X)) -> hd(X) hd(active(X)) -> hd(X) tl(mark(X)) -> tl(X) tl(active(X)) -> tl(X) Matrix Interpretation Processor: dim=3 interpretation: [1 0 1] [0] [mark](x0) = [0 1 0]x0 + [1] [0 0 1] [0], [1 0 0] [0] [s](x0) = [0 0 0]x0 + [0] [0 0 0] [1], [0] [active](x0) = x0 + [1] [0], [1 1 0] [0] [adx](x0) = [0 0 0]x0 + [0] [0 0 0] [1], [1 0 0] [0] [tl](x0) = [0 0 1]x0 + [0] [0 0 1] [1], [1 0 0] [0] [incr](x0) = [0 0 0]x0 + [0] [0 0 1] [1], [1 0 0] [hd](x0) = [0 0 0]x0 [0 0 0] , [1 0 0] [1 0 0] [0] [cons](x0, x1) = [0 0 0]x0 + [0 0 0]x1 + [0] [0 0 0] [0 0 0] [1], [0] [zeros] = [0] [1] orientation: [1] [0] mark(zeros()) = [1] >= [1] = active(zeros()) [1] [1] [1 0 0] [1 0 0] [1] [1 0 0] [1 0 0] [0] mark(cons(X1,X2)) = [0 0 0]X1 + [0 0 0]X2 + [1] >= [0 0 0]X1 + [0 0 0]X2 + [1] = active(cons(X1,X2)) [0 0 0] [0 0 0] [1] [0 0 0] [0 0 0] [1] [1 0 1] [1] [1 0 1] [0] mark(incr(X)) = [0 0 0]X + [1] >= [0 0 0]X + [1] = active(incr(mark(X))) [0 0 1] [1] [0 0 1] [1] [1 0 0] [1] [1 0 0] [0] mark(s(X)) = [0 0 0]X + [1] >= [0 0 0]X + [1] = active(s(X)) [0 0 0] [1] [0 0 0] [1] [1 0 1] [1] [1 0 1] [0] mark(tl(X)) = [0 0 1]X + [1] >= [0 0 1]X + [1] = active(tl(mark(X))) [0 0 1] [1] [0 0 1] [1] [1 1 1] [1] [1 1 0] [0] adx(mark(X)) = [0 0 0]X + [0] >= [0 0 0]X + [0] = adx(X) [0 0 0] [1] [0 0 0] [1] [1 1 0] [1] [1 1 0] [0] adx(active(X)) = [0 0 0]X + [0] >= [0 0 0]X + [0] = adx(X) [0 0 0] [1] [0 0 0] [1] [1 0 1] [1 0 0] [0] [1 0 0] [1 0 0] [0] cons(mark(X1),X2) = [0 0 0]X1 + [0 0 0]X2 + [0] >= [0 0 0]X1 + [0 0 0]X2 + [0] = cons(X1,X2) [0 0 0] [0 0 0] [1] [0 0 0] [0 0 0] [1] [1 0 0] [1 0 1] [0] [1 0 0] [1 0 0] [0] cons(X1,mark(X2)) = [0 0 0]X1 + [0 0 0]X2 + [0] >= [0 0 0]X1 + [0 0 0]X2 + [0] = cons(X1,X2) [0 0 0] [0 0 0] [1] [0 0 0] [0 0 0] [1] [1 0 0] [1 0 0] [0] [1 0 0] [1 0 0] [0] cons(X1,active(X2)) = [0 0 0]X1 + [0 0 0]X2 + [0] >= [0 0 0]X1 + [0 0 0]X2 + [0] = cons(X1,X2) [0 0 0] [0 0 0] [1] [0 0 0] [0 0 0] [1] [1 0 1] [0] [1 0 0] [0] incr(mark(X)) = [0 0 0]X + [0] >= [0 0 0]X + [0] = incr(X) [0 0 1] [1] [0 0 1] [1] [1 0 0] [0] [1 0 0] [0] incr(active(X)) = [0 0 0]X + [0] >= [0 0 0]X + [0] = incr(X) [0 0 1] [1] [0 0 1] [1] [1 0 1] [0] [1 0 0] [0] s(mark(X)) = [0 0 0]X + [0] >= [0 0 0]X + [0] = s(X) [0 0 0] [1] [0 0 0] [1] [1 0 0] [0] [1 0 0] [0] s(active(X)) = [0 0 0]X + [0] >= [0 0 0]X + [0] = s(X) [0 0 0] [1] [0 0 0] [1] [1 0 1] [1 0 0] hd(mark(X)) = [0 0 0]X >= [0 0 0]X = hd(X) [0 0 0] [0 0 0] [1 0 0] [1 0 0] hd(active(X)) = [0 0 0]X >= [0 0 0]X = hd(X) [0 0 0] [0 0 0] [1 0 1] [0] [1 0 0] [0] tl(mark(X)) = [0 0 1]X + [0] >= [0 0 1]X + [0] = tl(X) [0 0 1] [1] [0 0 1] [1] [1 0 0] [0] [1 0 0] [0] tl(active(X)) = [0 0 1]X + [0] >= [0 0 1]X + [0] = tl(X) [0 0 1] [1] [0 0 1] [1] problem: cons(mark(X1),X2) -> cons(X1,X2) cons(X1,mark(X2)) -> cons(X1,X2) cons(X1,active(X2)) -> cons(X1,X2) incr(mark(X)) -> incr(X) incr(active(X)) -> incr(X) s(mark(X)) -> s(X) s(active(X)) -> s(X) hd(mark(X)) -> hd(X) hd(active(X)) -> hd(X) tl(mark(X)) -> tl(X) tl(active(X)) -> tl(X) Matrix Interpretation Processor: dim=1 interpretation: [mark](x0) = 7x0 + 1, [s](x0) = 2x0 + 4, [active](x0) = 4x0, [tl](x0) = 2x0, [incr](x0) = x0, [hd](x0) = x0 + 7, [cons](x0, x1) = 2x0 + 2x1 orientation: cons(mark(X1),X2) = 14X1 + 2X2 + 2 >= 2X1 + 2X2 = cons(X1,X2) cons(X1,mark(X2)) = 2X1 + 14X2 + 2 >= 2X1 + 2X2 = cons(X1,X2) cons(X1,active(X2)) = 2X1 + 8X2 >= 2X1 + 2X2 = cons(X1,X2) incr(mark(X)) = 7X + 1 >= X = incr(X) incr(active(X)) = 4X >= X = incr(X) s(mark(X)) = 14X + 6 >= 2X + 4 = s(X) s(active(X)) = 8X + 4 >= 2X + 4 = s(X) hd(mark(X)) = 7X + 8 >= X + 7 = hd(X) hd(active(X)) = 4X + 7 >= X + 7 = hd(X) tl(mark(X)) = 14X + 2 >= 2X = tl(X) tl(active(X)) = 8X >= 2X = tl(X) problem: cons(X1,active(X2)) -> cons(X1,X2) incr(active(X)) -> incr(X) s(active(X)) -> s(X) hd(active(X)) -> hd(X) tl(active(X)) -> tl(X) Matrix Interpretation Processor: dim=3 interpretation: [1 0 0] [s](x0) = [0 0 0]x0 [0 0 1] , [1 0 0] [1] [active](x0) = [0 0 0]x0 + [0] [0 0 1] [0], [1 0 0] [0] [tl](x0) = [0 0 0]x0 + [1] [0 0 0] [0], [1 0 0] [incr](x0) = [0 0 0]x0 [0 0 0] , [1 0 0] [hd](x0) = [0 0 0]x0 [0 0 0] , [1 0 0] [1 0 0] [cons](x0, x1) = [0 0 0]x0 + [0 0 0]x1 [0 0 0] [0 0 0] orientation: [1 0 0] [1 0 0] [1] [1 0 0] [1 0 0] cons(X1,active(X2)) = [0 0 0]X1 + [0 0 0]X2 + [0] >= [0 0 0]X1 + [0 0 0]X2 = cons(X1,X2) [0 0 0] [0 0 0] [0] [0 0 0] [0 0 0] [1 0 0] [1] [1 0 0] incr(active(X)) = [0 0 0]X + [0] >= [0 0 0]X = incr(X) [0 0 0] [0] [0 0 0] [1 0 0] [1] [1 0 0] s(active(X)) = [0 0 0]X + [0] >= [0 0 0]X = s(X) [0 0 1] [0] [0 0 1] [1 0 0] [1] [1 0 0] hd(active(X)) = [0 0 0]X + [0] >= [0 0 0]X = hd(X) [0 0 0] [0] [0 0 0] [1 0 0] [1] [1 0 0] [0] tl(active(X)) = [0 0 0]X + [1] >= [0 0 0]X + [1] = tl(X) [0 0 0] [0] [0 0 0] [0] problem: Qed