Input TRS: 1: half(|0|()) -> |0|() 2: half(s(s(x))) -> s(half(x)) 3: log(s(|0|())) -> |0|() 4: log(s(s(x))) -> s(log(s(half(x)))) Number of strict rules: 4 Direct Order(PosReal,>,Poly) ... removes: 4 1 3 2 |0|() weight: 0 s(x1) weight: (/ 94385 8) + 2 * x1 half(x1) weight: (/ 1 8) + x1 log(x1) weight: 11797 + 2 * x1 Number of strict rules: 0 YES