Certification Problem

Input (TPDB TRS_Standard/Secret_06_TRS/gen-10)

The rewrite relation of the following TRS is considered.

f(b(a,z)) z (1)
b(y,b(a,z)) b(f(c(y,y,a)),b(f(z),a)) (2)
f(f(f(c(z,x,a)))) b(f(x),z) (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.
b#(y,b(a,z)) b#(f(c(y,y,a)),b(f(z),a)) (4)
b#(y,b(a,z)) f#(c(y,y,a)) (5)
b#(y,b(a,z)) b#(f(z),a) (6)
b#(y,b(a,z)) f#(z) (7)
f#(f(f(c(z,x,a)))) b#(f(x),z) (8)
f#(f(f(c(z,x,a)))) f#(x) (9)

1.1 Dependency Graph Processor

The dependency pairs are split into 1 component.