Certification Problem
Input (TPDB TRS_Standard/Strategy_removed_mixed_05/muladd)
The rewrite relation of the following TRS is considered.
*(X,+(Y,1)) |
→ |
+(*(X,+(Y,*(1,0))),X) |
(1) |
*(X,1) |
→ |
X |
(2) |
*(X,0) |
→ |
X |
(3) |
*(X,0) |
→ |
0 |
(4) |
Property / Task
Prove or disprove termination.Answer / Result
No.Proof (by ttt2 @ termCOMP 2023)
1 Loop
The following loop proves nontermination.
t0
|
= |
*(X,+(Y,1)) |
|
→
|
+(*(X,+(Y,*(1,0))),X) |
|
→
|
+(*(X,+(Y,1)),X) |
|
= |
t2
|
where t2 =
C[t0σ]
and
σ =
{Y/Y, X/X}
and
C = +(☐,X)