Certification Problem

Input (TPDB TRS_Standard/Zantema_15/ex01)

The rewrite relation of the following TRS is considered.

a(L(x)) L(a(x)) (1)
R(a(x)) a(R(x)) (2)
b(L(x)) b(R(x)) (3)
R(b(x)) L(a(b(x))) (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 R (a)n b+ b R (a)n + 1 b

The derivation can be derived as follows.