Certification Problem

Input (TPDB TRS_Standard/Mixed_TRS/jones1)

The rewrite relation of the following TRS is considered.

rev(ls) r1(ls,empty) (1)
r1(empty,a) a (2)
r1(cons(x,k),a) r1(k,cons(x,a)) (3)

Property / Task

Prove or disprove termination.

Answer / Result

Yes.

Proof (by NaTT @ termCOMP 2023)

1 Dependency Pair Transformation

The following set of initial dependency pairs has been identified.
rev#(ls) r1#(ls,empty) (4)
r1#(cons(x,k),a) r1#(k,cons(x,a)) (5)

1.1 Dependency Graph Processor

The dependency pairs are split into 1 component.