Certification Problem

Input (TPDB TRS_Standard/Secret_06_TRS/4)

The rewrite relation of the following TRS is considered.

c(c(b(c(x)))) b(a(0,c(x))) (1)
c(c(x)) b(c(b(c(x)))) (2)
a(0,x) c(c(x)) (3)

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.
a#(0,x) c#(c(x)) (4)
a#(0,x) c#(x) (5)
c#(c(x)) c#(b(c(x))) (6)
c#(c(b(c(x)))) a#(0,c(x)) (7)

1.1 Dependency Graph Processor

The dependency pairs are split into 1 component.