Certification Problem

Input (TPDB TRS_Standard/Transformed_CSR_04/PEANO_nosorts_FR)

The rewrite relation of the following TRS is considered.

and(tt,X) activate(X) (1)
plus(N,0) N (2)
plus(N,s(M)) s(plus(N,M)) (3)
activate(X) X (4)

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.
and#(tt,X) activate#(X) (5)
plus#(N,s(M)) plus#(N,M) (6)

1.1 Dependency Graph Processor

The dependency pairs are split into 1 component.