YES
0 QTRS
↳1 QTRSRRRProof (⇔, 0 ms)
↳2 QTRS
↳3 QTRSRRRProof (⇔, 6 ms)
↳4 QTRS
↳5 QTRSRRRProof (⇔, 0 ms)
↳6 QTRS
↳7 QTRSRRRProof (⇔, 0 ms)
↳8 QTRS
↳9 RisEmptyProof (⇔, 0 ms)
↳10 YES
rev(nil) → nil
rev(.(x, y)) → ++(rev(y), .(x, nil))
car(.(x, y)) → x
cdr(.(x, y)) → y
null(nil) → true
null(.(x, y)) → false
++(nil, y) → y
++(.(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)) = x1 + x2
POL(.(x1, x2)) = x1 + x2
POL(car(x1)) = 1 + x1
POL(cdr(x1)) = 2 + x1
POL(false) = 0
POL(nil) = 0
POL(null(x1)) = 1 + x1
POL(rev(x1)) = 2·x1
POL(true) = 0
car(.(x, y)) → x
cdr(.(x, y)) → y
null(nil) → true
null(.(x, y)) → false
rev(nil) → nil
rev(.(x, y)) → ++(rev(y), .(x, nil))
++(nil, y) → y
++(.(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)) = 1 + x1 + x2
POL(.(x1, x2)) = 1 + x1 + x2
POL(nil) = 0
POL(rev(x1)) = 2 + 2·x1
rev(nil) → nil
++(nil, y) → y
rev(.(x, y)) → ++(rev(y), .(x, nil))
++(.(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)) = x1 + x2
POL(.(x1, x2)) = 1 + x1 + x2
POL(nil) = 0
POL(rev(x1)) = 2 + 2·x1
rev(.(x, y)) → ++(rev(y), .(x, nil))
++(.(x, y), z) → .(x, ++(y, z))
++2 > .2
._2=0
++_2=0
++(.(x, y), z) → .(x, ++(y, z))