Certification Problem

Input (TPDB SRS_Standard/Mixed_SRS/01-oppelt08)

The rewrite relation of the following TRS is considered.

a(b(c(x1))) c(b(a(x1))) (1)
a(c(x1)) a(a(d(a(x1)))) (2)
d(a(b(x1))) b(a(d(x1))) (3)
d(a(c(x1))) b(c(c(x1))) (4)

Property / Task

Prove or disprove termination.

Answer / Result

No.

Proof (by AProVE @ termCOMP 2023)

1 Infinite derivation

There is a self-embedding derivation structure which implies nontermination.

a (a b)n + 1 c c+ a (a b)n + 2 c c

The derivation can be derived as follows.