Input TRS: 1: h(f(x),y) -> f(g(x,y)) 2: g(x,y) -> h(x,y) Number of strict rules: 2 Direct Order(PosReal,>,Poly) ... removes: 1 2 h(x1,x2) weight: 2 * x1 + 2 * x2 f(x1) weight: (/ 1 4) + x1 g(x1,x2) weight: (/ 1 8) + 2 * x1 + 2 * x2 Number of strict rules: 0 YES