Certification Problem
Input (COPS 375)
The rewrite relation of the following conditional TRS is considered.
a |
→ |
b |
f(x) |
→ |
A |
| x ≈ b
|
g(x,x) |
→ |
h(x) |
h(x) |
→ |
i(x) |
Property / Task
Prove or disprove confluence.Answer / Result
Yes.Proof (by ConCon @ CoCo 2020)
1 Quasi-reductive SDTRS where all CCPs are joinable
The given strongly deterministic oriented 3-CTRS is quasi-reductive and all CCPs are joinable.
1.1 Quasi-Reductive CTRS
The given CTRS is quasi-reductive
1.1.1 Unraveling
To prove that the CTRS is quasi-reductive, we show termination of the following
unraveled system.
For |
ab we get |
For |
f(x)Axb we get |
For |
g(x,x)h(x) we get |
For |
h(x)i(x) we get |
1.1.1.1 Rule Removal
Using the
linear polynomial interpretation over (3 x 3)-matrices with strict dimension 1
over the naturals
[A] |
= |
|
[b] |
= |
|
[U1(x1, x2)] |
= |
· x1 + · x2 +
|
[g(x1, x2)] |
= |
· x1 + · x2 +
|
[a] |
= |
|
[i(x1)] |
= |
· x1 +
|
[h(x1)] |
= |
· x1 +
|
[f(x1)] |
= |
· x1 +
|
all of the following rules can be deleted.
1.1.1.1.1 Rule Removal
Using the
linear polynomial interpretation over (3 x 3)-matrices with strict dimension 1
over the naturals
[A] |
= |
|
[b] |
= |
|
[U1(x1, x2)] |
= |
· x1 + · x2 +
|
[g(x1, x2)] |
= |
· x1 + · x2 +
|
[i(x1)] |
= |
· x1 +
|
[h(x1)] |
= |
· x1 +
|
[f(x1)] |
= |
· x1 +
|
all of the following rules can be deleted.
U1(b,x) |
→ |
A |
(3) |
g(x,x) |
→ |
h(x) |
(4) |
1.1.1.1.1.1 Rule Removal
Using the
linear polynomial interpretation over (3 x 3)-matrices with strict dimension 1
over the naturals
[U1(x1, x2)] |
= |
· x1 + · x2 +
|
[i(x1)] |
= |
· x1 +
|
[h(x1)] |
= |
· x1 +
|
[f(x1)] |
= |
· x1 +
|
all of the following rules can be deleted.
1.1.1.1.1.1.1 Rule Removal
Using the
linear polynomial interpretation over (3 x 3)-matrices with strict dimension 1
over the naturals
[U1(x1, x2)] |
= |
· x1 + · x2 +
|
[f(x1)] |
= |
· x1 +
|
all of the following rules can be deleted.
1.1.1.1.1.1.1.1 R is empty
There are no rules in the TRS. Hence, it is terminating.
1.2 All CCPs are joinable
A CCP is joinable if it is context-joinable, infeasible, or unfeasible.