We consider the system 450. Alphabet: a : [] --> o b : [] --> o f : [o] --> o Rules: a => b f(a) => f(b) We use rule removal, following [Kop12, Theorem 2.23]. This gives the following requirements (possibly using Theorems 2.25 and 2.26 in [Kop12]): a >? b f(a) >? f(b) We use a recursive path ordering as defined in [Kop12, Chapter 5]. Argument functions: [[b]] = _|_ [[f(x_1)]] = x_1 We choose Lex = {} and Mul = {a}, and the following precedence: a Taking the argument function into account, and fixing the greater / greater equal choices, the constraints can be denoted as follows: a > _|_ a >= _|_ With these choices, we have: 1] a > _|_ because [2], by definition 2] a* >= _|_ by (Bot) 3] a >= _|_ by (Bot) We can thus remove the following rules: a => b We use rule removal, following [Kop12, Theorem 2.23]. This gives the following requirements (possibly using Theorems 2.25 and 2.26 in [Kop12]): f(a) >? f(b) We use a recursive path ordering as defined in [Kop12, Chapter 5]. Argument functions: [[b]] = _|_ [[f(x_1)]] = x_1 We choose Lex = {} and Mul = {a}, and the following precedence: a Taking the argument function into account, and fixing the greater / greater equal choices, the constraints can be denoted as follows: a > _|_ With these choices, we have: 1] a > _|_ because [2], by definition 2] a* >= _|_ by (Bot) We can thus remove the following rules: f(a) => f(b) All rules were succesfully removed. Thus, termination of the original system has been reduced to termination of the beta-rule, which is well-known to hold. +++ Citations +++ [Kop12] C. Kop. Higher Order Termination. PhD Thesis, 2012.