Certification Problem
Input (COPS 1145)
The rewrite relation of the following (conditional) TRS is considered.
f(k(z),a) |
→ |
g(x,x) |
| h(z) ≈ x, x ≈ b
|
f(k(a),h(a)) |
→ |
k(x) |
| a ≈ x
|
k(x) |
→ |
h(x) |
| |
k(x) |
→ |
b |
| |
k(x) |
→ |
a |
| |
a |
→ |
b |
| |
g(x,x) |
→ |
a |
| |
The question is whether the following conditions are infeasible, i.e., there is no substitution σ
such that all of the following is true:
Property / Task
Prove or disprove an infeasibility problem.Answer / Result
Yes.Proof (by nonreach @ CoCo 2023)
f(k(z),a) |
→ |
g(h(z),h(z)) |
| h(z) ≈ b
|
f(k(a),h(a)) |
→ |
k(a) |
| |
k(x) |
→ |
h(x) |
| |
k(x) |
→ |
b |
| |
k(x) |
→ |
a |
| |
a |
→ |
b |
| |
g(x,x) |
→ |
a |
| |
f(k(z),a) |
→ |
g(x,x) |
| h(z) ≈ x, x ≈ b
|
h(z)x
f(k(a),h(a)) |
→ |
k(x) |
| a ≈ x
|
ax
f(k(a),h(a)) |
→ |
k(a) |
| |
k(x) |
→ |
h(x) |
| |
k(x) |
→ |
b |
| |
k(x) |
→ |
a |
| |
a |
→ |
b |
| |
g(x,x) |
→ |
a |
| |
1 Infeasible Compound Conditions
We collect the conditions in the fresh compound-symbol
|.
1.1 Non-reachability
We show non-reachability w.r.t. the underlying TRS.
1.1.1 Non-reachability by TCAP
Non-reachability is shown by the TCAP approximation.