ceta_eq: termination proof not accepted 1: error below switch to dependency pairs 1.1: error below the dependency graph processor 1.1.1: error when applying the reduction pair processor with usable rules to remove from the DP problem pairs: app#(app(map, f), app(app(cons, x), xs)) -> app#(f, x) app#(app(map, f), app(app(cons, x), xs)) -> app#(app(map, f), xs) app#(app(filter, f), app(app(cons, x), xs)) -> app#(f, x) app#(app(app(app(filter2, true), f), x), xs) -> app#(app(filter, f), xs) app#(app(app(app(filter2, false), f), x), xs) -> app#(app(filter, f), xs) rules: app(D, t) -> 1 app(D, constant) -> 0 app(D, app(app(+, x), y)) -> app(app(+, app(D, x)), app(D, y)) app(D, app(app(*, x), y)) -> app(app(+, app(app(*, y), app(D, x))), app(app(*, x), app(D, y))) app(D, app(app(-, x), y)) -> app(app(-, app(D, x)), app(D, y)) app(app(map, f), nil) -> nil app(app(map, f), app(app(cons, x), xs)) -> app(app(cons, app(f, x)), app(app(map, f), xs)) app(app(filter, f), nil) -> nil app(app(filter, f), app(app(cons, x), xs)) -> app(app(app(app(filter2, app(f, x)), f), x), xs) app(app(app(app(filter2, true), f), x), xs) -> app(app(cons, x), app(app(filter, f), xs)) app(app(app(app(filter2, false), f), x), xs) -> app(app(filter, f), xs) the pairs app#(app(map, f), app(app(cons, x), xs)) -> app#(f, x) app#(app(map, f), app(app(cons, x), xs)) -> app#(app(map, f), xs) app#(app(filter, f), app(app(cons, x), xs)) -> app#(f, x) could not apply the generic root reduction pair processor with the following SCNP-version with mu = MS and the level mapping defined by pi(app#) = [(epsilon,0),(2,3)] Argument Filter: pi(app#/2) = [] pi(app/2) = [1,2] pi(map/0) = [] pi(cons/0) = [] pi(filter/0) = [] pi(filter2/0) = [] pi(true/0) = [] pi(false/0) = [] RPO with the following precedence precedence(cons[0]) = 0 precedence(app#[2]) = 1 precedence(true[0]) = 2 precedence(map[0]) = 3 precedence(false[0]) = 4 precedence(app[2]) = 5 precedence(filter2[0]) = 6 precedence(filter[0]) = 7 precedence(_) = 0 and the following status status(cons[0]) = lex status(app#[2]) = lex status(true[0]) = lex status(map[0]) = lex status(false[0]) = lex status(app[2]) = lex status(filter2[0]) = lex status(filter[0]) = lex status(_) = lex problem when orienting DPs cannot orient pair app#(app(app(app(filter2, true), f), x), xs) -> app#(app(filter, f), xs) weakly: [(app#(app(app(app(filter2, true), f), x), xs),0),(xs,3)] >=mu [(app#(app(filter, f), xs),0),(xs,3)] could not be ensured