YES
Confluence Proof
Confluence Proof
by Hakusan
Input
The rewrite relation of the following TRS is considered.
+(x,0) |
→ |
x |
+(x,s(y)) |
→ |
s(+(x,y)) |
d(0) |
→ |
0 |
d(s(x)) |
→ |
s(s(d(x))) |
f(0) |
→ |
0 |
f(s(x)) |
→ |
+(+(s(x),s(x)),s(x)) |
f(g(0)) |
→ |
+(+(g(0),g(0)),g(0)) |
g(x) |
→ |
s(d(x)) |
Proof
1 Compositional Parallel Critical Pair Systems
All parallel critical pairs of the TRS R are joinable by R.
This can be seen as follows:
The parallel critical pairs can be joined as follows. Here,
↔ is always chosen as an appropriate rewrite relation which
is automatically inferred by the certifier.
-
The critical peak s = f(s(d(0))) {1}←f(g(0))→ε +(+(g(0),g(0)),g(0)) = t can be joined as follows.
s
↔ +(+(s(d(0)),s(d(0))),s(d(0))) ↔ +(+(s(d(0)),s(d(0))),g(0)) ↔ +(+(s(d(0)),g(0)),g(0)) ↔
t
The TRS C is chosen as:
There are no rules.
Consequently, PCPS(R,C) is included in the following TRS P where
steps are used to show that certain pairs are C-convertible.
f(g(0)) |
→ |
f(s(d(0))) |
f(g(0)) |
→ |
+(+(g(0),g(0)),g(0)) |
Relative termination of P / R is proven as follows.
1.1 Rule Removal
Using the
recursive path order with the following precedence and status
prec(+) |
= |
1 |
|
stat(+) |
= |
lex
|
prec(s) |
= |
0 |
|
stat(s) |
= |
lex
|
prec(d) |
= |
2 |
|
stat(d) |
= |
lex
|
prec(f) |
= |
2 |
|
stat(f) |
= |
lex
|
prec(g) |
= |
3 |
|
stat(g) |
= |
lex
|
prec(0) |
= |
0 |
|
stat(0) |
= |
lex
|
all rules of R could be removed.
Moreover,
all rules of S could be removed.
1.1.1 R is empty
There are no rules in the TRS R. Hence, R/S is relative terminating.
Confluence of C is proven as follows.
1.2 (Weakly) Orthogonal
Confluence is proven since the TRS is (weakly) orthogonal.
Tool configuration
Hakusan