YES Termination proof of rt3-2.trs

(0) Obligation:

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

p(0, y) → y
p(s(x), y) → s(p(x, y))

The relative TRS consists of the following S rules:

p(x, y) → p(x, s(y))

(1) RelTRSRRRProof (EQUIVALENT transformation)

We used the following monotonic ordering for rule removal:
Polynomial interpretation [POLO]:

POL(0) = 1   
POL(p(x1, x2)) = 1 + x1 + x2   
POL(s(x1)) = x1   
With this ordering the following rules can be removed [MATRO] because they are oriented strictly:
Rules from R:

p(0, y) → y
Rules from S:
none


(2) Obligation:

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

p(s(x), y) → s(p(x, y))

The relative TRS consists of the following S rules:

p(x, y) → p(x, s(y))

(3) RelTRSRRRProof (EQUIVALENT transformation)

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

POL(p(x1, x2)) =
/0\
\0/
+
/11\
\01/
·x1 +
/10\
\00/
·x2

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

p(s(x), y) → s(p(x, y))
Rules from S:
none


(4) Obligation:

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

p(x, y) → p(x, s(y))

(5) RIsEmptyProof (EQUIVALENT transformation)

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

(6) YES