YES
Confluence Proof
Confluence Proof
by ACP
Input
The rewrite relation of the following TRS is considered.
|
+(0,y) |
→ |
y |
|
+(s(x),y) |
→ |
s(+(x,y)) |
|
+(x,0) |
→ |
x |
|
+(x,s(y)) |
→ |
s(+(x,y)) |
Proof
1 Development Closed
Confluence is proven since the TRS is development closed.
Tool configuration
ACP