Innermost Termination of the following Term Rewriting System could be disproven:

Generalized rewrite system (where rules with free variables on rhs are allowed):
The TRS R consists of the following rules:

uTake2(tt) → cons(N)
uLength(tt) → s(length(L))
and(tt, T) → T
isNatIListisNatList
isNattt
isNatisNat
isNatisNatList
isNatIListtt
isNatIListand(isNat, isNatIList)
isNatListtt
isNatListand(isNat, isNatList)
isNatListand(isNat, isNatIList)
zeroscons(0)
take(0, IL) → uTake1(isNatIList)
uTake1(tt) → nil
take(s(M), cons(N)) → uTake2(and(isNat, and(isNat, isNatIList)))
length(cons(N)) → uLength(and(isNat, isNatList))

Innermost Strategy.


GTRS
  ↳ CritRuleProof

Generalized rewrite system (where rules with free variables on rhs are allowed):
The TRS R consists of the following rules:

uTake2(tt) → cons(N)
uLength(tt) → s(length(L))
and(tt, T) → T
isNatIListisNatList
isNattt
isNatisNat
isNatisNatList
isNatIListtt
isNatIListand(isNat, isNatIList)
isNatListtt
isNatListand(isNat, isNatList)
isNatListand(isNat, isNatIList)
zeroscons(0)
take(0, IL) → uTake1(isNatIList)
uTake1(tt) → nil
take(s(M), cons(N)) → uTake2(and(isNat, and(isNat, isNatIList)))
length(cons(N)) → uLength(and(isNat, isNatList))

Innermost Strategy.

The rule uTake2(tt) → cons(N) contains free variables in its right-hand side. Hence the TRS is not-terminating.