YES
0 QTRS
↳1 QTRSRRRProof (⇔, 0 ms)
↳2 QTRS
↳3 RisEmptyProof (⇔, 0 ms)
↳4 YES
*(i(x), x) → 1
*(1, y) → y
*(x, 0) → 0
*(*(x, y), z) → *(x, *(y, z))
With this ordering the following rules can be removed by the rule removal processor [LPAR04] because they are oriented strictly:
POL(*(x1, x2)) = 2 + 2·x1 + x2
POL(0) = 2
POL(1) = 0
POL(i(x1)) = x1
*(i(x), x) → 1
*(1, y) → y
*(x, 0) → 0
*(*(x, y), z) → *(x, *(y, z))