Certification Problem

Input (TPDB TRS_Standard/Zantema_05/z26)

The rewrite relation of the following TRS is considered.

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

1.1 Dependency Graph Processor

The dependency pairs are split into 1 component.