YES Confluence Proof

Confluence Proof

by csi

Input

The rewrite relation of the following TRS is considered.

g(a,y) y
f(x,a) f(x,g(x,b))
g(h(x),y) g(x,h(y))

Proof

1 Locally confluent and terminating

Confluence is proven by showing local confluence and termination.

1.1 Dependency Pair Transformation

The following set of initial dependency pairs has been identified.
f#(x,a) g#(x,b)
f#(x,a) f#(x,g(x,b))
g#(h(x),y) g#(x,h(y))

1.1.1 Dependency Graph Processor

The dependency pairs are split into 2 components.

1.2 Local Confluence Proof

All critical pairs are joinable which can be seen by computing normal forms of all critical pairs.

Tool configuration

csi