Certification Problem

Input (TPDB TRS_Standard/Transformed_CSR_04/Ex49_GM04_L)

The rewrite relation of the following TRS is considered.

if(true) X (1)
if(false) Y (2)
minus 0 (3)
minus minus (4)
geq true (5)
geq false (6)
geq geq (7)
div(0) 0 (8)
div(s(X)) if(geq) (9)

Property / Task

Prove or disprove termination.

Answer / Result

No.

Proof (by ttt2 @ termCOMP 2023)

1 Loop

The following loop proves nontermination.

t0 = if(true)
if(true)
= t1
where t1 = t0σ and σ = {X/if(true)}