Certification Problem

Input (TPDB TRS_Standard/Der95/07)

The rewrite relation of the following TRS is considered.

w(r(x)) r(w(x)) (1)
b(r(x)) r(b(x)) (2)
b(w(x)) w(b(x)) (3)

Property / Task

Prove or disprove termination.

Answer / Result

Yes.

Proof (by AProVE @ termCOMP 2023)

1 Dependency Pair Transformation

The following set of initial dependency pairs has been identified.
w#(r(x)) w#(x) (4)
b#(r(x)) b#(x) (5)
b#(w(x)) w#(b(x)) (6)
b#(w(x)) b#(x) (7)

1.1 Dependency Graph Processor

The dependency pairs are split into 2 components.