The rewrite relation of the following TRS is considered.
| app(app(app(compose,f),g),x) | → | app(f,app(g,x)) | (1) |
| app#(app(app(compose,f),g),x) | → | app#(g,x) | (2) |
| app#(app(app(compose,f),g),x) | → | app#(f,app(g,x)) | (3) |
The dependency pairs are split into 1 component.
| app#(app(app(compose,f),g),x) | → | app#(f,app(g,x)) | (3) |
| app#(app(app(compose,f),g),x) | → | app#(g,x) | (2) |
| [compose] | = | 1 |
| [app#(x1, x2)] | = | x1 + x2 + 0 |
| [app(x1, x2)] | = | x1 + x2 + 23676 |
| app(app(app(compose,f),g),x) | → | app(f,app(g,x)) | (1) |
| app#(app(app(compose,f),g),x) | → | app#(f,app(g,x)) | (3) |
| app#(app(app(compose,f),g),x) | → | app#(g,x) | (2) |
The dependency pairs are split into 0 components.