Certification Problem

Input (TPDB TRS_Standard/HirokawaMiddeldorp_04/t008)

The rewrite relation of the following TRS is considered.

half(0) 0 (1)
half(s(0)) 0 (2)
half(s(s(x))) s(half(x)) (3)
s(log(0)) s(0) (4)
log(s(x)) s(log(half(s(x)))) (5)

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.
log#(s(x)) log#(half(s(x))) (6)
s#(log(0)) s#(0) (7)
half#(s(s(x))) half#(x) (8)
log#(s(x)) half#(s(x)) (9)
log#(s(x)) s#(log(half(s(x)))) (10)
half#(s(s(x))) s#(half(x)) (11)

1.1 Dependency Graph Processor

The dependency pairs are split into 2 components.