NO
Non-Confluence Proof
Non-Confluence Proof
by ACP
Input
The rewrite relation of the following TRS is considered.
f(u(O),u(y)) |
→ |
A |
f(v(x),v(O)) |
→ |
B |
O |
→ |
u(O) |
O |
→ |
v(O) |
u(x) |
→ |
x |
v(x) |
→ |
x |
f(x,y) |
→ |
f(x,u(y)) |
f(x,y) |
→ |
f(v(x),y) |
Proof
1 Non-Joinable Fork
The system is not confluent due to the following forking derivations.
t0
|
= |
f(v(O),v(O)) |
|
→ε
|
f(v(O),u(v(O))) |
|
→1
|
f(O,u(v(O))) |
|
→1
|
f(u(O),u(v(O))) |
|
→ε
|
A |
|
= |
t4
|
t0
|
= |
f(v(O),v(O)) |
|
→ε
|
B |
|
= |
t1
|
The two resulting terms cannot be joined for the following reason:
- We take the usable rules of the first term (w.r.t. the TRS for the first term)
and the usable rules of the second term (w.r.t. the TRS for the second term).
Then the terms are not joinable w.r.t. the resulting TRSs.
- We filter all terms and rules w.r.t. the following argument filter.
Then the resulting terms are not joinable w.r.t. the resulting TRSs.
- We take the usable rules of the first term (w.r.t. the TRS for the first term)
and the usable rules of the second term (w.r.t. the TRS for the second term).
Then the terms are not joinable w.r.t. the resulting TRSs.
- The first mentioned term is strictly larger than the second one. Here, the following discrimination pair has
been used w.r.t. the following interpretation.
Moreover, the (reversed) rules are weakly decreasing.
The discrimination pair is given by a
recursive path order with the following precedence and status
prec(A) |
= |
2 |
|
stat(A) |
= |
mul
|
prec(B) |
= |
1 |
|
stat(B) |
= |
mul
|
Tool configuration
ACP