Termination Proof

by AProVE (version ba869e7b28377cd372aedcb96abeb62c4ad6aaa5 rene 20130719 unpublished dirty )

Input

The rewrite relation of the following TRS is considered.

T(no_beta(x)) no_beta(T(x))
T(no_scbeta(x)) no_scbeta(T(x))
T(no_case(x)) no_case(T(x))
T(no_seq(x)) no_seq(T(x))
T(no_case(x)) no_case(x)
T(A) A

Proof

1 Rule Removal

Using the linear polynomial interpretation over the naturals
[T(x1)] = 1 · x1 + 1
[no_beta(x1)] = 1 · x1
[no_scbeta(x1)] = 1 · x1
[no_case(x1)] = 1 · x1
[no_seq(x1)] = 1 · x1
[A] = 0
the rules
T(no_beta(x)) no_beta(T(x))
T(no_scbeta(x)) no_scbeta(T(x))
T(no_case(x)) no_case(T(x))
T(no_seq(x)) no_seq(T(x))
remain.

1.1 Dependency Pair Transformation

The following set of initial dependency pairs has been identified.
T#(no_beta(x)) T#(x)
T#(no_scbeta(x)) T#(x)
T#(no_case(x)) T#(x)
T#(no_seq(x)) T#(x)

1.1.1 Switch to Innermost Termination

The TRS does not have overlaps with the pairs and is locally confluent:

All critical pairs are joinable which can be seen by computing normal forms of all critical pairs.

Hence, it suffices to show innermost termination in the following.

1.1.1.1 Usable Rules Processor

We restrict the rewrite rules to the following usable rules of the DP problem.

There are no rules.

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 Size-Change Termination

Using size-change termination in combination with the subterm criterion one obtains the following initial size-change graphs.

As there is no critical graph in the transitive closure, there are no infinite chains.