Certification Problem
Input (TPDB TRS_Standard/Strategy_removed_mixed_05/ex4)
The rewrite relation of the following TRS is considered.
f(h(x)) |
→ |
f(i(x)) |
(1) |
f(i(x)) |
→ |
a |
(2) |
i(x) |
→ |
h(x) |
(3) |
Property / Task
Prove or disprove termination.Answer / Result
No.Proof (by AProVE @ termCOMP 2023)
1 Constant to Unary
Every constant is turned into a unary function symbol to obtain the TRS
f(h(x)) |
→ |
f(i(x)) |
(1) |
f(i(x)) |
→ |
a'(x) |
(4) |
i(x) |
→ |
h(x) |
(3) |
1.1 String Reversal
Since only unary symbols occur, one can reverse all terms and obtains the TRS
h(f(x)) |
→ |
i(f(x)) |
(5) |
i(f(x)) |
→ |
a'(x) |
(6) |
i(x) |
→ |
h(x) |
(3) |
1.1.1 Rule Removal
The following rules have been removed.
1.1.1.1 Innermost Lhss Increase
We add the following left hand sides to the innermost strategy.
1.1.1.1.1 Dependency Pair Transformation
The following set of initial dependency pairs has been identified.
h#(f(x)) |
→ |
i#(f(x)) |
(7) |
i#(x) |
→ |
h#(x) |
(8) |
It remains to prove infiniteness of the resulting DP problem.
1.1.1.1.1.1 Pair and Rule Removal
Some pairs and rules have been removed and it remains to prove infiniteness of the remaing problem.
The following pairs have been deleted.
and the following rules have been deleted.
h(f(x)) |
→ |
i(f(x)) |
(5) |
i(x) |
→ |
h(x) |
(3) |
1.1.1.1.1.1.1 Innermost Lhss Removal Processor
We restrict the innermost strategy to the following left hand sides.
There are no lhss.
1.1.1.1.1.1.1.1 Loop
The following loop proves infiniteness of the DP problem.
t0
|
= |
i#(f(x)) |
|
→P
|
h#(f(x)) |
|
→P
|
i#(f(x)) |
|
= |
t2
|
where t2 =
t0σ
and
σ =
{x/x}