(VAR X Y Z I P) (STRATEGY CONTEXTSENSITIVE (__ 1 2) (nil) (U11 1) (tt) (U12 1) (isNePal 1) ) (RULES __(__(X,Y),Z) -> __(X,__(Y,Z)) __(X,nil) -> X __(nil,X) -> X U11(tt) -> U12(tt) U12(tt) -> tt isNePal(__(I,__(P,I))) -> U11(tt) ) Proving termination of context-sensitive rewriting for PALINDROME_nosorts_noand: -> Dependency pairs: nF___(__(X,Y),Z) -> nF___(X,__(Y,Z)) nF___(__(X,Y),Z) -> nF___(Y,Z) nF_U11(tt) -> nF_U12(tt) nF_isNePal(__(I,__(P,I))) -> nF_U11(tt) -> Proof of termination for PALINDROME_nosorts_noand_1: -> -> Dependency pairs in cycle: nF___(__(X,Y),Z) -> nF___(X,__(Y,Z)) nF___(__(X,Y),Z) -> nF___(Y,Z) Termination proved: Cycles verify subterm criterion. SETTINGS: Base ordering: Polynomial ordering Proof mode: SCCs in CSDG + base ordering Upper bound for coeffs: 1 Rationals below 1 for all non-replacing args: No Polynomial interpretation: Linear Coeffs in polynomials: No rationals Delta: automatic Termination was proved succesfully.