Certification Problem

Input (COPS 68)

We consider the TRS containing the following rules:

b(w(x)) w(w(w(b(x)))) (1)
w(b(x)) b(x) (2)
b(b(x)) w(w(w(w(x)))) (3)
w(w(x)) w(x) (4)

The underlying signature is as follows:

{b/1, w/1}

Property / Task

Prove or disprove confluence.

Answer / Result

Yes.

Proof (by csi @ CoCo 2021)

1 Decreasing Diagrams

1.2 Rule Labeling

Confluence is proven, because all critical peaks can be joined decreasingly using the following rule labeling function (rules that are not shown have label 0). The critical pairs can be joined as follows. Here, ↔ is always chosen as an appropriate rewrite relation which is automatically inferred by the certifier. />