Certification Problem

Input (TPDB TRS_Equational/AProVE_AC_04/AC53)

The rewrite relation of the following equational TRS is considered.

p(s(x)) x (1)
fac(0) s(0) (2)
fac(s(x)) times(s(x),fac(p(s(x)))) (3)

Associative symbols: times

Commutative symbols: times

Property / Task

Prove or disprove termination.

Answer / Result

Yes.

Proof (by NaTT @ termCOMP 2023)

1 AC Dependency Pair Transformation