Certification Problem

Input (TPDB TRS_Standard/Transformed_CSR_04/ExIntrod_GM01_Z)

The rewrite relation of the following TRS is considered.

incr(nil) nil (1)
incr(cons(X,L)) cons(s(X),n__incr(activate(L))) (2)
adx(nil) nil (3)
adx(cons(X,L)) incr(cons(X,n__adx(activate(L)))) (4)
nats adx(zeros) (5)
zeros cons(0,n__zeros) (6)
head(cons(X,L)) X (7)
tail(cons(X,L)) activate(L) (8)
incr(X) n__incr(X) (9)
adx(X) n__adx(X) (10)
zeros n__zeros (11)
activate(n__incr(X)) incr(X) (12)
activate(n__adx(X)) adx(X) (13)
activate(n__zeros) zeros (14)
activate(X) X (15)

Property / Task

Prove or disprove termination.

Answer / Result

No.

Proof (by AProVE @ termCOMP 2023)

1 Rule Removal

The following rules have been removed.
nats adx(zeros) (5)
tail(cons(X,L)) activate(L) (8)

1.1 Rule Removal

The following rules have been removed.
head(cons(X,L)) X (7)

1.1.1 Rule Removal

The following rules have been removed.
adx(nil) nil (3)

1.1.1.1 Dependency Pair Transformation

The following set of initial dependency pairs has been identified.
incr#(cons(X,L)) activate#(L) (16)
adx#(cons(X,L)) incr#(cons(X,n__adx(activate(L)))) (17)
adx#(cons(X,L)) activate#(L) (18)
activate#(n__incr(X)) incr#(X) (19)
activate#(n__adx(X)) adx#(X) (20)
activate#(n__zeros) zeros# (21)
It remains to prove infiniteness of the resulting DP problem.

1.1.1.1.1 Pair and Rule Removal

Some pairs and rules have been removed and it remains to prove infiniteness of the remaing problem. The following pairs have been deleted.
activate#(n__zeros) zeros# (21)
and the following rules have been deleted.

1.1.1.1.1.1 Pair and Rule Removal

Some pairs and rules have been removed and it remains to prove infiniteness of the remaing problem. The following pairs have been deleted.
adx#(cons(X,L)) activate#(L) (18)
and the following rules have been deleted.

1.1.1.1.1.1.1 Pair and Rule Removal

Some pairs and rules have been removed and it remains to prove infiniteness of the remaing problem. The following pairs have been deleted.
activate#(n__incr(X)) incr#(X) (19)
and the following rules have been deleted.

1.1.1.1.1.1.1.1 Instantiation Processor

The pairs are instantiated to the following pairs.
activate#(n__adx(X)) adx#(X) (20)
adx#(cons(X,L)) incr#(cons(X,n__adx(activate(L)))) (17)
incr#(cons(y_0,n__adx(y_2))) activate#(n__adx(y_2)) (22)

1.1.1.1.1.1.1.1.1 Loop

The following loop proves infiniteness of the DP problem.

t0 = adx#(activate(n__zeros))
R adx#(zeros)
R adx#(cons(0,n__zeros))
P incr#(cons(0,n__adx(activate(n__zeros))))
P activate#(n__adx(activate(n__zeros)))
P adx#(activate(n__zeros))
= t5
where t5 = t0