YES Termination proof of ijcar2006.trs

(0) Obligation:

Relative term rewrite system:
The relative TRS consists of the following R rules:

f(a, g(y), z) → f(a, y, g(y))
f(b, g(y), z) → f(a, y, z)
ab

The relative TRS consists of the following S rules:

f(x, y, z) → f(x, y, g(z))

(1) RelTRSRRRProof (EQUIVALENT transformation)

We used the following monotonic ordering for rule removal:
Matrix interpretation [MATRO] to (N^2, +, *, >=, >) :

POL(f(x1, x2, x3)) =
/0\
\0/
+
/11\
\00/
·x1 +
/11\
\11/
·x2 +
/10\
\10/
·x3

POL(a) =
/0\
\1/

POL(g(x1)) =
/0\
\1/
+
/10\
\11/
·x1

POL(b) =
/0\
\1/
With this ordering the following rules can be removed [MATRO] because they are oriented strictly:
Rules from R:

f(a, g(y), z) → f(a, y, g(y))
f(b, g(y), z) → f(a, y, z)
Rules from S:
none


(2) Obligation:

Relative term rewrite system:
The relative TRS consists of the following R rules:

ab

The relative TRS consists of the following S rules:

f(x, y, z) → f(x, y, g(z))

(3) RelTRSRRRProof (EQUIVALENT transformation)

We used the following monotonic ordering for rule removal:
Matrix interpretation [MATRO] to (N^2, +, *, >=, >) :

POL(a) =
/1\
\1/

POL(b) =
/0\
\0/

POL(f(x1, x2, x3)) =
/1\
\1/
+
/10\
\00/
·x1 +
/10\
\00/
·x2 +
/10\
\10/
·x3

POL(g(x1)) =
/0\
\1/
+
/10\
\00/
·x1
With this ordering the following rules can be removed [MATRO] because they are oriented strictly:
Rules from R:

ab
Rules from S:
none


(4) Obligation:

Relative term rewrite system:
R is empty.
The relative TRS consists of the following S rules:

f(x, y, z) → f(x, y, g(z))

(5) RIsEmptyProof (EQUIVALENT transformation)

The TRS R is empty. Hence, termination is trivially proven.

(6) YES