The rewrite relation of the following TRS is considered.
The dependency pairs are split into 3
components.
-
The
1st
component contains the
pair
a#(s(l),h,h,z) |
→ |
a#(l,z,h,z) |
(20) |
a#(l,s(x),h,z) |
→ |
a#(l,x,z,z) |
(19) |
a#(l,x,s(y),s(z)) |
→ |
a#(l,x,y,a(l,x,s(y),z)) |
(18) |
a#(l,x,s(y),s(z)) |
→ |
a#(l,x,s(y),z) |
(17) |
a#(l,x,s(y),h) |
→ |
a#(l,x,y,s(h)) |
(16) |
1.1.1 Subterm Criterion Processor
We use the projection
and remove the pairs:
a#(s(l),h,h,z) |
→ |
a#(l,z,h,z) |
(20) |
1.1.1.1 Size-Change Termination
Using size-change termination in combination with
the subterm criterion
one obtains the following initial size-change graphs.
a#(l,s(x),h,z) |
→ |
a#(l,x,z,z) |
(19) |
|
4 |
≥ |
4 |
4 |
≥ |
3 |
2 |
> |
2 |
1 |
≥ |
1 |
a#(l,x,s(y),s(z)) |
→ |
a#(l,x,y,a(l,x,s(y),z)) |
(18) |
|
3 |
> |
3 |
2 |
≥ |
2 |
1 |
≥ |
1 |
a#(l,x,s(y),s(z)) |
→ |
a#(l,x,s(y),z) |
(17) |
|
4 |
> |
4 |
3 |
≥ |
3 |
2 |
≥ |
2 |
1 |
≥ |
1 |
a#(l,x,s(y),h) |
→ |
a#(l,x,y,s(h)) |
(16) |
|
3 |
> |
3 |
2 |
≥ |
2 |
1 |
≥ |
1 |
As there is no critical graph in the transitive closure, there are no infinite chains.
-
The
2nd
component contains the
pair
*#(s(x),s(y)) |
→ |
*#(x,y) |
(26) |
1.1.2 Size-Change Termination
Using size-change termination in combination with
the subterm criterion
one obtains the following initial size-change graphs.
*#(s(x),s(y)) |
→ |
*#(x,y) |
(26) |
|
2 |
> |
2 |
1 |
> |
1 |
As there is no critical graph in the transitive closure, there are no infinite chains.
-
The
3rd
component contains the
pair
+#(+(x,y),z) |
→ |
+#(x,+(y,z)) |
(25) |
+#(+(x,y),z) |
→ |
+#(y,z) |
(24) |
+#(s(x),s(y)) |
→ |
+#(x,y) |
(21) |
1.1.3 Size-Change Termination
Using size-change termination in combination with
the subterm criterion
one obtains the following initial size-change graphs.
+#(+(x,y),z) |
→ |
+#(x,+(y,z)) |
(25) |
|
1 |
> |
1 |
+#(+(x,y),z) |
→ |
+#(y,z) |
(24) |
|
2 |
≥ |
2 |
1 |
> |
1 |
+#(s(x),s(y)) |
→ |
+#(x,y) |
(21) |
|
2 |
> |
2 |
1 |
> |
1 |
As there is no critical graph in the transitive closure, there are no infinite chains.