The TRS could be proven non-terminating. The proof took 191 ms.

The following reduction sequence is a witness for non-termination:

zeros# →* zeros#

The following DP Processors were used


Problem 1 was processed with processor DependencyGraph (0ms).
 | – Problem 2 remains open; application of the following processors failed [SubtermCriterion (0ms), DependencyGraph (2ms), SubtermCriterion (1ms), DependencyGraph (1ms), PolynomialOrdering (30ms), DependencyGraph (1ms), PolynomialOrdering (28ms), DependencyGraph (1ms), PolynomialOrdering (15ms), DependencyGraph (1ms), ReductionPairSAT (16ms), DependencyGraph (0ms), SizeChangePrinciple (1ms), ForwardNarrowing (2ms), BackwardInstantiation (1ms), ForwardInstantiation (1ms), Propagation (3ms)].
 | – Problem 3 was processed with processor SubtermCriterion (0ms).
 | – Problem 4 was processed with processor SubtermCriterion (0ms).

Problem 1: DependencyGraph



Dependency Pair Problem

Dependency Pairs

nats#zeros#adx#(cons(X, Y))incr#(cons(X, adx(Y)))
zeros#zeros#incr#(cons(X, Y))incr#(Y)
adx#(cons(X, Y))adx#(Y)nats#adx#(zeros)

Rewrite Rules

natsadx(zeros)zeroscons(0, zeros)
incr(cons(X, Y))cons(s(X), incr(Y))adx(cons(X, Y))incr(cons(X, adx(Y)))
hd(cons(X, Y))Xtl(cons(X, Y))Y

Original Signature

Termination of terms over the following signature is verified: nats, 0, tl, s, zeros, adx, hd, incr, cons

Strategy


Parameters


The following SCCs where found

zeros# → zeros#

incr#(cons(X, Y)) → incr#(Y)

adx#(cons(X, Y)) → adx#(Y)

Problem 3: SubtermCriterion



Dependency Pair Problem

Dependency Pairs

incr#(cons(X, Y))incr#(Y)

Rewrite Rules

natsadx(zeros)zeroscons(0, zeros)
incr(cons(X, Y))cons(s(X), incr(Y))adx(cons(X, Y))incr(cons(X, adx(Y)))
hd(cons(X, Y))Xtl(cons(X, Y))Y

Original Signature

Termination of terms over the following signature is verified: nats, 0, tl, s, zeros, adx, hd, incr, cons

Strategy


Projection

The following projection was used:

Thus, the following dependency pairs are removed:

incr#(cons(X, Y))incr#(Y)

Problem 4: SubtermCriterion



Dependency Pair Problem

Dependency Pairs

adx#(cons(X, Y))adx#(Y)

Rewrite Rules

natsadx(zeros)zeroscons(0, zeros)
incr(cons(X, Y))cons(s(X), incr(Y))adx(cons(X, Y))incr(cons(X, adx(Y)))
hd(cons(X, Y))Xtl(cons(X, Y))Y

Original Signature

Termination of terms over the following signature is verified: nats, 0, tl, s, zeros, adx, hd, incr, cons

Strategy


Projection

The following projection was used:

Thus, the following dependency pairs are removed:

adx#(cons(X, Y))adx#(Y)