Certification Problem

Input (TPDB TRS_Outermost/Strategy_outermost_added_08/MYNAT_nokinds_L)

The rewrite relation of the following TRS is considered.

U11(tt) N (1)
U21(tt) s(plus(N,M)) (2)
U41(tt) plus(x(N,M),N) (3)
and(tt) X (4)
U31(tt) 0 (5)
isNat tt (6)
isNat and(isNat) (7)
isNat isNat (8)
plus(N,0) U11(isNat) (9)
plus(N,s(M)) U21(and(isNat)) (10)
x(N,0) U31(isNat) (11)
x(N,s(M)) U41(and(isNat)) (12)
The evaluation strategy is outermost

Property / Task

Prove or disprove termination.

Answer / Result

No.

Proof (by AProVE @ termCOMP 2023)

1 Loop

The following loop proves nontermination.

t0 = U11(tt)
U11(tt)
= t1
where t1 = t0