The rewrite relation of the following TRS is considered.
f(x,f(a,a)) | → | f(f(f(a,a),a),f(a,x)) | (1) |
The TRS is overlay and locally confluent:
10Hence, it suffices to show innermost termination in the following.
f#(x,f(a,a)) | → | f#(f(f(a,a),a),f(a,x)) | (2) |
f#(x,f(a,a)) | → | f#(f(a,a),a) | (3) |
f#(x,f(a,a)) | → | f#(a,x) | (4) |
The dependency pairs are split into 1 component.
f#(x,f(a,a)) | → | f#(a,x) | (4) |
f#(x,f(a,a)) | → | f#(f(f(a,a),a),f(a,x)) | (2) |
f#(a,f(a,a)) | → | f#(a,a) | (5) |
f#(f(f(a,a),a),f(a,a)) | → | f#(a,f(f(a,a),a)) | (6) |
The dependency pairs are split into 1 component.
f#(x,f(a,a)) | → | f#(f(f(a,a),a),f(a,x)) | (2) |
f#(f(f(a,a),a),f(a,a)) | → | f#(f(f(a,a),a),f(a,f(f(a,a),a))) | (7) |
We restrict the rewrite rules to the following usable rules of the DP problem.
There are no rules.
There are no rules.
There are no pairs anymore.