Certification Problem

Input (TPDB TRS_Equational/AProVE_AC_04/AC28)

The rewrite relation of the following equational TRS is considered.

union(empty,X) X (1)
max(singl(x)) x (2)
max(union(singl(x),singl(0))) x (3)
max(union(singl(s(x)),singl(s(y)))) s(max(union(singl(x),singl(y)))) (4)
max(union(singl(x),union(Y,Z))) max(union(singl(x),singl(max(union(Y,Z))))) (5)

Associative symbols: union

Commutative symbols: union

Property / Task

Prove or disprove termination.

Answer / Result

Yes.

Proof (by NaTT @ termCOMP 2023)

1 AC Dependency Pair Transformation