YES(?,PRIMREC) We are left with following problem, upon which TcT provides the certificate YES(?,PRIMREC). Strict Trs: { sum(0()) -> 0() , sum(s(x)) -> +(sum(x), s(x)) , +(x, 0()) -> x , +(x, s(y)) -> s(+(x, y)) } Obligation: innermost runtime complexity Answer: YES(?,PRIMREC) The input was oriented with the instance of'multiset path order' as induced by the precedence sum > 0, sum > s, sum > +, + > 0, + > s, 0 ~ s . Hurray, we answered YES(?,PRIMREC)