YES
Confluence Proof
Confluence Proof
by csi
Input
The rewrite relation of the following TRS is considered.
b(a(b(b(x)))) |
→ |
b(b(b(a(b(x))))) |
b(a(a(b(b(x))))) |
→ |
b(a(b(b(a(a(b(x))))))) |
b(a(a(a(b(b(x)))))) |
→ |
b(a(a(b(b(a(a(a(b(x))))))))) |
Proof
1 Decreasing Diagrams
1.1 Relative Termination Proof
The duplicating rules (R) terminate relative to the other rules (S).
1.1.1 R is empty
There are no rules in the TRS R. Hence, R/S is relative terminating.
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).
-
b(a(b(b(x))))→b(b(b(a(b(x))))) ↦ 0
-
b(a(a(b(b(x)))))→b(a(b(b(a(a(b(x))))))) ↦ 0
-
b(a(a(a(b(b(x))))))→b(a(a(b(b(a(a(a(b(x))))))))) ↦ 0
All critical pairs are joinable:
-
b(a(b(b(b(b(a(b(x46))))))))→b(b(b(a(b(b(b(a(b(x46)))))))))←b(b(b(a(b(a(b(b(x46))))))))
-
b(a(a(b(b(b(b(a(b(x47)))))))))→b(a(b(b(a(a(b(b(b(a(b(x47)))))))))))←b(a(b(b(a(a(b(a(b(b(x47))))))))))
-
b(a(a(a(b(b(b(b(a(b(x48))))))))))→b(a(a(b(b(a(a(a(b(b(b(a(b(x48)))))))))))))←b(a(a(b(b(a(a(a(b(a(b(b(x48))))))))))))
-
b(a(b(b(a(b(b(a(a(b(x49))))))))))→b(b(b(a(b(a(b(b(a(a(b(x49)))))))))))←b(b(b(a(b(a(a(b(b(x49)))))))))
-
b(a(a(b(b(a(b(b(a(a(b(x50)))))))))))→b(a(b(b(a(a(b(a(b(b(a(a(b(x50)))))))))))))←b(a(b(b(a(a(b(a(a(b(b(x50)))))))))))
-
b(a(a(a(b(b(a(b(b(a(a(b(x51))))))))))))→b(a(a(b(b(a(a(a(b(a(b(b(a(a(b(x51)))))))))))))))←b(a(a(b(b(a(a(a(b(a(a(b(b(x51)))))))))))))
-
b(a(b(b(a(a(b(b(a(a(a(b(x52))))))))))))→b(b(b(a(b(a(a(b(b(a(a(a(b(x52)))))))))))))←b(b(b(a(b(a(a(a(b(b(x52))))))))))
-
b(a(a(b(b(a(a(b(b(a(a(a(b(x53)))))))))))))→b(a(b(b(a(a(b(a(a(b(b(a(a(a(b(x53)))))))))))))))←b(a(b(b(a(a(b(a(a(a(b(b(x53))))))))))))
-
b(a(a(a(b(b(a(a(b(b(a(a(a(b(x54))))))))))))))→b(a(a(b(b(a(a(a(b(a(a(b(b(a(a(a(b(x54)))))))))))))))))←b(a(a(b(b(a(a(a(b(a(a(a(b(b(x54))))))))))))))
Tool configuration
csi
- version: csi 1.2.5 [hg: unknown]
- strategy:
(if left-linear then (cr -dup;(( lpo -quasi || (matrix -dim 1 -ib 3 -ob 4 | matrix -dim 2 -ib 2 -ob 2 | matrix -dim 3 -ib 1 -ob 2 | arctic -dim 2 -ib 2 -ob 2) || (if duplicating then fail else (bounds -rt || bounds -rt -qc))[1] || poly -ib 2 -ob 4 -nl2 -heuristic 1 || fail )[5]*);shift -lstar);(rule_labeling | rule_labeling -left)?;decreasing else fail)!