Certification Problem
Input (TPDB SRS_Relative/Mixed_relative_SRS/zr04)
The relative rewrite relation R/S is considered where R is the following TRS
d(n(x1)) |
→ |
d(x1) |
(1) |
d(o(x1)) |
→ |
d(x1) |
(2) |
o(u(x1)) |
→ |
u(x1) |
(3) |
and S is the following TRS.
t(u(x1)) |
→ |
t(c(d(x1))) |
(4) |
d(f(x1)) |
→ |
f(d(x1)) |
(5) |
d(g(x1)) |
→ |
u(g(x1)) |
(6) |
f(u(x1)) |
→ |
u(f(x1)) |
(7) |
n(u(x1)) |
→ |
u(x1) |
(8) |
f(x1) |
→ |
f(n(x1)) |
(9) |
t(x1) |
→ |
t(c(n(x1))) |
(10) |
c(n(x1)) |
→ |
n(c(x1)) |
(11) |
c(o(x1)) |
→ |
o(c(x1)) |
(12) |
c(o(x1)) |
→ |
o(x1) |
(13) |
c(f(x1)) |
→ |
f(c(x1)) |
(14) |
c(u(x1)) |
→ |
u(c(x1)) |
(15) |
c(d(x1)) |
→ |
d(c(x1)) |
(16) |
Property / Task
Prove or disprove termination.Answer / Result
Yes.Proof (by matchbox @ termCOMP 2023)
1 Rule Removal
Using the
matrix interpretations of dimension 1 with strict dimension 1 over the rationals with delta = 1
[o(x1)] |
= |
x1 +
|
[n(x1)] |
= |
x1 +
|
[g(x1)] |
= |
x1 +
|
[f(x1)] |
= |
x1 +
|
[d(x1)] |
= |
x1 +
|
[c(x1)] |
= |
x1 +
|
[u(x1)] |
= |
x1 +
|
[t(x1)] |
= |
x1 +
|
all of the following rules can be deleted.
d(o(x1)) |
→ |
d(x1) |
(2) |
o(u(x1)) |
→ |
u(x1) |
(3) |
1.1 Rule Removal
Using the
matrix interpretations of dimension 2 with strict dimension 1 over the naturals
[o(x1)] |
= |
· x1 +
|
[n(x1)] |
= |
· x1 +
|
[g(x1)] |
= |
· x1 +
|
[f(x1)] |
= |
· x1 +
|
[d(x1)] |
= |
· x1 +
|
[c(x1)] |
= |
· x1 +
|
[u(x1)] |
= |
· x1 +
|
[t(x1)] |
= |
· x1 +
|
all of the following rules can be deleted.
t(u(x1)) |
→ |
t(c(d(x1))) |
(4) |
d(g(x1)) |
→ |
u(g(x1)) |
(6) |
1.1.1 Rule Removal
Using the
matrix interpretations of dimension 1 with strict dimension 1 over the naturals
[o(x1)] |
= |
· x1 +
|
[n(x1)] |
= |
· x1 +
|
[f(x1)] |
= |
· x1 +
|
[d(x1)] |
= |
· x1 +
|
[c(x1)] |
= |
· x1 +
|
[u(x1)] |
= |
· x1 +
|
[t(x1)] |
= |
· x1 +
|
all of the following rules can be deleted.
1.1.1.1 Rule Removal
Using the
matrix interpretations of dimension 1 with strict dimension 1 over the naturals
[o(x1)] |
= |
· x1 +
|
[n(x1)] |
= |
· x1 +
|
[f(x1)] |
= |
· x1 +
|
[d(x1)] |
= |
· x1 +
|
[c(x1)] |
= |
· x1 +
|
[u(x1)] |
= |
· x1 +
|
[t(x1)] |
= |
· x1 +
|
all of the following rules can be deleted.
1.1.1.1.1 Rule Removal
Using the
matrix interpretations of dimension 2 with strict dimension 1 over the naturals
[o(x1)] |
= |
· x1 +
|
[n(x1)] |
= |
· x1 +
|
[f(x1)] |
= |
· x1 +
|
[d(x1)] |
= |
· x1 +
|
[c(x1)] |
= |
· x1 +
|
[u(x1)] |
= |
· x1 +
|
[t(x1)] |
= |
· x1 +
|
all of the following rules can be deleted.
1.1.1.1.1.1 R is empty
There are no rules in the TRS. Hence, it is terminating.