Certification Problem

Input (TPDB TRS_Standard/Transformed_CSR_04/PALINDROME_nosorts_noand_C)

The rewrite relation of the following TRS is considered.

active(__(__(X,Y),Z)) mark(__(X,__(Y,Z))) (1)
active(__(X,nil)) mark(X) (2)
active(__(nil,X)) mark(X) (3)
active(U11(tt)) mark(U12(tt)) (4)
active(U12(tt)) mark(tt) (5)
active(isNePal(__(I,__(P,I)))) mark(U11(tt)) (6)
active(__(X1,X2)) __(active(X1),X2) (7)
active(__(X1,X2)) __(X1,active(X2)) (8)
active(U11(X)) U11(active(X)) (9)
active(U12(X)) U12(active(X)) (10)
active(isNePal(X)) isNePal(active(X)) (11)
__(mark(X1),X2) mark(__(X1,X2)) (12)
__(X1,mark(X2)) mark(__(X1,X2)) (13)
U11(mark(X)) mark(U11(X)) (14)
U12(mark(X)) mark(U12(X)) (15)
isNePal(mark(X)) mark(isNePal(X)) (16)
proper(__(X1,X2)) __(proper(X1),proper(X2)) (17)
proper(nil) ok(nil) (18)
proper(U11(X)) U11(proper(X)) (19)
proper(tt) ok(tt) (20)
proper(U12(X)) U12(proper(X)) (21)
proper(isNePal(X)) isNePal(proper(X)) (22)
__(ok(X1),ok(X2)) ok(__(X1,X2)) (23)
U11(ok(X)) ok(U11(X)) (24)
U12(ok(X)) ok(U12(X)) (25)
isNePal(ok(X)) ok(isNePal(X)) (26)
top(mark(X)) top(proper(X)) (27)
top(ok(X)) top(active(X)) (28)

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.
__#(X1,mark(X2)) __#(X1,X2) (29)
proper#(U12(X)) proper#(X) (30)
U12#(mark(X)) U12#(X) (31)
active#(isNePal(X)) active#(X) (32)
active#(__(X1,X2)) active#(X1) (33)
__#(mark(X1),X2) __#(X1,X2) (34)
U12#(ok(X)) U12#(X) (35)
proper#(__(X1,X2)) proper#(X2) (36)
proper#(__(X1,X2)) proper#(X1) (37)
active#(__(X1,X2)) __#(active(X1),X2) (38)
active#(__(__(X,Y),Z)) __#(X,__(Y,Z)) (39)
active#(U12(X)) U12#(active(X)) (40)
isNePal#(mark(X)) isNePal#(X) (41)
proper#(U11(X)) U11#(proper(X)) (42)
top#(mark(X)) top#(proper(X)) (43)
U11#(ok(X)) U11#(X) (44)
U11#(mark(X)) U11#(X) (45)
active#(__(X1,X2)) __#(X1,active(X2)) (46)
active#(isNePal(X)) isNePal#(active(X)) (47)
proper#(U12(X)) U12#(proper(X)) (48)
proper#(__(X1,X2)) __#(proper(X1),proper(X2)) (49)
active#(__(X1,X2)) active#(X2) (50)
isNePal#(ok(X)) isNePal#(X) (51)
top#(ok(X)) active#(X) (52)
active#(__(__(X,Y),Z)) __#(Y,Z) (53)
proper#(isNePal(X)) proper#(X) (54)
proper#(U11(X)) proper#(X) (55)
active#(U11(tt)) U12#(tt) (56)
top#(mark(X)) proper#(X) (57)
top#(ok(X)) top#(active(X)) (58)
active#(U11(X)) U11#(active(X)) (59)
active#(isNePal(__(I,__(P,I)))) U11#(tt) (60)
__#(ok(X1),ok(X2)) __#(X1,X2) (61)
active#(U12(X)) active#(X) (62)
active#(U11(X)) active#(X) (63)
proper#(isNePal(X)) isNePal#(proper(X)) (64)

1.1 Dependency Graph Processor

The dependency pairs are split into 7 components.