Certification Problem

Input (TPDB SRS_Standard/Zantema_04/z073)

The rewrite relation of the following TRS is considered.

a(l(x1)) l(a(x1)) (1)
r(a(x1)) a(r(x1)) (2)
b(l(x1)) b(a(r(x1))) (3)
r(b(x1)) l(b(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.

b (a)n l b+ b (a)n + 1 l b

The derivation can be derived as follows.