Certification Problem                    
                
Input (COPS 11)
We consider the TRS containing the following rules:
| 
+(0,y) | 
→ | 
y | 
(1) | 
| 
+(s(x),y) | 
→ | 
s(+(x,y)) | 
(2) | 
| 
+(x,0) | 
→ | 
x | 
(3) | 
| 
+(x,s(y)) | 
→ | 
s(+(x,y)) | 
(4) | 
The underlying signature is as follows:
{+/2, 0/0, s/1}Property / Task
Prove or disprove confluence.Answer / Result
Yes.Proof (by ACP @ CoCo 2020)
1 Strongly closed
        Confluence is proven since the TRS is strongly closed. 
        
        The joins can be performed using 
        2
        step(s).