Certification Problem

Input (TPDB TRS_Equational/Mixed_AC/YWHM14_3)

The rewrite relation of the following equational TRS is considered.

f(plus(x,y)) plus(f(x),y) (1)
plus(g(x),y) g(plus(x,y)) (2)
plus(f(a),g(b)) plus(f(b),g(a)) (3)
h(a,b) h(b,a) (4)
h(a,g(g(a))) h(g(a),f(a)) (5)
h(g(a),a) h(a,g(b)) (6)
h(g(a),b) h(a,g(a)) (7)

Associative symbols: plus

Commutative symbols: plus

Property / Task

Prove or disprove termination.

Answer / Result

Yes.

Proof (by NaTT @ termCOMP 2023)

1 AC Dependency Pair Transformation