Certification Problem

Input (TPDB TRS_Equational/AProVE_AC_04/AC01)

The rewrite relation of the following equational TRS is considered.

plus(x,0) x (1)
plus(x,s(y)) s(plus(x,y)) (2)

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