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 AProVE @ termCOMP 2023)
1 AC Dependency Pair Transformation
The following set of (strict) dependency pairs is constructed for the TRS.
fac#(s(x)) |
→ |
fac#(p(s(x))) |
(6) |
fac#(s(x)) |
→ |
p#(s(x)) |
(7) |
The extended rules of the TRS
There are no rules.
give rise to even more dependency pairs (by sharping the root symbols of each rule).
Finiteness for all DPs in combination with the equational DPs is proven as follows.
1.1 Dependency Graph Processor
The dependency pairs are split into 1
component.