Certification Problem

Input (TPDB SRS_Standard/Secret_06_SRS/3-matchbox)

The rewrite relation of the following TRS is considered.

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

Property / Task

Prove or disprove termination.

Answer / Result

Yes.

Proof (by NaTT @ termCOMP 2023)

1 Dependency Pair Transformation

The following set of initial dependency pairs has been identified.
b#(a(a(a(x1)))) a#(a(b(x1))) (5)
a#(b(c(x1))) b#(a(x1)) (6)
c#(c(b(b(x1)))) b#(c(c(x1))) (7)
c#(b(a(a(x1)))) a#(b(c(x1))) (8)
c#(b(a(a(x1)))) c#(x1) (9)
c#(c(b(b(x1)))) b#(b(c(c(x1)))) (10)
c#(c(b(b(x1)))) c#(c(x1)) (11)
a#(b(c(x1))) a#(x1) (12)
c#(b(a(a(x1)))) b#(c(x1)) (13)
a#(b(c(x1))) c#(b(a(x1))) (14)
b#(a(a(a(x1)))) a#(b(x1)) (15)
b#(a(a(a(x1)))) a#(a(a(b(x1)))) (16)
c#(b(a(a(x1)))) a#(a(b(c(x1)))) (17)
c#(c(b(b(x1)))) c#(x1) (18)
b#(a(a(a(x1)))) b#(x1) (19)

1.1 Dependency Graph Processor

The dependency pairs are split into 1 component.