(0) Obligation:

Q restricted rewrite system:
The TRS R consists of the following rules:

minus(0, y) → 0
minus(s(x), y) → if(gt(s(x), y), x, y)
if(true, x, y) → s(minus(x, y))
if(false, x, y) → 0
mod(x, 0) → 0
mod(x, s(y)) → if1(lt(x, s(y)), x, s(y))
if1(true, x, y) → x
if1(false, x, y) → mod(minus(x, y), y)
gt(0, y) → false
gt(s(x), 0) → true
gt(s(x), s(y)) → gt(x, y)
lt(x, 0) → false
lt(0, s(x)) → true
lt(s(x), s(y)) → lt(x, y)

Q is empty.

(1) Overlay + Local Confluence (EQUIVALENT transformation)

The TRS is overlay and locally confluent. By [NOC] we can switch to innermost.

(2) Obligation:

Q restricted rewrite system:
The TRS R consists of the following rules:

minus(0, y) → 0
minus(s(x), y) → if(gt(s(x), y), x, y)
if(true, x, y) → s(minus(x, y))
if(false, x, y) → 0
mod(x, 0) → 0
mod(x, s(y)) → if1(lt(x, s(y)), x, s(y))
if1(true, x, y) → x
if1(false, x, y) → mod(minus(x, y), y)
gt(0, y) → false
gt(s(x), 0) → true
gt(s(x), s(y)) → gt(x, y)
lt(x, 0) → false
lt(0, s(x)) → true
lt(s(x), s(y)) → lt(x, y)

The set Q consists of the following terms:

minus(0, x0)
minus(s(x0), x1)
if(true, x0, x1)
if(false, x0, x1)
mod(x0, 0)
mod(x0, s(x1))
if1(true, x0, x1)
if1(false, x0, x1)
gt(0, x0)
gt(s(x0), 0)
gt(s(x0), s(x1))
lt(x0, 0)
lt(0, s(x0))
lt(s(x0), s(x1))

(3) DependencyPairsProof (EQUIVALENT transformation)

Using Dependency Pairs [AG00,LPAR04] we result in the following initial DP problem.

(4) Obligation:

Q DP problem:
The TRS P consists of the following rules:

MINUS(s(x), y) → IF(gt(s(x), y), x, y)
MINUS(s(x), y) → GT(s(x), y)
IF(true, x, y) → MINUS(x, y)
MOD(x, s(y)) → IF1(lt(x, s(y)), x, s(y))
MOD(x, s(y)) → LT(x, s(y))
IF1(false, x, y) → MOD(minus(x, y), y)
IF1(false, x, y) → MINUS(x, y)
GT(s(x), s(y)) → GT(x, y)
LT(s(x), s(y)) → LT(x, y)

The TRS R consists of the following rules:

minus(0, y) → 0
minus(s(x), y) → if(gt(s(x), y), x, y)
if(true, x, y) → s(minus(x, y))
if(false, x, y) → 0
mod(x, 0) → 0
mod(x, s(y)) → if1(lt(x, s(y)), x, s(y))
if1(true, x, y) → x
if1(false, x, y) → mod(minus(x, y), y)
gt(0, y) → false
gt(s(x), 0) → true
gt(s(x), s(y)) → gt(x, y)
lt(x, 0) → false
lt(0, s(x)) → true
lt(s(x), s(y)) → lt(x, y)

The set Q consists of the following terms:

minus(0, x0)
minus(s(x0), x1)
if(true, x0, x1)
if(false, x0, x1)
mod(x0, 0)
mod(x0, s(x1))
if1(true, x0, x1)
if1(false, x0, x1)
gt(0, x0)
gt(s(x0), 0)
gt(s(x0), s(x1))
lt(x0, 0)
lt(0, s(x0))
lt(s(x0), s(x1))

We have to consider all minimal (P,Q,R)-chains.

(5) DependencyGraphProof (EQUIVALENT transformation)

The approximation of the Dependency Graph [LPAR04,FROCOS05,EDGSTAR] contains 4 SCCs with 3 less nodes.

(6) Complex Obligation (AND)

(7) Obligation:

Q DP problem:
The TRS P consists of the following rules:

LT(s(x), s(y)) → LT(x, y)

The TRS R consists of the following rules:

minus(0, y) → 0
minus(s(x), y) → if(gt(s(x), y), x, y)
if(true, x, y) → s(minus(x, y))
if(false, x, y) → 0
mod(x, 0) → 0
mod(x, s(y)) → if1(lt(x, s(y)), x, s(y))
if1(true, x, y) → x
if1(false, x, y) → mod(minus(x, y), y)
gt(0, y) → false
gt(s(x), 0) → true
gt(s(x), s(y)) → gt(x, y)
lt(x, 0) → false
lt(0, s(x)) → true
lt(s(x), s(y)) → lt(x, y)

The set Q consists of the following terms:

minus(0, x0)
minus(s(x0), x1)
if(true, x0, x1)
if(false, x0, x1)
mod(x0, 0)
mod(x0, s(x1))
if1(true, x0, x1)
if1(false, x0, x1)
gt(0, x0)
gt(s(x0), 0)
gt(s(x0), s(x1))
lt(x0, 0)
lt(0, s(x0))
lt(s(x0), s(x1))

We have to consider all minimal (P,Q,R)-chains.

(8) UsableRulesProof (EQUIVALENT transformation)

As all Q-normal forms are R-normal forms we are in the innermost case. Hence, by the usable rules processor [LPAR04] we can delete all non-usable rules [FROCOS05] from R.

(9) Obligation:

Q DP problem:
The TRS P consists of the following rules:

LT(s(x), s(y)) → LT(x, y)

R is empty.
The set Q consists of the following terms:

minus(0, x0)
minus(s(x0), x1)
if(true, x0, x1)
if(false, x0, x1)
mod(x0, 0)
mod(x0, s(x1))
if1(true, x0, x1)
if1(false, x0, x1)
gt(0, x0)
gt(s(x0), 0)
gt(s(x0), s(x1))
lt(x0, 0)
lt(0, s(x0))
lt(s(x0), s(x1))

We have to consider all minimal (P,Q,R)-chains.

(10) QReductionProof (EQUIVALENT transformation)

We deleted the following terms from Q as each root-symbol of these terms does neither occur in P nor in R.[THIEMANN].

minus(0, x0)
minus(s(x0), x1)
if(true, x0, x1)
if(false, x0, x1)
mod(x0, 0)
mod(x0, s(x1))
if1(true, x0, x1)
if1(false, x0, x1)
gt(0, x0)
gt(s(x0), 0)
gt(s(x0), s(x1))
lt(x0, 0)
lt(0, s(x0))
lt(s(x0), s(x1))

(11) Obligation:

Q DP problem:
The TRS P consists of the following rules:

LT(s(x), s(y)) → LT(x, y)

R is empty.
Q is empty.
We have to consider all minimal (P,Q,R)-chains.

(12) QDPSizeChangeProof (EQUIVALENT transformation)

By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem.

From the DPs we obtained the following set of size-change graphs:

  • LT(s(x), s(y)) → LT(x, y)
    The graph contains the following edges 1 > 1, 2 > 2

(13) YES

(14) Obligation:

Q DP problem:
The TRS P consists of the following rules:

GT(s(x), s(y)) → GT(x, y)

The TRS R consists of the following rules:

minus(0, y) → 0
minus(s(x), y) → if(gt(s(x), y), x, y)
if(true, x, y) → s(minus(x, y))
if(false, x, y) → 0
mod(x, 0) → 0
mod(x, s(y)) → if1(lt(x, s(y)), x, s(y))
if1(true, x, y) → x
if1(false, x, y) → mod(minus(x, y), y)
gt(0, y) → false
gt(s(x), 0) → true
gt(s(x), s(y)) → gt(x, y)
lt(x, 0) → false
lt(0, s(x)) → true
lt(s(x), s(y)) → lt(x, y)

The set Q consists of the following terms:

minus(0, x0)
minus(s(x0), x1)
if(true, x0, x1)
if(false, x0, x1)
mod(x0, 0)
mod(x0, s(x1))
if1(true, x0, x1)
if1(false, x0, x1)
gt(0, x0)
gt(s(x0), 0)
gt(s(x0), s(x1))
lt(x0, 0)
lt(0, s(x0))
lt(s(x0), s(x1))

We have to consider all minimal (P,Q,R)-chains.

(15) UsableRulesProof (EQUIVALENT transformation)

As all Q-normal forms are R-normal forms we are in the innermost case. Hence, by the usable rules processor [LPAR04] we can delete all non-usable rules [FROCOS05] from R.

(16) Obligation:

Q DP problem:
The TRS P consists of the following rules:

GT(s(x), s(y)) → GT(x, y)

R is empty.
The set Q consists of the following terms:

minus(0, x0)
minus(s(x0), x1)
if(true, x0, x1)
if(false, x0, x1)
mod(x0, 0)
mod(x0, s(x1))
if1(true, x0, x1)
if1(false, x0, x1)
gt(0, x0)
gt(s(x0), 0)
gt(s(x0), s(x1))
lt(x0, 0)
lt(0, s(x0))
lt(s(x0), s(x1))

We have to consider all minimal (P,Q,R)-chains.

(17) QReductionProof (EQUIVALENT transformation)

We deleted the following terms from Q as each root-symbol of these terms does neither occur in P nor in R.[THIEMANN].

minus(0, x0)
minus(s(x0), x1)
if(true, x0, x1)
if(false, x0, x1)
mod(x0, 0)
mod(x0, s(x1))
if1(true, x0, x1)
if1(false, x0, x1)
gt(0, x0)
gt(s(x0), 0)
gt(s(x0), s(x1))
lt(x0, 0)
lt(0, s(x0))
lt(s(x0), s(x1))

(18) Obligation:

Q DP problem:
The TRS P consists of the following rules:

GT(s(x), s(y)) → GT(x, y)

R is empty.
Q is empty.
We have to consider all minimal (P,Q,R)-chains.

(19) QDPSizeChangeProof (EQUIVALENT transformation)

By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem.

From the DPs we obtained the following set of size-change graphs:

  • GT(s(x), s(y)) → GT(x, y)
    The graph contains the following edges 1 > 1, 2 > 2

(20) YES

(21) Obligation:

Q DP problem:
The TRS P consists of the following rules:

IF(true, x, y) → MINUS(x, y)
MINUS(s(x), y) → IF(gt(s(x), y), x, y)

The TRS R consists of the following rules:

minus(0, y) → 0
minus(s(x), y) → if(gt(s(x), y), x, y)
if(true, x, y) → s(minus(x, y))
if(false, x, y) → 0
mod(x, 0) → 0
mod(x, s(y)) → if1(lt(x, s(y)), x, s(y))
if1(true, x, y) → x
if1(false, x, y) → mod(minus(x, y), y)
gt(0, y) → false
gt(s(x), 0) → true
gt(s(x), s(y)) → gt(x, y)
lt(x, 0) → false
lt(0, s(x)) → true
lt(s(x), s(y)) → lt(x, y)

The set Q consists of the following terms:

minus(0, x0)
minus(s(x0), x1)
if(true, x0, x1)
if(false, x0, x1)
mod(x0, 0)
mod(x0, s(x1))
if1(true, x0, x1)
if1(false, x0, x1)
gt(0, x0)
gt(s(x0), 0)
gt(s(x0), s(x1))
lt(x0, 0)
lt(0, s(x0))
lt(s(x0), s(x1))

We have to consider all minimal (P,Q,R)-chains.

(22) UsableRulesProof (EQUIVALENT transformation)

As all Q-normal forms are R-normal forms we are in the innermost case. Hence, by the usable rules processor [LPAR04] we can delete all non-usable rules [FROCOS05] from R.

(23) Obligation:

Q DP problem:
The TRS P consists of the following rules:

IF(true, x, y) → MINUS(x, y)
MINUS(s(x), y) → IF(gt(s(x), y), x, y)

The TRS R consists of the following rules:

gt(s(x), 0) → true
gt(s(x), s(y)) → gt(x, y)
gt(0, y) → false

The set Q consists of the following terms:

minus(0, x0)
minus(s(x0), x1)
if(true, x0, x1)
if(false, x0, x1)
mod(x0, 0)
mod(x0, s(x1))
if1(true, x0, x1)
if1(false, x0, x1)
gt(0, x0)
gt(s(x0), 0)
gt(s(x0), s(x1))
lt(x0, 0)
lt(0, s(x0))
lt(s(x0), s(x1))

We have to consider all minimal (P,Q,R)-chains.

(24) QReductionProof (EQUIVALENT transformation)

We deleted the following terms from Q as each root-symbol of these terms does neither occur in P nor in R.[THIEMANN].

minus(0, x0)
minus(s(x0), x1)
if(true, x0, x1)
if(false, x0, x1)
mod(x0, 0)
mod(x0, s(x1))
if1(true, x0, x1)
if1(false, x0, x1)
lt(x0, 0)
lt(0, s(x0))
lt(s(x0), s(x1))

(25) Obligation:

Q DP problem:
The TRS P consists of the following rules:

IF(true, x, y) → MINUS(x, y)
MINUS(s(x), y) → IF(gt(s(x), y), x, y)

The TRS R consists of the following rules:

gt(s(x), 0) → true
gt(s(x), s(y)) → gt(x, y)
gt(0, y) → false

The set Q consists of the following terms:

gt(0, x0)
gt(s(x0), 0)
gt(s(x0), s(x1))

We have to consider all minimal (P,Q,R)-chains.

(26) QDPSizeChangeProof (EQUIVALENT transformation)

By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem.

From the DPs we obtained the following set of size-change graphs:

  • MINUS(s(x), y) → IF(gt(s(x), y), x, y)
    The graph contains the following edges 1 > 2, 2 >= 3

  • IF(true, x, y) → MINUS(x, y)
    The graph contains the following edges 2 >= 1, 3 >= 2

(27) YES

(28) Obligation:

Q DP problem:
The TRS P consists of the following rules:

IF1(false, x, y) → MOD(minus(x, y), y)
MOD(x, s(y)) → IF1(lt(x, s(y)), x, s(y))

The TRS R consists of the following rules:

minus(0, y) → 0
minus(s(x), y) → if(gt(s(x), y), x, y)
if(true, x, y) → s(minus(x, y))
if(false, x, y) → 0
mod(x, 0) → 0
mod(x, s(y)) → if1(lt(x, s(y)), x, s(y))
if1(true, x, y) → x
if1(false, x, y) → mod(minus(x, y), y)
gt(0, y) → false
gt(s(x), 0) → true
gt(s(x), s(y)) → gt(x, y)
lt(x, 0) → false
lt(0, s(x)) → true
lt(s(x), s(y)) → lt(x, y)

The set Q consists of the following terms:

minus(0, x0)
minus(s(x0), x1)
if(true, x0, x1)
if(false, x0, x1)
mod(x0, 0)
mod(x0, s(x1))
if1(true, x0, x1)
if1(false, x0, x1)
gt(0, x0)
gt(s(x0), 0)
gt(s(x0), s(x1))
lt(x0, 0)
lt(0, s(x0))
lt(s(x0), s(x1))

We have to consider all minimal (P,Q,R)-chains.

(29) UsableRulesProof (EQUIVALENT transformation)

As all Q-normal forms are R-normal forms we are in the innermost case. Hence, by the usable rules processor [LPAR04] we can delete all non-usable rules [FROCOS05] from R.

(30) Obligation:

Q DP problem:
The TRS P consists of the following rules:

IF1(false, x, y) → MOD(minus(x, y), y)
MOD(x, s(y)) → IF1(lt(x, s(y)), x, s(y))

The TRS R consists of the following rules:

lt(0, s(x)) → true
lt(s(x), s(y)) → lt(x, y)
lt(x, 0) → false
minus(0, y) → 0
minus(s(x), y) → if(gt(s(x), y), x, y)
gt(s(x), 0) → true
gt(s(x), s(y)) → gt(x, y)
if(true, x, y) → s(minus(x, y))
if(false, x, y) → 0
gt(0, y) → false

The set Q consists of the following terms:

minus(0, x0)
minus(s(x0), x1)
if(true, x0, x1)
if(false, x0, x1)
mod(x0, 0)
mod(x0, s(x1))
if1(true, x0, x1)
if1(false, x0, x1)
gt(0, x0)
gt(s(x0), 0)
gt(s(x0), s(x1))
lt(x0, 0)
lt(0, s(x0))
lt(s(x0), s(x1))

We have to consider all minimal (P,Q,R)-chains.

(31) QReductionProof (EQUIVALENT transformation)

We deleted the following terms from Q as each root-symbol of these terms does neither occur in P nor in R.[THIEMANN].

mod(x0, 0)
mod(x0, s(x1))
if1(true, x0, x1)
if1(false, x0, x1)

(32) Obligation:

Q DP problem:
The TRS P consists of the following rules:

IF1(false, x, y) → MOD(minus(x, y), y)
MOD(x, s(y)) → IF1(lt(x, s(y)), x, s(y))

The TRS R consists of the following rules:

lt(0, s(x)) → true
lt(s(x), s(y)) → lt(x, y)
lt(x, 0) → false
minus(0, y) → 0
minus(s(x), y) → if(gt(s(x), y), x, y)
gt(s(x), 0) → true
gt(s(x), s(y)) → gt(x, y)
if(true, x, y) → s(minus(x, y))
if(false, x, y) → 0
gt(0, y) → false

The set Q consists of the following terms:

minus(0, x0)
minus(s(x0), x1)
if(true, x0, x1)
if(false, x0, x1)
gt(0, x0)
gt(s(x0), 0)
gt(s(x0), s(x1))
lt(x0, 0)
lt(0, s(x0))
lt(s(x0), s(x1))

We have to consider all minimal (P,Q,R)-chains.

(33) Narrowing (EQUIVALENT transformation)

By narrowing [LPAR04] the rule MOD(x, s(y)) → IF1(lt(x, s(y)), x, s(y)) at position [0] we obtained the following new rules [LPAR04]:

MOD(0, s(x0)) → IF1(true, 0, s(x0))
MOD(s(x0), s(x1)) → IF1(lt(x0, x1), s(x0), s(x1))

(34) Obligation:

Q DP problem:
The TRS P consists of the following rules:

IF1(false, x, y) → MOD(minus(x, y), y)
MOD(0, s(x0)) → IF1(true, 0, s(x0))
MOD(s(x0), s(x1)) → IF1(lt(x0, x1), s(x0), s(x1))

The TRS R consists of the following rules:

lt(0, s(x)) → true
lt(s(x), s(y)) → lt(x, y)
lt(x, 0) → false
minus(0, y) → 0
minus(s(x), y) → if(gt(s(x), y), x, y)
gt(s(x), 0) → true
gt(s(x), s(y)) → gt(x, y)
if(true, x, y) → s(minus(x, y))
if(false, x, y) → 0
gt(0, y) → false

The set Q consists of the following terms:

minus(0, x0)
minus(s(x0), x1)
if(true, x0, x1)
if(false, x0, x1)
gt(0, x0)
gt(s(x0), 0)
gt(s(x0), s(x1))
lt(x0, 0)
lt(0, s(x0))
lt(s(x0), s(x1))

We have to consider all minimal (P,Q,R)-chains.

(35) DependencyGraphProof (EQUIVALENT transformation)

The approximation of the Dependency Graph [LPAR04,FROCOS05,EDGSTAR] contains 1 SCC with 1 less node.

(36) Obligation:

Q DP problem:
The TRS P consists of the following rules:

MOD(s(x0), s(x1)) → IF1(lt(x0, x1), s(x0), s(x1))
IF1(false, x, y) → MOD(minus(x, y), y)

The TRS R consists of the following rules:

lt(0, s(x)) → true
lt(s(x), s(y)) → lt(x, y)
lt(x, 0) → false
minus(0, y) → 0
minus(s(x), y) → if(gt(s(x), y), x, y)
gt(s(x), 0) → true
gt(s(x), s(y)) → gt(x, y)
if(true, x, y) → s(minus(x, y))
if(false, x, y) → 0
gt(0, y) → false

The set Q consists of the following terms:

minus(0, x0)
minus(s(x0), x1)
if(true, x0, x1)
if(false, x0, x1)
gt(0, x0)
gt(s(x0), 0)
gt(s(x0), s(x1))
lt(x0, 0)
lt(0, s(x0))
lt(s(x0), s(x1))

We have to consider all minimal (P,Q,R)-chains.

(37) Narrowing (EQUIVALENT transformation)

By narrowing [LPAR04] the rule IF1(false, x, y) → MOD(minus(x, y), y) at position [0] we obtained the following new rules [LPAR04]:

IF1(false, 0, x0) → MOD(0, x0)
IF1(false, s(x0), x1) → MOD(if(gt(s(x0), x1), x0, x1), x1)

(38) Obligation:

Q DP problem:
The TRS P consists of the following rules:

MOD(s(x0), s(x1)) → IF1(lt(x0, x1), s(x0), s(x1))
IF1(false, 0, x0) → MOD(0, x0)
IF1(false, s(x0), x1) → MOD(if(gt(s(x0), x1), x0, x1), x1)

The TRS R consists of the following rules:

lt(0, s(x)) → true
lt(s(x), s(y)) → lt(x, y)
lt(x, 0) → false
minus(0, y) → 0
minus(s(x), y) → if(gt(s(x), y), x, y)
gt(s(x), 0) → true
gt(s(x), s(y)) → gt(x, y)
if(true, x, y) → s(minus(x, y))
if(false, x, y) → 0
gt(0, y) → false

The set Q consists of the following terms:

minus(0, x0)
minus(s(x0), x1)
if(true, x0, x1)
if(false, x0, x1)
gt(0, x0)
gt(s(x0), 0)
gt(s(x0), s(x1))
lt(x0, 0)
lt(0, s(x0))
lt(s(x0), s(x1))

We have to consider all minimal (P,Q,R)-chains.

(39) DependencyGraphProof (EQUIVALENT transformation)

The approximation of the Dependency Graph [LPAR04,FROCOS05,EDGSTAR] contains 1 SCC with 1 less node.

(40) Obligation:

Q DP problem:
The TRS P consists of the following rules:

IF1(false, s(x0), x1) → MOD(if(gt(s(x0), x1), x0, x1), x1)
MOD(s(x0), s(x1)) → IF1(lt(x0, x1), s(x0), s(x1))

The TRS R consists of the following rules:

lt(0, s(x)) → true
lt(s(x), s(y)) → lt(x, y)
lt(x, 0) → false
minus(0, y) → 0
minus(s(x), y) → if(gt(s(x), y), x, y)
gt(s(x), 0) → true
gt(s(x), s(y)) → gt(x, y)
if(true, x, y) → s(minus(x, y))
if(false, x, y) → 0
gt(0, y) → false

The set Q consists of the following terms:

minus(0, x0)
minus(s(x0), x1)
if(true, x0, x1)
if(false, x0, x1)
gt(0, x0)
gt(s(x0), 0)
gt(s(x0), s(x1))
lt(x0, 0)
lt(0, s(x0))
lt(s(x0), s(x1))

We have to consider all minimal (P,Q,R)-chains.

(41) Instantiation (EQUIVALENT transformation)

By instantiating [LPAR04] the rule IF1(false, s(x0), x1) → MOD(if(gt(s(x0), x1), x0, x1), x1) we obtained the following new rules [LPAR04]:

IF1(false, s(z0), s(z1)) → MOD(if(gt(s(z0), s(z1)), z0, s(z1)), s(z1))

(42) Obligation:

Q DP problem:
The TRS P consists of the following rules:

MOD(s(x0), s(x1)) → IF1(lt(x0, x1), s(x0), s(x1))
IF1(false, s(z0), s(z1)) → MOD(if(gt(s(z0), s(z1)), z0, s(z1)), s(z1))

The TRS R consists of the following rules:

lt(0, s(x)) → true
lt(s(x), s(y)) → lt(x, y)
lt(x, 0) → false
minus(0, y) → 0
minus(s(x), y) → if(gt(s(x), y), x, y)
gt(s(x), 0) → true
gt(s(x), s(y)) → gt(x, y)
if(true, x, y) → s(minus(x, y))
if(false, x, y) → 0
gt(0, y) → false

The set Q consists of the following terms:

minus(0, x0)
minus(s(x0), x1)
if(true, x0, x1)
if(false, x0, x1)
gt(0, x0)
gt(s(x0), 0)
gt(s(x0), s(x1))
lt(x0, 0)
lt(0, s(x0))
lt(s(x0), s(x1))

We have to consider all minimal (P,Q,R)-chains.

(43) Rewriting (EQUIVALENT transformation)

By rewriting [LPAR04] the rule IF1(false, s(z0), s(z1)) → MOD(if(gt(s(z0), s(z1)), z0, s(z1)), s(z1)) at position [0,0] we obtained the following new rules [LPAR04]:

IF1(false, s(z0), s(z1)) → MOD(if(gt(z0, z1), z0, s(z1)), s(z1))

(44) Obligation:

Q DP problem:
The TRS P consists of the following rules:

MOD(s(x0), s(x1)) → IF1(lt(x0, x1), s(x0), s(x1))
IF1(false, s(z0), s(z1)) → MOD(if(gt(z0, z1), z0, s(z1)), s(z1))

The TRS R consists of the following rules:

lt(0, s(x)) → true
lt(s(x), s(y)) → lt(x, y)
lt(x, 0) → false
minus(0, y) → 0
minus(s(x), y) → if(gt(s(x), y), x, y)
gt(s(x), 0) → true
gt(s(x), s(y)) → gt(x, y)
if(true, x, y) → s(minus(x, y))
if(false, x, y) → 0
gt(0, y) → false

The set Q consists of the following terms:

minus(0, x0)
minus(s(x0), x1)
if(true, x0, x1)
if(false, x0, x1)
gt(0, x0)
gt(s(x0), 0)
gt(s(x0), s(x1))
lt(x0, 0)
lt(0, s(x0))
lt(s(x0), s(x1))

We have to consider all minimal (P,Q,R)-chains.

(45) Induction-Processor (SOUND transformation)


This DP could be deleted by the Induction-Processor:
IF1(false, s(z0), s(z1)) → MOD(if(gt(z0, z1), z0, s(z1)), s(z1))


This order was computed:
Polynomial interpretation [POLO]:

POL(0) = 0   
POL(IF1(x1, x2, x3)) = x2   
POL(MOD(x1, x2)) = x1   
POL(false) = 1   
POL(gt(x1, x2)) = 1   
POL(if(x1, x2, x3)) = x1 + x2   
POL(lt(x1, x2)) = 1   
POL(minus(x1, x2)) = x1   
POL(s(x1)) = 1 + x1   
POL(true) = 1   

At least one of these decreasing rules is always used after the deleted DP:
if(false, x683, y573) → 0


The following formula is valid:
z0:sort[a22],z1:sort[a22].if'(gt(z0 , z1 ), z0 , s(z1 ))=true


The transformed set:
minus'(0, y18) → false
minus'(s(x32), y26) → if'(gt(s(x32), y26), x32, y26)
if'(true, x59, y49) → minus'(x59, y49)
if'(false, x68, y57) → true
lt(0, s(x)) → true
lt(s(x6), s(y3)) → lt(x6, y3)
lt(x15, 0) → false
minus(0, y18) → 0
minus(s(x32), y26) → if(gt(s(x32), y26), x32, y26)
gt(s(x41), 0) → true
gt(s(x50), s(y41)) → gt(x50, y41)
if(true, x59, y49) → s(minus(x59, y49))
if(false, x68, y57) → 0
gt(0, y65) → false
equal_bool(true, false) → false
equal_bool(false, true) → false
equal_bool(true, true) → true
equal_bool(false, false) → true
and(true, x) → x
and(false, x) → false
or(true, x) → true
or(false, x) → x
not(false) → true
not(true) → false
isa_true(true) → true
isa_true(false) → false
isa_false(true) → false
isa_false(false) → true
equal_sort[a22](0, 0) → true
equal_sort[a22](0, s(x0)) → false
equal_sort[a22](s(x0), 0) → false
equal_sort[a22](s(x0), s(x1)) → equal_sort[a22](x0, x1)
equal_sort[a39](witness_sort[a39], witness_sort[a39]) → true


The proof given by the theorem prover:
The following input was given to ACL2:
(set-ruler-extenders :all)

(defun trs_isbool (x)
  (or
    (and
      (consp
        x
      )
      (eq
        'trs_true
        (car
          x
        )
      )
      (eq
        (cdr
          x
        )
        'nil
      )
    )
    (and
      (consp
        x
      )
      (eq
        'trs_false
        (car
          x
        )
      )
      (eq
        (cdr
          x
        )
        'nil
      )
    )
  )
)
(defun trs_issort[a22] (x)
  (or
    (and
      (consp
        x
      )
      (eq
        'trs_0
        (car
          x
        )
      )
      (eq
        (cdr
          x
        )
        'nil
      )
    )
    (and
      (consp
        x
      )
      (consp
        (cdr
          x
        )
      )
      (eq
        'trs_s
        (car
          x
        )
      )
      (trs_issort[a22]
        (car
          (cdr
            x
          )
        )
      )
      (eq
        (cdr
          (cdr
            x
          )
        )
        'nil
      )
    )
  )
)
(defun trs_issort[a39] (x)
  (or
    (and
      (consp
        x
      )
      (eq
        'trs_witness_sort[a39]
        (car
          x
        )
      )
      (eq
        (cdr
          x
        )
        'nil
      )
    )
  )
)
(defun trs_lt (x0 x1)
  (if
    (and
      (trs_issort[a22]
        x0
      )
      (trs_issort[a22]
        x1
      )
    )
    (if
      (and
        (eq
          (car
            x0
          )
          'trs_0
        )
        (eq
          (car
            x1
          )
          'trs_s
        )
      )
      (list 'trs_true
      )
      (if
        (and
          (eq
            (car
              x0
            )
            'trs_s
          )
          (eq
            (car
              x1
            )
            'trs_s
          )
        )
        (trs_lt
          (car
            (cdr
              x0
            )
          )
          (car
            (cdr
              x1
            )
          )
        )
        (if
          (and
          )
          (list 'trs_false
          )
          (list 'trs_true
          )
        )
      )
    )
    (list 'trs_true
    )
  )
)
(defun trs_gt (x0 x1)
  (if
    (and
      (trs_issort[a22]
        x0
      )
      (trs_issort[a22]
        x1
      )
    )
    (if
      (and
        (eq
          (car
            x0
          )
          'trs_s
        )
        (eq
          (car
            x1
          )
          'trs_0
        )
      )
      (list 'trs_true
      )
      (if
        (and
          (eq
            (car
              x0
            )
            'trs_s
          )
          (eq
            (car
              x1
            )
            'trs_s
          )
        )
        (trs_gt
          (car
            (cdr
              x0
            )
          )
          (car
            (cdr
              x1
            )
          )
        )
        (if
          (and
          )
          (list 'trs_false
          )
          (list 'trs_true
          )
        )
      )
    )
    (list 'trs_true
    )
  )
)
(defun trs_equal_sort[a39] (x0 x1)
  (if
    (and
      (trs_issort[a39]
        x0
      )
      (trs_issort[a39]
        x1
      )
    )
    (if
      (and
      )
      (list 'trs_true
      )
      (list 'trs_true
      )
    )
    (list 'trs_true
    )
  )
)
(defun trs_equal_sort[a22] (x0 x1)
  (if
    (and
      (trs_issort[a22]
        x0
      )
      (trs_issort[a22]
        x1
      )
    )
    (if
      (and
        (eq
          (car
            x0
          )
          'trs_0
        )
        (eq
          (car
            x1
          )
          'trs_0
        )
      )
      (list 'trs_true
      )
      (if
        (and
          (eq
            (car
              x0
            )
            'trs_0
          )
          (eq
            (car
              x1
            )
            'trs_s
          )
        )
        (list 'trs_false
        )
        (if
          (and
            (eq
              (car
                x0
              )
              'trs_s
            )
            (eq
              (car
                x1
              )
              'trs_0
            )
          )
          (list 'trs_false
          )
          (if
            (and
            )
            (trs_equal_sort[a22]
              (car
                (cdr
                  x0
                )
              )
              (car
                (cdr
                  x1
                )
              )
            )
            (list 'trs_true
            )
          )
        )
      )
    )
    (list 'trs_true
    )
  )
)
(defun trs_isa_false (x0)
  (if
    (and
      (trs_isbool
        x0
      )
    )
    (if
      (and
        (eq
          (car
            x0
          )
          'trs_true
        )
      )
      (list 'trs_false
      )
      (if
        (and
        )
        (list 'trs_true
        )
        (list 'trs_true
        )
      )
    )
    (list 'trs_true
    )
  )
)
(defun trs_isa_true (x0)
  (if
    (and
      (trs_isbool
        x0
      )
    )
    (if
      (and
        (eq
          (car
            x0
          )
          'trs_true
        )
      )
      (list 'trs_true
      )
      (if
        (and
        )
        (list 'trs_false
        )
        (list 'trs_true
        )
      )
    )
    (list 'trs_true
    )
  )
)
(defun trs_not (x0)
  (if
    (and
      (trs_isbool
        x0
      )
    )
    (if
      (and
        (eq
          (car
            x0
          )
          'trs_false
        )
      )
      (list 'trs_true
      )
      (if
        (and
        )
        (list 'trs_false
        )
        (list 'trs_true
        )
      )
    )
    (list 'trs_true
    )
  )
)
(defun trs_or (x0 x1)
  (if
    (and
      (trs_isbool
        x0
      )
      (trs_isbool
        x1
      )
    )
    (if
      (and
        (eq
          (car
            x0
          )
          'trs_true
        )
      )
      (list 'trs_true
      )
      (if
        (and
        )
        x1
        (list 'trs_true
        )
      )
    )
    (list 'trs_true
    )
  )
)
(defun trs_and (x0 x1)
  (if
    (and
      (trs_isbool
        x0
      )
      (trs_isbool
        x1
      )
    )
    (if
      (and
        (eq
          (car
            x0
          )
          'trs_true
        )
      )
      x1
      (if
        (and
        )
        (list 'trs_false
        )
        (list 'trs_true
        )
      )
    )
    (list 'trs_true
    )
  )
)
(defun trs_equal_bool (x0 x1)
  (if
    (and
      (trs_isbool
        x0
      )
      (trs_isbool
        x1
      )
    )
    (if
      (and
        (eq
          (car
            x0
          )
          'trs_true
        )
        (eq
          (car
            x1
          )
          'trs_false
        )
      )
      (list 'trs_false
      )
      (if
        (and
          (eq
            (car
              x0
            )
            'trs_false
          )
          (eq
            (car
              x1
            )
            'trs_true
          )
        )
        (list 'trs_false
        )
        (if
          (and
            (eq
              (car
                x0
              )
              'trs_true
            )
            (eq
              (car
                x1
              )
              'trs_true
            )
          )
          (list 'trs_true
          )
          (if
            (and
            )
            (list 'trs_true
            )
            (list 'trs_true
            )
          )
        )
      )
    )
    (list 'trs_true
    )
  )
)
(defun trs_if (x0 x1 x2)
  (if
    (and
      (trs_isbool
        x0
      )
      (trs_issort[a22]
        x1
      )
      (trs_issort[a22]
        x2
      )
    )
    (if
      (and
        (eq
          (car
            x0
          )
          'trs_false
        )
      )
      (list 'trs_0
      )
      (if
        (and
          (eq
            (car
              x0
            )
            'trs_true
          )
          (eq
            (car
              x1
            )
            'trs_0
          )
        )
        (list 'trs_s
          (list 'trs_0
          )
        )
        (if
          (and
          )
          (list 'trs_s
            (trs_if
              (trs_gt
                (list 'trs_s
                  (car
                    (cdr
                      x1
                    )
                  )
                )
                x2
              )
              (car
                (cdr
                  x1
                )
              )
              x2
            )
          )
          (list 'trs_0
          )
        )
      )
    )
    (list 'trs_0
    )
  )
)
(defun trs_ifprime (x0 x1 x2)
  (if
    (and
      (trs_isbool
        x0
      )
      (trs_issort[a22]
        x1
      )
      (trs_issort[a22]
        x2
      )
    )
    (if
      (and
        (eq
          (car
            x0
          )
          'trs_false
        )
      )
      (list 'trs_true
      )
      (if
        (and
          (eq
            (car
              x0
            )
            'trs_true
          )
          (eq
            (car
              x1
            )
            'trs_0
          )
        )
        (list 'trs_false
        )
        (if
          (and
          )
          (trs_ifprime
            (trs_gt
              (list 'trs_s
                (car
                  (cdr
                    x1
                  )
                )
              )
              x2
            )
            (car
              (cdr
                x1
              )
            )
            x2
          )
          (list 'trs_true
          )
        )
      )
    )
    (list 'trs_true
    )
  )
)
(defun trs_minus (x0 x1)
  (if
    (and
      (trs_issort[a22]
        x0
      )
      (trs_issort[a22]
        x1
      )
    )
    (if
      (and
        (eq
          (car
            x0
          )
          'trs_0
        )
      )
      (list 'trs_0
      )
      (if
        (and
          (eq
            (car
              x0
            )
            'trs_s
          )
          (eq
            (trs_equal_bool
              (trs_gt
                (list 'trs_s
                  (car
                    (cdr
                      x0
                    )
                  )
                )
                x1
              )
              (list 'trs_true
              )
            )
            (list 'trs_true
            )
          )
        )
        (list 'trs_s
          (trs_minus
            (car
              (cdr
                x0
              )
            )
            x1
          )
        )
        (if
          (and
            (eq
              (trs_equal_bool
                (trs_gt
                  (list 'trs_s
                    (car
                      (cdr
                        x0
                      )
                    )
                  )
                  x1
                )
                (list 'trs_true
                )
              )
              (list 'trs_false
              )
            )
          )
          (list 'trs_0
          )
          (list 'trs_0
          )
        )
      )
    )
    (list 'trs_0
    )
  )
)
(defun trs_minusprime (x0 x1)
  (if
    (and
      (trs_issort[a22]
        x0
      )
      (trs_issort[a22]
        x1
      )
    )
    (if
      (and
        (eq
          (car
            x0
          )
          'trs_0
        )
      )
      (list 'trs_false
      )
      (if
        (and
          (eq
            (car
              x0
            )
            'trs_s
          )
          (eq
            (trs_equal_bool
              (trs_gt
                (list 'trs_s
                  (car
                    (cdr
                      x0
                    )
                  )
                )
                x1
              )
              (list 'trs_true
              )
            )
            (list 'trs_true
            )
          )
        )
        (trs_minusprime
          (car
            (cdr
              x0
            )
          )
          x1
        )
        (if
          (and
            (eq
              (trs_equal_bool
                (trs_gt
                  (list 'trs_s
                    (car
                      (cdr
                        x0
                      )
                    )
                  )
                  x1
                )
                (list 'trs_true
                )
              )
              (list 'trs_false
              )
            )
          )
          (list 'trs_true
          )
          (list 'trs_true
          )
        )
      )
    )
    (list 'trs_true
    )
  )
)
(with-prover-time-limit 3
  (defthm test
    (implies
      (and
        (trs_issort[a22] trs_z0)
        (trs_issort[a22] trs_z1)
      )
      (eq
        (trs_ifprime
          (trs_gt
            trs_z0
            trs_z1
          )
          trs_z0
          (list 'trs_s
            trs_z1
          )
        )
        (list 'trs_true
        )
      )
    )
  )
)


The following output was given by ACL2:
This is SBCL 1.0.29.11.debian, an implementation of ANSI Common Lisp.
More information about SBCL is available at .

SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses.  See the CREDITS and COPYING files in the
distribution for more information.

 ACL2 Version 3.6 built February 12, 2010  14:59:57.
 Copyright (C) 2009  University of Texas at Austin
 ACL2 comes with ABSOLUTELY NO WARRANTY.  This is free software and you
 are welcome to redistribute it under certain conditions.  For details,
 see the GNU General Public License.

 Initialized with (INITIALIZE-ACL2 'INCLUDE-BOOK *ACL2-PASS-2-FILES*).
 See the documentation topic note-3-6 for recent changes.
 Note: We have modified the prompt in some underlying Lisps to further
 distinguish it from the ACL2 prompt.

ACL2 Version 3.6.  Level 1.  Cbd "/home/petersk/workspace/benchmark/".
Distributed books directory "/home/petersk/download/acl2-sources/books/".
Type :help for help.
Type (good-bye) to quit completely out of ACL2.

ACL2 !> :ALL
ACL2 !>
Since TRS_ISBOOL is non-recursive, its admission is trivial.  We observe
that the type of TRS_ISBOOL is described by the theorem 
(OR (EQUAL (TRS_ISBOOL X) T) (EQUAL (TRS_ISBOOL X) NIL)).  We used
the :executable-counterpart of EQUAL and primitive type reasoning.

Summary
Form:  ( DEFUN TRS_ISBOOL ...)
Rules: ((:EXECUTABLE-COUNTERPART EQUAL)
        (:FAKE-RUNE-FOR-TYPE-SET NIL))
Warnings:  None
Time:  0.01 seconds (prove: 0.00, print: 0.00, other: 0.01)
 TRS_ISBOOL
ACL2 !>
For the admission of TRS_ISSORT[A22] we will use the relation O< (which
is known to be well-founded on the domain recognized by O-P) and the
measure (ACL2-COUNT X).  The non-trivial part of the measure conjecture
is

Goal
(IMPLIES (AND (NOT (AND (CONSP X)
                        (EQ 'TRS_0 (CAR X))
                        (EQ (CDR X) NIL)))
              (CONSP X)
              (CONSP (CDR X))
              (EQ 'TRS_S (CAR X)))
         (O< (ACL2-COUNT (CADR X))
             (ACL2-COUNT X))).

By the simple :definition EQ we reduce the conjecture to

Goal'
(IMPLIES (AND (NOT (AND (CONSP X)
                        (EQUAL 'TRS_0 (CAR X))
                        (EQUAL (CDR X) NIL)))
              (CONSP X)
              (CONSP (CDR X))
              (EQUAL 'TRS_S (CAR X)))
         (O< (ACL2-COUNT (CADR X))
             (ACL2-COUNT X))).

This simplifies, using the :definitions ACL2-COUNT, FIX, O-FINP and
O<, the :executable-counterparts of ACL2-COUNT and EQUAL, primitive
type reasoning, the :rewrite rule UNICITY-OF-0 and the :type-prescription
rule ACL2-COUNT, to

Goal''
(IMPLIES (AND (CONSP X)
              (CONSP (CDR X))
              (EQUAL 'TRS_S (CAR X)))
         (< (ACL2-COUNT (CADR X))
            (+ 1 (ACL2-COUNT (CDR X))))).

The destructor terms (CAR X) and (CDR X) can be eliminated.  Furthermore,
those terms are at the root of a chain of two rounds of destructor
elimination. (1) Use CAR-CDR-ELIM to replace X by (CONS X1 X2), (CAR X)
by X1 and (CDR X) by X2 and restrict the type of the new variable X1
to be that of the term it replaces.  (2) Use CAR-CDR-ELIM, again, to
replace X2 by (CONS X3 X4), (CAR X2) by X3 and (CDR X2) by X4.    These
steps produce the following goal.

Goal'''
(IMPLIES (AND (CONSP (CONS X3 X4))
              (SYMBOLP X1)
              (NOT (EQUAL X1 T))
              (NOT (EQUAL X1 NIL))
              (CONSP (LIST* X1 X3 X4))
              (EQUAL 'TRS_S X1))
         (< (ACL2-COUNT X3)
            (+ 1 (ACL2-COUNT (CONS X3 X4))))).

By case analysis we reduce the conjecture to

Goal'4'
(IMPLIES (AND (CONSP (CONS X3 X4))
              (SYMBOLP X1)
              (NOT (EQUAL X1 T))
              X1 (CONSP (LIST* X1 X3 X4))
              (EQUAL 'TRS_S X1))
         (< (ACL2-COUNT X3)
            (+ 1 (ACL2-COUNT (CONS X3 X4))))).

This simplifies, using the :definition ACL2-COUNT, the :executable-
counterparts of EQUAL, NOT and SYMBOLP, primitive type reasoning and
the :rewrite rules CAR-CONS and CDR-CONS, to

Goal'5'
(< (ACL2-COUNT X3)
   (+ 1 1 (ACL2-COUNT X3)
      (ACL2-COUNT X4))).

But simplification reduces this to T, using linear arithmetic, primitive
type reasoning and the :type-prescription rule ACL2-COUNT.

Q.E.D.

That completes the proof of the measure theorem for TRS_ISSORT[A22].
Thus, we admit this function under the principle of definition.  We
observe that the type of TRS_ISSORT[A22] is described by the theorem
(OR (EQUAL (TRS_ISSORT[A22] X) T) (EQUAL (TRS_ISSORT[A22] X) NIL)).
We used the :executable-counterpart of EQUAL and primitive type reasoning.

Summary
Form:  ( DEFUN TRS_ISSORT[A22] ...)
Rules: ((:DEFINITION ACL2-COUNT)
        (:DEFINITION EQ)
        (:DEFINITION FIX)
        (:DEFINITION NOT)
        (:DEFINITION O-FINP)
        (:DEFINITION O<)
        (:ELIM CAR-CDR-ELIM)
        (:EXECUTABLE-COUNTERPART ACL2-COUNT)
        (:EXECUTABLE-COUNTERPART EQUAL)
        (:EXECUTABLE-COUNTERPART NOT)
        (:EXECUTABLE-COUNTERPART SYMBOLP)
        (:FAKE-RUNE-FOR-LINEAR NIL)
        (:FAKE-RUNE-FOR-TYPE-SET NIL)
        (:REWRITE CAR-CONS)
        (:REWRITE CDR-CONS)
        (:REWRITE UNICITY-OF-0)
        (:TYPE-PRESCRIPTION ACL2-COUNT))
Warnings:  None
Time:  0.01 seconds (prove: 0.00, print: 0.01, other: 0.00)
 TRS_ISSORT[A22]
ACL2 !>
Since TRS_ISSORT[A39] is non-recursive, its admission is trivial. 
We observe that the type of TRS_ISSORT[A39] is described by the theorem
(OR (EQUAL (TRS_ISSORT[A39] X) T) (EQUAL (TRS_ISSORT[A39] X) NIL)).
We used primitive type reasoning.

Summary
Form:  ( DEFUN TRS_ISSORT[A39] ...)
Rules: ((:FAKE-RUNE-FOR-TYPE-SET NIL))
Warnings:  None
Time:  0.00 seconds (prove: 0.00, print: 0.00, other: 0.00)
 TRS_ISSORT[A39]
ACL2 !>
For the admission of TRS_LT we will use the relation O< (which is known
to be well-founded on the domain recognized by O-P) and the measure
(ACL2-COUNT X0).  The non-trivial part of the measure conjecture is

Goal
(IMPLIES (AND (AND (TRS_ISSORT[A22] X0)
                   (TRS_ISSORT[A22] X1))
              (NOT (AND (EQ (CAR X0) 'TRS_0)
                        (EQ (CAR X1) 'TRS_S)))
              (AND (EQ (CAR X0) 'TRS_S)
                   (EQ (CAR X1) 'TRS_S)))
         (O< (ACL2-COUNT (CADR X0))
             (ACL2-COUNT X0))).

By the simple :definition EQ we reduce the conjecture to

Goal'
(IMPLIES (AND (TRS_ISSORT[A22] X0)
              (TRS_ISSORT[A22] X1)
              (NOT (AND (EQUAL (CAR X0) 'TRS_0)
                        (EQUAL (CAR X1) 'TRS_S)))
              (EQUAL (CAR X0) 'TRS_S)
              (EQUAL (CAR X1) 'TRS_S))
         (O< (ACL2-COUNT (CADR X0))
             (ACL2-COUNT X0))).

This simplifies, using the :definitions ACL2-COUNT, FIX, O-FINP, O<
and TRS_ISSORT[A22], the :executable-counterparts of ACL2-COUNT and
EQUAL, primitive type reasoning, the :rewrite rules COMMUTATIVITY-OF-+
and UNICITY-OF-0 and the :type-prescription rule ACL2-COUNT, to

Goal''
(IMPLIES (AND (CONSP X0)
              (CONSP (CDR X0))
              (TRS_ISSORT[A22] (CADR X0))
              (NOT (CDDR X0))
              (TRS_ISSORT[A22] X1)
              (EQUAL (CAR X0) 'TRS_S)
              (EQUAL (CAR X1) 'TRS_S))
         (< (ACL2-COUNT (CADR X0))
            (+ 1 1 (ACL2-COUNT (CADR X0))))).

But simplification reduces this to T, using linear arithmetic, primitive
type reasoning and the :type-prescription rule ACL2-COUNT.

Q.E.D.

That completes the proof of the measure theorem for TRS_LT.  Thus,
we admit this function under the principle of definition.  We observe
that the type of TRS_LT is described by the theorem 
(AND (CONSP (TRS_LT X0 X1)) (TRUE-LISTP (TRS_LT X0 X1))).  We used
the :executable-counterpart of EQUAL.

Summary
Form:  ( DEFUN TRS_LT ...)
Rules: ((:DEFINITION ACL2-COUNT)
        (:DEFINITION EQ)
        (:DEFINITION FIX)
        (:DEFINITION NOT)
        (:DEFINITION O-FINP)
        (:DEFINITION O<)
        (:DEFINITION TRS_ISSORT[A22])
        (:EXECUTABLE-COUNTERPART ACL2-COUNT)
        (:EXECUTABLE-COUNTERPART EQUAL)
        (:FAKE-RUNE-FOR-LINEAR NIL)
        (:FAKE-RUNE-FOR-TYPE-SET NIL)
        (:REWRITE COMMUTATIVITY-OF-+)
        (:REWRITE UNICITY-OF-0)
        (:TYPE-PRESCRIPTION ACL2-COUNT))
Warnings:  None
Time:  0.01 seconds (prove: 0.01, print: 0.00, other: 0.00)
 TRS_LT
ACL2 !>
For the admission of TRS_GT we will use the relation O< (which is known
to be well-founded on the domain recognized by O-P) and the measure
(ACL2-COUNT X0).  The non-trivial part of the measure conjecture is

Goal
(IMPLIES (AND (AND (TRS_ISSORT[A22] X0)
                   (TRS_ISSORT[A22] X1))
              (NOT (AND (EQ (CAR X0) 'TRS_S)
                        (EQ (CAR X1) 'TRS_0)))
              (AND (EQ (CAR X0) 'TRS_S)
                   (EQ (CAR X1) 'TRS_S)))
         (O< (ACL2-COUNT (CADR X0))
             (ACL2-COUNT X0))).

By the simple :definition EQ we reduce the conjecture to

Goal'
(IMPLIES (AND (TRS_ISSORT[A22] X0)
              (TRS_ISSORT[A22] X1)
              (NOT (AND (EQUAL (CAR X0) 'TRS_S)
                        (EQUAL (CAR X1) 'TRS_0)))
              (EQUAL (CAR X0) 'TRS_S)
              (EQUAL (CAR X1) 'TRS_S))
         (O< (ACL2-COUNT (CADR X0))
             (ACL2-COUNT X0))).

This simplifies, using the :definitions ACL2-COUNT, FIX, O-FINP, O<
and TRS_ISSORT[A22], the :executable-counterparts of ACL2-COUNT and
EQUAL, primitive type reasoning, the :rewrite rules COMMUTATIVITY-OF-+
and UNICITY-OF-0 and the :type-prescription rule ACL2-COUNT, to

Goal''
(IMPLIES (AND (CONSP X0)
              (CONSP (CDR X0))
              (TRS_ISSORT[A22] (CADR X0))
              (NOT (CDDR X0))
              (TRS_ISSORT[A22] X1)
              (EQUAL (CAR X0) 'TRS_S)
              (EQUAL (CAR X1) 'TRS_S))
         (< (ACL2-COUNT (CADR X0))
            (+ 1 1 (ACL2-COUNT (CADR X0))))).

But simplification reduces this to T, using linear arithmetic, primitive
type reasoning and the :type-prescription rule ACL2-COUNT.

Q.E.D.

That completes the proof of the measure theorem for TRS_GT.  Thus,
we admit this function under the principle of definition.  We observe
that the type of TRS_GT is described by the theorem 
(AND (CONSP (TRS_GT X0 X1)) (TRUE-LISTP (TRS_GT X0 X1))).  We used
primitive type reasoning.

Summary
Form:  ( DEFUN TRS_GT ...)
Rules: ((:DEFINITION ACL2-COUNT)
        (:DEFINITION EQ)
        (:DEFINITION FIX)
        (:DEFINITION NOT)
        (:DEFINITION O-FINP)
        (:DEFINITION O<)
        (:DEFINITION TRS_ISSORT[A22])
        (:EXECUTABLE-COUNTERPART ACL2-COUNT)
        (:EXECUTABLE-COUNTERPART EQUAL)
        (:FAKE-RUNE-FOR-LINEAR NIL)
        (:FAKE-RUNE-FOR-TYPE-SET NIL)
        (:REWRITE COMMUTATIVITY-OF-+)
        (:REWRITE UNICITY-OF-0)
        (:TYPE-PRESCRIPTION ACL2-COUNT))
Warnings:  None
Time:  0.01 seconds (prove: 0.00, print: 0.01, other: 0.00)
 TRS_GT
ACL2 !>
Since TRS_EQUAL_SORT[A39] is non-recursive, its admission is trivial.
We observe that the type of TRS_EQUAL_SORT[A39] is described by the
theorem 
(AND (CONSP (TRS_EQUAL_SORT[A39] X0 X1))
     (TRUE-LISTP (TRS_EQUAL_SORT[A39] X0 X1))).

Summary
Form:  ( DEFUN TRS_EQUAL_SORT[A39] ...)
Rules: NIL
Warnings:  None
Time:  0.00 seconds (prove: 0.00, print: 0.00, other: 0.00)
 TRS_EQUAL_SORT[A39]
ACL2 !>
For the admission of TRS_EQUAL_SORT[A22] we will use the relation O<
(which is known to be well-founded on the domain recognized by O-P)
and the measure (ACL2-COUNT X0).  The non-trivial part of the measure
conjecture is

Goal
(IMPLIES (AND (AND (TRS_ISSORT[A22] X0)
                   (TRS_ISSORT[A22] X1))
              (NOT (AND (EQ (CAR X0) 'TRS_0)
                        (EQ (CAR X1) 'TRS_0)))
              (NOT (AND (EQ (CAR X0) 'TRS_0)
                        (EQ (CAR X1) 'TRS_S)))
              (NOT (AND (EQ (CAR X0) 'TRS_S)
                        (EQ (CAR X1) 'TRS_0)))
              T)
         (O< (ACL2-COUNT (CADR X0))
             (ACL2-COUNT X0))).

By the simple :definition EQ we reduce the conjecture to

Goal'
(IMPLIES (AND (TRS_ISSORT[A22] X0)
              (TRS_ISSORT[A22] X1)
              (NOT (AND (EQUAL (CAR X0) 'TRS_0)
                        (EQUAL (CAR X1) 'TRS_0)))
              (NOT (AND (EQUAL (CAR X0) 'TRS_0)
                        (EQUAL (CAR X1) 'TRS_S)))
              (NOT (AND (EQUAL (CAR X0) 'TRS_S)
                        (EQUAL (CAR X1) 'TRS_0))))
         (O< (ACL2-COUNT (CADR X0))
             (ACL2-COUNT X0))).

This simplifies, using the :definitions ACL2-COUNT, FIX, O-FINP, O<
and TRS_ISSORT[A22], the :executable-counterparts of ACL2-COUNT and
EQUAL, primitive type reasoning, the :rewrite rules COMMUTATIVITY-OF-+
and UNICITY-OF-0 and the :type-prescription rule ACL2-COUNT, to

Goal''
(IMPLIES (AND (CONSP X0)
              (CONSP (CDR X0))
              (EQUAL 'TRS_S (CAR X0))
              (TRS_ISSORT[A22] (CADR X0))
              (NOT (CDDR X0))
              (TRS_ISSORT[A22] X1)
              (NOT (EQUAL (CAR X1) 'TRS_0)))
         (< (ACL2-COUNT (CADR X0))
            (+ 1 1 (ACL2-COUNT (CADR X0))))).

But simplification reduces this to T, using linear arithmetic, primitive
type reasoning and the :type-prescription rule ACL2-COUNT.

Q.E.D.

That completes the proof of the measure theorem for TRS_EQUAL_SORT[A22].
Thus, we admit this function under the principle of definition.  We
observe that the type of TRS_EQUAL_SORT[A22] is described by the theorem
(AND (CONSP (TRS_EQUAL_SORT[A22] X0 X1))
     (TRUE-LISTP (TRS_EQUAL_SORT[A22] X0 X1))).
We used the :executable-counterpart of EQUAL and primitive type reasoning.

Summary
Form:  ( DEFUN TRS_EQUAL_SORT[A22] ...)
Rules: ((:DEFINITION ACL2-COUNT)
        (:DEFINITION EQ)
        (:DEFINITION FIX)
        (:DEFINITION NOT)
        (:DEFINITION O-FINP)
        (:DEFINITION O<)
        (:DEFINITION TRS_ISSORT[A22])
        (:EXECUTABLE-COUNTERPART ACL2-COUNT)
        (:EXECUTABLE-COUNTERPART EQUAL)
        (:FAKE-RUNE-FOR-LINEAR NIL)
        (:FAKE-RUNE-FOR-TYPE-SET NIL)
        (:REWRITE COMMUTATIVITY-OF-+)
        (:REWRITE UNICITY-OF-0)
        (:TYPE-PRESCRIPTION ACL2-COUNT))
Warnings:  None
Time:  0.01 seconds (prove: 0.01, print: 0.00, other: 0.00)
 TRS_EQUAL_SORT[A22]
ACL2 !>
Since TRS_ISA_FALSE is non-recursive, its admission is trivial.  We
observe that the type of TRS_ISA_FALSE is described by the theorem
(AND (CONSP (TRS_ISA_FALSE X0)) (TRUE-LISTP (TRS_ISA_FALSE X0))). 

Summary
Form:  ( DEFUN TRS_ISA_FALSE ...)
Rules: NIL
Warnings:  None
Time:  0.00 seconds (prove: 0.00, print: 0.00, other: 0.00)
 TRS_ISA_FALSE
ACL2 !>
Since TRS_ISA_TRUE is non-recursive, its admission is trivial.  We
observe that the type of TRS_ISA_TRUE is described by the theorem 
(AND (CONSP (TRS_ISA_TRUE X0)) (TRUE-LISTP (TRS_ISA_TRUE X0))).  

Summary
Form:  ( DEFUN TRS_ISA_TRUE ...)
Rules: NIL
Warnings:  None
Time:  0.01 seconds (prove: 0.00, print: 0.00, other: 0.01)
 TRS_ISA_TRUE
ACL2 !>
Since TRS_NOT is non-recursive, its admission is trivial.  We observe
that the type of TRS_NOT is described by the theorem 
(AND (CONSP (TRS_NOT X0)) (TRUE-LISTP (TRS_NOT X0))).  

Summary
Form:  ( DEFUN TRS_NOT ...)
Rules: NIL
Warnings:  None
Time:  0.00 seconds (prove: 0.00, print: 0.00, other: 0.00)
 TRS_NOT
ACL2 !>
Since TRS_OR is non-recursive, its admission is trivial.  We observe
that the type of TRS_OR is described by the theorem 
(OR (AND (CONSP (TRS_OR X0 X1))
         (TRUE-LISTP (TRS_OR X0 X1)))
    (EQUAL (TRS_OR X0 X1) X1)).

Summary
Form:  ( DEFUN TRS_OR ...)
Rules: NIL
Warnings:  None
Time:  0.00 seconds (prove: 0.00, print: 0.00, other: 0.00)
 TRS_OR
ACL2 !>
Since TRS_AND is non-recursive, its admission is trivial.  We observe
that the type of TRS_AND is described by the theorem 
(OR (AND (CONSP (TRS_AND X0 X1))
         (TRUE-LISTP (TRS_AND X0 X1)))
    (EQUAL (TRS_AND X0 X1) X1)).

Summary
Form:  ( DEFUN TRS_AND ...)
Rules: NIL
Warnings:  None
Time:  0.00 seconds (prove: 0.00, print: 0.00, other: 0.00)
 TRS_AND
ACL2 !>
Since TRS_EQUAL_BOOL is non-recursive, its admission is trivial.  We
observe that the type of TRS_EQUAL_BOOL is described by the theorem
(AND (CONSP (TRS_EQUAL_BOOL X0 X1)) (TRUE-LISTP (TRS_EQUAL_BOOL X0 X1))).
We used the :executable-counterpart of EQUAL and primitive type reasoning.

Summary
Form:  ( DEFUN TRS_EQUAL_BOOL ...)
Rules: ((:EXECUTABLE-COUNTERPART EQUAL)
        (:FAKE-RUNE-FOR-TYPE-SET NIL))
Warnings:  None
Time:  0.00 seconds (prove: 0.00, print: 0.00, other: 0.00)
 TRS_EQUAL_BOOL
ACL2 !>
For the admission of TRS_IF we will use the relation O< (which is known
to be well-founded on the domain recognized by O-P) and the measure
(ACL2-COUNT X1).  The non-trivial part of the measure conjecture is

Goal
(IMPLIES (AND (AND (TRS_ISBOOL X0)
                   (TRS_ISSORT[A22] X1)
                   (TRS_ISSORT[A22] X2))
              (NOT (EQ (CAR X0) 'TRS_FALSE))
              (NOT (AND (EQ (CAR X0) 'TRS_TRUE)
                        (EQ (CAR X1) 'TRS_0)))
              T)
         (O< (ACL2-COUNT (CADR X1))
             (ACL2-COUNT X1))).

By the simple :definitions EQ and TRS_ISBOOL we reduce the conjecture
to

Goal'
(IMPLIES (AND (CONSP X0)
              (COND ((EQUAL 'TRS_TRUE (CAR X0))
                     (EQUAL (CDR X0) NIL))
                    ((EQUAL 'TRS_FALSE (CAR X0))
                     (EQUAL (CDR X0) NIL))
                    (T NIL))
              (TRS_ISSORT[A22] X1)
              (TRS_ISSORT[A22] X2)
              (NOT (EQUAL (CAR X0) 'TRS_FALSE))
              (NOT (AND (EQUAL (CAR X0) 'TRS_TRUE)
                        (EQUAL (CAR X1) 'TRS_0))))
         (O< (ACL2-COUNT (CADR X1))
             (ACL2-COUNT X1))).

This simplifies, using the :definitions ACL2-COUNT, FIX, O-FINP, O<
and TRS_ISSORT[A22], the :executable-counterparts of ACL2-COUNT and
EQUAL, primitive type reasoning, the :rewrite rules COMMUTATIVITY-OF-+
and UNICITY-OF-0 and the :type-prescription rule ACL2-COUNT, to

Goal''
(IMPLIES (AND (CONSP X0)
              (EQUAL 'TRS_TRUE (CAR X0))
              (NOT (CDR X0))
              (CONSP X1)
              (CONSP (CDR X1))
              (EQUAL 'TRS_S (CAR X1))
              (TRS_ISSORT[A22] (CADR X1))
              (NOT (CDDR X1))
              (TRS_ISSORT[A22] X2))
         (< (ACL2-COUNT (CADR X1))
            (+ 1 1 (ACL2-COUNT (CADR X1))))).

But simplification reduces this to T, using linear arithmetic, primitive
type reasoning and the :type-prescription rule ACL2-COUNT.

Q.E.D.

That completes the proof of the measure theorem for TRS_IF.  Thus,
we admit this function under the principle of definition.  We observe
that the type of TRS_IF is described by the theorem 
(AND (CONSP (TRS_IF X0 X1 X2)) (TRUE-LISTP (TRS_IF X0 X1 X2))).  We
used primitive type reasoning.

Summary
Form:  ( DEFUN TRS_IF ...)
Rules: ((:DEFINITION ACL2-COUNT)
        (:DEFINITION EQ)
        (:DEFINITION FIX)
        (:DEFINITION NOT)
        (:DEFINITION O-FINP)
        (:DEFINITION O<)
        (:DEFINITION TRS_ISBOOL)
        (:DEFINITION TRS_ISSORT[A22])
        (:EXECUTABLE-COUNTERPART ACL2-COUNT)
        (:EXECUTABLE-COUNTERPART EQUAL)
        (:FAKE-RUNE-FOR-LINEAR NIL)
        (:FAKE-RUNE-FOR-TYPE-SET NIL)
        (:REWRITE COMMUTATIVITY-OF-+)
        (:REWRITE UNICITY-OF-0)
        (:TYPE-PRESCRIPTION ACL2-COUNT))
Warnings:  None
Time:  0.01 seconds (prove: 0.00, print: 0.01, other: 0.00)
 TRS_IF
ACL2 !>
For the admission of TRS_IFPRIME we will use the relation O< (which
is known to be well-founded on the domain recognized by O-P) and the
measure (ACL2-COUNT X1).  The non-trivial part of the measure conjecture
is

Goal
(IMPLIES (AND (AND (TRS_ISBOOL X0)
                   (TRS_ISSORT[A22] X1)
                   (TRS_ISSORT[A22] X2))
              (NOT (EQ (CAR X0) 'TRS_FALSE))
              (NOT (AND (EQ (CAR X0) 'TRS_TRUE)
                        (EQ (CAR X1) 'TRS_0)))
              T)
         (O< (ACL2-COUNT (CADR X1))
             (ACL2-COUNT X1))).

By the simple :definitions EQ and TRS_ISBOOL we reduce the conjecture
to

Goal'
(IMPLIES (AND (CONSP X0)
              (COND ((EQUAL 'TRS_TRUE (CAR X0))
                     (EQUAL (CDR X0) NIL))
                    ((EQUAL 'TRS_FALSE (CAR X0))
                     (EQUAL (CDR X0) NIL))
                    (T NIL))
              (TRS_ISSORT[A22] X1)
              (TRS_ISSORT[A22] X2)
              (NOT (EQUAL (CAR X0) 'TRS_FALSE))
              (NOT (AND (EQUAL (CAR X0) 'TRS_TRUE)
                        (EQUAL (CAR X1) 'TRS_0))))
         (O< (ACL2-COUNT (CADR X1))
             (ACL2-COUNT X1))).

This simplifies, using the :definitions ACL2-COUNT, FIX, O-FINP, O<
and TRS_ISSORT[A22], the :executable-counterparts of ACL2-COUNT and
EQUAL, primitive type reasoning, the :rewrite rules COMMUTATIVITY-OF-+
and UNICITY-OF-0 and the :type-prescription rule ACL2-COUNT, to

Goal''
(IMPLIES (AND (CONSP X0)
              (EQUAL 'TRS_TRUE (CAR X0))
              (NOT (CDR X0))
              (CONSP X1)
              (CONSP (CDR X1))
              (EQUAL 'TRS_S (CAR X1))
              (TRS_ISSORT[A22] (CADR X1))
              (NOT (CDDR X1))
              (TRS_ISSORT[A22] X2))
         (< (ACL2-COUNT (CADR X1))
            (+ 1 1 (ACL2-COUNT (CADR X1))))).

But simplification reduces this to T, using linear arithmetic, primitive
type reasoning and the :type-prescription rule ACL2-COUNT.

Q.E.D.

That completes the proof of the measure theorem for TRS_IFPRIME.  Thus,
we admit this function under the principle of definition.  We observe
that the type of TRS_IFPRIME is described by the theorem 
(AND (CONSP (TRS_IFPRIME X0 X1 X2)) (TRUE-LISTP (TRS_IFPRIME X0 X1 X2))).

Summary
Form:  ( DEFUN TRS_IFPRIME ...)
Rules: ((:DEFINITION ACL2-COUNT)
        (:DEFINITION EQ)
        (:DEFINITION FIX)
        (:DEFINITION NOT)
        (:DEFINITION O-FINP)
        (:DEFINITION O<)
        (:DEFINITION TRS_ISBOOL)
        (:DEFINITION TRS_ISSORT[A22])
        (:EXECUTABLE-COUNTERPART ACL2-COUNT)
        (:EXECUTABLE-COUNTERPART EQUAL)
        (:FAKE-RUNE-FOR-LINEAR NIL)
        (:FAKE-RUNE-FOR-TYPE-SET NIL)
        (:REWRITE COMMUTATIVITY-OF-+)
        (:REWRITE UNICITY-OF-0)
        (:TYPE-PRESCRIPTION ACL2-COUNT))
Warnings:  None
Time:  0.01 seconds (prove: 0.01, print: 0.00, other: 0.00)
 TRS_IFPRIME
ACL2 !>
For the admission of TRS_MINUS we will use the relation O< (which is
known to be well-founded on the domain recognized by O-P) and the measure
(ACL2-COUNT X0).  The non-trivial part of the measure conjecture is

Goal
(IMPLIES (AND (AND (TRS_ISSORT[A22] X0)
                   (TRS_ISSORT[A22] X1))
              (NOT (EQ (CAR X0) 'TRS_0))
              (AND (EQ (CAR X0) 'TRS_S)
                   (EQ (TRS_EQUAL_BOOL (TRS_GT (LIST 'TRS_S (CADR X0)) X1)
                                       '(TRS_TRUE))
                       '(TRS_TRUE))))
         (O< (ACL2-COUNT (CADR X0))
             (ACL2-COUNT X0))).

By the simple :definition EQ we reduce the conjecture to

Goal'
(IMPLIES (AND (TRS_ISSORT[A22] X0)
              (TRS_ISSORT[A22] X1)
              (NOT (EQUAL (CAR X0) 'TRS_0))
              (EQUAL (CAR X0) 'TRS_S)
              (EQUAL (TRS_EQUAL_BOOL (TRS_GT (LIST 'TRS_S (CADR X0)) X1)
                                     '(TRS_TRUE))
                     '(TRS_TRUE)))
         (O< (ACL2-COUNT (CADR X0))
             (ACL2-COUNT X0))).

This simplifies, using the :definitions ACL2-COUNT, FIX, O-FINP, O<,
TRS_GT and TRS_ISSORT[A22], the :executable-counterparts of ACL2-COUNT
and EQUAL, primitive type reasoning, the :rewrite rules CAR-CONS, CDR-CONS,
COMMUTATIVITY-OF-+ and UNICITY-OF-0 and the :type-prescription rules
ACL2-COUNT and TRS_ISSORT[A22], to the following three conjectures.

Subgoal 3
(IMPLIES (AND (CONSP X0)
              (CONSP (CDR X0))
              (TRS_ISSORT[A22] (CADR X0))
              (NOT (CDDR X0))
              (TRS_ISSORT[A22] X1)
              (EQUAL (CAR X0) 'TRS_S)
              (EQUAL (CAR X1) 'TRS_0)
              (EQUAL (TRS_EQUAL_BOOL '(TRS_TRUE) '(TRS_TRUE))
                     '(TRS_TRUE)))
         (< (ACL2-COUNT (CADR X0))
            (+ 1 1 (ACL2-COUNT (CADR X0))))).

By the :executable-counterparts of EQUAL and TRS_EQUAL_BOOL we reduce
the conjecture to

Subgoal 3'
(IMPLIES (AND (CONSP X0)
              (CONSP (CDR X0))
              (TRS_ISSORT[A22] (CADR X0))
              (NOT (CDDR X0))
              (TRS_ISSORT[A22] X1)
              (EQUAL (CAR X0) 'TRS_S)
              (EQUAL (CAR X1) 'TRS_0))
         (< (ACL2-COUNT (CADR X0))
            (+ 1 1 (ACL2-COUNT (CADR X0))))).

But simplification reduces this to T, using linear arithmetic, primitive
type reasoning and the :type-prescription rule ACL2-COUNT.

Subgoal 2
(IMPLIES (AND (CONSP X0)
              (CONSP (CDR X0))
              (TRS_ISSORT[A22] (CADR X0))
              (NOT (CDDR X0))
              (TRS_ISSORT[A22] X1)
              (EQUAL (CAR X0) 'TRS_S)
              (NOT (EQUAL (CAR X1) 'TRS_0))
              (NOT (EQUAL (CAR X1) 'TRS_S))
              (EQUAL (TRS_EQUAL_BOOL '(TRS_FALSE)
                                     '(TRS_TRUE))
                     '(TRS_TRUE)))
         (< (ACL2-COUNT (CADR X0))
            (+ 1 1 (ACL2-COUNT (CADR X0))))).

But we reduce the conjecture to T, by the :executable-counterparts
of EQUAL and TRS_EQUAL_BOOL.

Subgoal 1
(IMPLIES (AND (CONSP X0)
              (CONSP (CDR X0))
              (TRS_ISSORT[A22] (CADR X0))
              (NOT (CDDR X0))
              (TRS_ISSORT[A22] X1)
              (EQUAL (CAR X0) 'TRS_S)
              (EQUAL (CAR X1) 'TRS_S)
              (EQUAL (TRS_EQUAL_BOOL (TRS_GT (CADR X0) (CADR X1))
                                     '(TRS_TRUE))
                     '(TRS_TRUE)))
         (< (ACL2-COUNT (CADR X0))
            (+ 1 1 (ACL2-COUNT (CADR X0))))).

But simplification reduces this to T, using linear arithmetic, primitive
type reasoning and the :type-prescription rule ACL2-COUNT.

Q.E.D.

That completes the proof of the measure theorem for TRS_MINUS.  Thus,
we admit this function under the principle of definition.  We observe
that the type of TRS_MINUS is described by the theorem 
(AND (CONSP (TRS_MINUS X0 X1)) (TRUE-LISTP (TRS_MINUS X0 X1))).  We
used primitive type reasoning.

Summary
Form:  ( DEFUN TRS_MINUS ...)
Rules: ((:DEFINITION ACL2-COUNT)
        (:DEFINITION EQ)
        (:DEFINITION FIX)
        (:DEFINITION NOT)
        (:DEFINITION O-FINP)
        (:DEFINITION O<)
        (:DEFINITION TRS_GT)
        (:DEFINITION TRS_ISSORT[A22])
        (:EXECUTABLE-COUNTERPART ACL2-COUNT)
        (:EXECUTABLE-COUNTERPART EQUAL)
        (:EXECUTABLE-COUNTERPART NOT)
        (:EXECUTABLE-COUNTERPART TRS_EQUAL_BOOL)
        (:FAKE-RUNE-FOR-LINEAR NIL)
        (:FAKE-RUNE-FOR-TYPE-SET NIL)
        (:REWRITE CAR-CONS)
        (:REWRITE CDR-CONS)
        (:REWRITE COMMUTATIVITY-OF-+)
        (:REWRITE UNICITY-OF-0)
        (:TYPE-PRESCRIPTION ACL2-COUNT)
        (:TYPE-PRESCRIPTION TRS_ISSORT[A22]))
Warnings:  None
Time:  0.02 seconds (prove: 0.01, print: 0.00, other: 0.01)
 TRS_MINUS
ACL2 !>
For the admission of TRS_MINUSPRIME we will use the relation O< (which
is known to be well-founded on the domain recognized by O-P) and the
measure (ACL2-COUNT X0).  The non-trivial part of the measure conjecture
is

Goal
(IMPLIES (AND (AND (TRS_ISSORT[A22] X0)
                   (TRS_ISSORT[A22] X1))
              (NOT (EQ (CAR X0) 'TRS_0))
              (AND (EQ (CAR X0) 'TRS_S)
                   (EQ (TRS_EQUAL_BOOL (TRS_GT (LIST 'TRS_S (CADR X0)) X1)
                                       '(TRS_TRUE))
                       '(TRS_TRUE))))
         (O< (ACL2-COUNT (CADR X0))
             (ACL2-COUNT X0))).

By the simple :definition EQ we reduce the conjecture to

Goal'
(IMPLIES (AND (TRS_ISSORT[A22] X0)
              (TRS_ISSORT[A22] X1)
              (NOT (EQUAL (CAR X0) 'TRS_0))
              (EQUAL (CAR X0) 'TRS_S)
              (EQUAL (TRS_EQUAL_BOOL (TRS_GT (LIST 'TRS_S (CADR X0)) X1)
                                     '(TRS_TRUE))
                     '(TRS_TRUE)))
         (O< (ACL2-COUNT (CADR X0))
             (ACL2-COUNT X0))).

This simplifies, using the :definitions ACL2-COUNT, FIX, O-FINP, O<,
TRS_GT and TRS_ISSORT[A22], the :executable-counterparts of ACL2-COUNT
and EQUAL, primitive type reasoning, the :rewrite rules CAR-CONS, CDR-CONS,
COMMUTATIVITY-OF-+ and UNICITY-OF-0 and the :type-prescription rules
ACL2-COUNT and TRS_ISSORT[A22], to the following three conjectures.

Subgoal 3
(IMPLIES (AND (CONSP X0)
              (CONSP (CDR X0))
              (TRS_ISSORT[A22] (CADR X0))
              (NOT (CDDR X0))
              (TRS_ISSORT[A22] X1)
              (EQUAL (CAR X0) 'TRS_S)
              (EQUAL (CAR X1) 'TRS_0)
              (EQUAL (TRS_EQUAL_BOOL '(TRS_TRUE) '(TRS_TRUE))
                     '(TRS_TRUE)))
         (< (ACL2-COUNT (CADR X0))
            (+ 1 1 (ACL2-COUNT (CADR X0))))).

By the :executable-counterparts of EQUAL and TRS_EQUAL_BOOL we reduce
the conjecture to

Subgoal 3'
(IMPLIES (AND (CONSP X0)
              (CONSP (CDR X0))
              (TRS_ISSORT[A22] (CADR X0))
              (NOT (CDDR X0))
              (TRS_ISSORT[A22] X1)
              (EQUAL (CAR X0) 'TRS_S)
              (EQUAL (CAR X1) 'TRS_0))
         (< (ACL2-COUNT (CADR X0))
            (+ 1 1 (ACL2-COUNT (CADR X0))))).

But simplification reduces this to T, using linear arithmetic, primitive
type reasoning and the :type-prescription rule ACL2-COUNT.

Subgoal 2
(IMPLIES (AND (CONSP X0)
              (CONSP (CDR X0))
              (TRS_ISSORT[A22] (CADR X0))
              (NOT (CDDR X0))
              (TRS_ISSORT[A22] X1)
              (EQUAL (CAR X0) 'TRS_S)
              (NOT (EQUAL (CAR X1) 'TRS_0))
              (NOT (EQUAL (CAR X1) 'TRS_S))
              (EQUAL (TRS_EQUAL_BOOL '(TRS_FALSE)
                                     '(TRS_TRUE))
                     '(TRS_TRUE)))
         (< (ACL2-COUNT (CADR X0))
            (+ 1 1 (ACL2-COUNT (CADR X0))))).

But we reduce the conjecture to T, by the :executable-counterparts
of EQUAL and TRS_EQUAL_BOOL.

Subgoal 1
(IMPLIES (AND (CONSP X0)
              (CONSP (CDR X0))
              (TRS_ISSORT[A22] (CADR X0))
              (NOT (CDDR X0))
              (TRS_ISSORT[A22] X1)
              (EQUAL (CAR X0) 'TRS_S)
              (EQUAL (CAR X1) 'TRS_S)
              (EQUAL (TRS_EQUAL_BOOL (TRS_GT (CADR X0) (CADR X1))
                                     '(TRS_TRUE))
                     '(TRS_TRUE)))
         (< (ACL2-COUNT (CADR X0))
            (+ 1 1 (ACL2-COUNT (CADR X0))))).

But simplification reduces this to T, using linear arithmetic, primitive
type reasoning and the :type-prescription rule ACL2-COUNT.

Q.E.D.

That completes the proof of the measure theorem for TRS_MINUSPRIME.
Thus, we admit this function under the principle of definition.  We
observe that the type of TRS_MINUSPRIME is described by the theorem
(AND (CONSP (TRS_MINUSPRIME X0 X1)) (TRUE-LISTP (TRS_MINUSPRIME X0 X1))).

Summary
Form:  ( DEFUN TRS_MINUSPRIME ...)
Rules: ((:DEFINITION ACL2-COUNT)
        (:DEFINITION EQ)
        (:DEFINITION FIX)
        (:DEFINITION NOT)
        (:DEFINITION O-FINP)
        (:DEFINITION O<)
        (:DEFINITION TRS_GT)
        (:DEFINITION TRS_ISSORT[A22])
        (:EXECUTABLE-COUNTERPART ACL2-COUNT)
        (:EXECUTABLE-COUNTERPART EQUAL)
        (:EXECUTABLE-COUNTERPART NOT)
        (:EXECUTABLE-COUNTERPART TRS_EQUAL_BOOL)
        (:FAKE-RUNE-FOR-LINEAR NIL)
        (:FAKE-RUNE-FOR-TYPE-SET NIL)
        (:REWRITE CAR-CONS)
        (:REWRITE CDR-CONS)
        (:REWRITE COMMUTATIVITY-OF-+)
        (:REWRITE UNICITY-OF-0)
        (:TYPE-PRESCRIPTION ACL2-COUNT)
        (:TYPE-PRESCRIPTION TRS_ISSORT[A22]))
Warnings:  None
Time:  0.01 seconds (prove: 0.01, print: 0.00, other: 0.00)
 TRS_MINUSPRIME
ACL2 !>
By the simple :definition EQ we reduce the conjecture to

Goal'
(IMPLIES (AND (TRS_ISSORT[A22] TRS_Z0)
              (TRS_ISSORT[A22] TRS_Z1))
         (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z0 TRS_Z1)
                             TRS_Z0 (LIST 'TRS_S TRS_Z1))
                '(TRS_TRUE))).

Name the formula above *1.

Perhaps we can prove *1 by induction.  Four induction schemes are suggested
by this conjecture.  These merge into one derived induction scheme.

We will induct according to a scheme suggested by 
(TRS_IFPRIME (TRS_GT TRS_Z0 TRS_Z1) TRS_Z0 (CONS 'TRS_S (CONS TRS_Z1 'NIL))),
but modified to accommodate (TRS_ISSORT[A22] TRS_Z1) and 
(TRS_GT TRS_Z0 TRS_Z1).  These suggestions were produced using the
:induction rules TRS_GT, TRS_IFPRIME and TRS_ISSORT[A22].  If we let
(:P TRS_Z0 TRS_Z1) denote *1 above then the induction scheme we'll
use is
(AND (IMPLIES (NOT (AND (TRS_ISBOOL (TRS_GT TRS_Z0 TRS_Z1))
                        (TRS_ISSORT[A22] TRS_Z0)
                        (TRS_ISSORT[A22] (LIST 'TRS_S TRS_Z1))))
              (:P TRS_Z0 TRS_Z1))
     (IMPLIES (AND (AND (TRS_ISBOOL (TRS_GT TRS_Z0 TRS_Z1))
                        (TRS_ISSORT[A22] TRS_Z0)
                        (TRS_ISSORT[A22] (LIST 'TRS_S TRS_Z1)))
                   (NOT (EQ (CAR (TRS_GT TRS_Z0 TRS_Z1))
                            'TRS_FALSE))
                   (NOT (AND (EQ (CAR (TRS_GT TRS_Z0 TRS_Z1))
                                 'TRS_TRUE)
                             (EQ (CAR TRS_Z0) 'TRS_0)))
                   T (:P (CADR TRS_Z0) (CADR TRS_Z1)))
              (:P TRS_Z0 TRS_Z1))
     (IMPLIES (AND (AND (TRS_ISBOOL (TRS_GT TRS_Z0 TRS_Z1))
                        (TRS_ISSORT[A22] TRS_Z0)
                        (TRS_ISSORT[A22] (LIST 'TRS_S TRS_Z1)))
                   (NOT (EQ (CAR (TRS_GT TRS_Z0 TRS_Z1))
                            'TRS_FALSE))
                   (AND (EQ (CAR (TRS_GT TRS_Z0 TRS_Z1))
                            'TRS_TRUE)
                        (EQ (CAR TRS_Z0) 'TRS_0)))
              (:P TRS_Z0 TRS_Z1))
     (IMPLIES (AND (AND (TRS_ISBOOL (TRS_GT TRS_Z0 TRS_Z1))
                        (TRS_ISSORT[A22] TRS_Z0)
                        (TRS_ISSORT[A22] (LIST 'TRS_S TRS_Z1)))
                   (EQ (CAR (TRS_GT TRS_Z0 TRS_Z1))
                       'TRS_FALSE))
              (:P TRS_Z0 TRS_Z1))).
This induction is justified by the same argument used to admit TRS_IFPRIME.
Note, however, that the unmeasured variable TRS_Z1 is being instantiated.
When applied to the goal at hand the above induction scheme produces
six nontautological subgoals.

Subgoal *1/6
(IMPLIES (AND (NOT (AND (TRS_ISBOOL (TRS_GT TRS_Z0 TRS_Z1))
                        (TRS_ISSORT[A22] TRS_Z0)
                        (TRS_ISSORT[A22] (LIST 'TRS_S TRS_Z1))))
              (TRS_ISSORT[A22] TRS_Z0)
              (TRS_ISSORT[A22] TRS_Z1))
         (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z0 TRS_Z1)
                             TRS_Z0 (LIST 'TRS_S TRS_Z1))
                '(TRS_TRUE))).

This simplifies, using the :definitions TRS_GT, TRS_IFPRIME and 
TRS_ISSORT[A22], the :executable-counterparts of CAR, EQUAL and TRS_ISBOOL,
primitive type reasoning, the :rewrite rules CAR-CONS and CDR-CONS
and the :type-prescription rules TRS_ISBOOL and TRS_ISSORT[A22], to
the following two conjectures.

Subgoal *1/6.2
(IMPLIES (AND (EQUAL (CAR TRS_Z0) 'TRS_S)
              (EQUAL (CAR TRS_Z1) 'TRS_0)
              (NOT (TRS_ISBOOL '(TRS_TRUE)))
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (CONSP TRS_Z1)
              (NOT (CDR TRS_Z1)))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0 (LIST 'TRS_S TRS_Z1))
                '(TRS_TRUE))).

But we reduce the conjecture to T, by the :executable-counterpart of
TRS_ISBOOL.

Subgoal *1/6.1
(IMPLIES (AND (EQUAL (CAR TRS_Z0) 'TRS_S)
              (EQUAL (CAR TRS_Z1) 'TRS_S)
              (NOT (TRS_ISBOOL (TRS_GT (CADR TRS_Z0) (CADR TRS_Z1))))
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (CONSP TRS_Z1)
              (CONSP (CDR TRS_Z1))
              (TRS_ISSORT[A22] (CADR TRS_Z1))
              (NOT (CDDR TRS_Z1)))
         (EQUAL (TRS_IFPRIME (TRS_GT (CADR TRS_Z0) (CADR TRS_Z1))
                             TRS_Z0 (LIST 'TRS_S TRS_Z1))
                '(TRS_TRUE))).

But simplification reduces this to T, using the :definitions TRS_IFPRIME
and TRS_ISBOOL, the :executable-counterpart of EQUAL, primitive type
reasoning and the :type-prescription rule TRS_GT.

Subgoal *1/5
(IMPLIES (AND (AND (TRS_ISBOOL (TRS_GT TRS_Z0 TRS_Z1))
                   (TRS_ISSORT[A22] TRS_Z0)
                   (TRS_ISSORT[A22] (LIST 'TRS_S TRS_Z1)))
              (NOT (EQ (CAR (TRS_GT TRS_Z0 TRS_Z1))
                       'TRS_FALSE))
              (NOT (AND (EQ (CAR (TRS_GT TRS_Z0 TRS_Z1))
                            'TRS_TRUE)
                        (EQ (CAR TRS_Z0) 'TRS_0)))
              T
              (EQUAL (TRS_IFPRIME (TRS_GT (CADR TRS_Z0) (CADR TRS_Z1))
                                  (CADR TRS_Z0)
                                  (LIST 'TRS_S (CADR TRS_Z1)))
                     '(TRS_TRUE))
              (TRS_ISSORT[A22] TRS_Z0)
              (TRS_ISSORT[A22] TRS_Z1))
         (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z0 TRS_Z1)
                             TRS_Z0 (LIST 'TRS_S TRS_Z1))
                '(TRS_TRUE))).

By the simple :definitions EQ and TRS_ISBOOL we reduce the conjecture
to

Subgoal *1/5'
(IMPLIES (AND (CONSP (TRS_GT TRS_Z0 TRS_Z1))
              (COND ((EQUAL 'TRS_TRUE
                            (CAR (TRS_GT TRS_Z0 TRS_Z1)))
                     (EQUAL (CDR (TRS_GT TRS_Z0 TRS_Z1))
                            NIL))
                    ((EQUAL 'TRS_FALSE
                            (CAR (TRS_GT TRS_Z0 TRS_Z1)))
                     (EQUAL (CDR (TRS_GT TRS_Z0 TRS_Z1))
                            NIL))
                    (T NIL))
              (TRS_ISSORT[A22] TRS_Z0)
              (TRS_ISSORT[A22] (LIST 'TRS_S TRS_Z1))
              (NOT (EQUAL (CAR (TRS_GT TRS_Z0 TRS_Z1))
                          'TRS_FALSE))
              (NOT (AND (EQUAL (CAR (TRS_GT TRS_Z0 TRS_Z1))
                               'TRS_TRUE)
                        (EQUAL (CAR TRS_Z0) 'TRS_0)))
              (EQUAL (TRS_IFPRIME (TRS_GT (CADR TRS_Z0) (CADR TRS_Z1))
                                  (CADR TRS_Z0)
                                  (LIST 'TRS_S (CADR TRS_Z1)))
                     '(TRS_TRUE))
              (TRS_ISSORT[A22] TRS_Z1))
         (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z0 TRS_Z1)
                             TRS_Z0 (LIST 'TRS_S TRS_Z1))
                '(TRS_TRUE))).

This simplifies, using the :definitions TRS_GT and TRS_ISSORT[A22],
the :executable-counterparts of CAR and EQUAL, primitive type reasoning,
the :rewrite rules CAR-CONS and CDR-CONS and the :type-prescription
rules TRS_GT and TRS_ISSORT[A22], to the following thirteen conjectures.

Subgoal *1/5.13
(IMPLIES (AND (CONSP TRS_Z1)
              (EQUAL 'TRS_0 (CAR TRS_Z1))
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (EQUAL (TRS_IFPRIME (TRS_GT (CADR TRS_Z0) (CADR TRS_Z1))
                                  (CADR TRS_Z0)
                                  (LIST 'TRS_S (CADR TRS_Z1)))
                     '(TRS_TRUE))
              (NOT (CDR TRS_Z1)))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0 (LIST 'TRS_S TRS_Z1))
                '(TRS_TRUE))).

This simplifies, using the :definitions TRS_GT and TRS_IFPRIME, the
:executable-counterparts of CAR, CONS, EQUAL, TRS_ISBOOL and TRS_ISSORT[A22]
and the :type-prescription rule TRS_ISSORT[A22], to

Subgoal *1/5.13'
(IMPLIES (AND (CONSP TRS_Z1)
              (EQUAL 'TRS_0 (CAR TRS_Z1))
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (NOT (CDR TRS_Z1)))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0 (LIST 'TRS_S TRS_Z1))
                '(TRS_TRUE))).

The destructor terms (CAR TRS_Z1) and (CDR TRS_Z1) can be eliminated
by using CAR-CDR-ELIM to replace TRS_Z1 by (CONS TRS_Z2 TRS_Z3), 
(CAR TRS_Z1) by TRS_Z2 and (CDR TRS_Z1) by TRS_Z3 and restrict the
type of the new variable TRS_Z2 to be that of the term it replaces.
This produces the following goal.

Subgoal *1/5.13''
(IMPLIES (AND (SYMBOLP TRS_Z2)
              (NOT (EQUAL TRS_Z2 T))
              (NOT (EQUAL TRS_Z2 NIL))
              (CONSP (CONS TRS_Z2 TRS_Z3))
              (EQUAL 'TRS_0 TRS_Z2)
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (NOT TRS_Z3))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0
                             (LIST 'TRS_S (CONS TRS_Z2 TRS_Z3)))
                '(TRS_TRUE))).

By case analysis we reduce the conjecture to

Subgoal *1/5.13'''
(IMPLIES (AND (SYMBOLP TRS_Z2)
              (NOT (EQUAL TRS_Z2 T))
              TRS_Z2 (CONSP (CONS TRS_Z2 TRS_Z3))
              (EQUAL 'TRS_0 TRS_Z2)
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (NOT TRS_Z3))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0
                             (LIST 'TRS_S (CONS TRS_Z2 TRS_Z3)))
                '(TRS_TRUE))).

This simplifies, using the :executable-counterparts of CONS, CONSP,
EQUAL, NOT and SYMBOLP, to

Subgoal *1/5.13'4'
(IMPLIES (AND (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0)))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

The destructor terms (CAR TRS_Z0) and (CDR TRS_Z0) can be eliminated.
Furthermore, those terms are at the root of a chain of two rounds of
destructor elimination. (1) Use CAR-CDR-ELIM to replace TRS_Z0 by 
(CONS TRS_Z1 TRS_Z2), (CAR TRS_Z0) by TRS_Z1 and (CDR TRS_Z0) by TRS_Z2
and restrict the type of the new variable TRS_Z1 to be that of the
term it replaces.  (2) Use CAR-CDR-ELIM, again, to replace TRS_Z2 by
(CONS TRS_Z3 TRS_Z4), (CAR TRS_Z2) by TRS_Z3 and (CDR TRS_Z2) by TRS_Z4.
  These steps produce the following goal.

Subgoal *1/5.13'5'
(IMPLIES (AND (CONSP (CONS TRS_Z3 TRS_Z4))
              (SYMBOLP TRS_Z1)
              (NOT (EQUAL TRS_Z1 T))
              (NOT (EQUAL TRS_Z1 NIL))
              (CONSP (LIST* TRS_Z1 TRS_Z3 TRS_Z4))
              (EQUAL 'TRS_S TRS_Z1)
              (TRS_ISSORT[A22] TRS_Z3)
              (NOT TRS_Z4))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             (LIST* TRS_Z1 TRS_Z3 TRS_Z4)
                             '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

By case analysis we reduce the conjecture to

Subgoal *1/5.13'6'
(IMPLIES (AND (CONSP (CONS TRS_Z3 TRS_Z4))
              (SYMBOLP TRS_Z1)
              (NOT (EQUAL TRS_Z1 T))
              TRS_Z1
              (CONSP (LIST* TRS_Z1 TRS_Z3 TRS_Z4))
              (EQUAL 'TRS_S TRS_Z1)
              (TRS_ISSORT[A22] TRS_Z3)
              (NOT TRS_Z4))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             (LIST* TRS_Z1 TRS_Z3 TRS_Z4)
                             '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

This simplifies, using the :definitions TRS_GT, TRS_IFPRIME and 
TRS_ISSORT[A22], the :executable-counterparts of CAR, CDR, EQUAL, NOT,
SYMBOLP, TRS_ISBOOL and TRS_ISSORT[A22], primitive type reasoning,
the :rewrite rules CAR-CONS and CDR-CONS and the :type-prescription
rule TRS_ISSORT[A22], to the following two conjectures.

Subgoal *1/5.13.2
(IMPLIES (AND (TRS_ISSORT[A22] TRS_Z3)
              (EQUAL (CAR TRS_Z3) 'TRS_S))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z3 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

Name the formula above *1.1.

Subgoal *1/5.13.1
(IMPLIES (AND (TRS_ISSORT[A22] TRS_Z3)
              (NOT (EQUAL (CAR TRS_Z3) 'TRS_S)))
         (EQUAL (TRS_IFPRIME '(TRS_FALSE)
                             TRS_Z3 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

But simplification reduces this to T, using the :definitions TRS_IFPRIME
and TRS_ISSORT[A22], the :executable-counterparts of CAR, EQUAL, TRS_ISBOOL
and TRS_ISSORT[A22] and primitive type reasoning.

Subgoal *1/5.12
(IMPLIES (AND (CONSP TRS_Z1)
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (EQUAL (TRS_IFPRIME (TRS_GT (CADR TRS_Z0) (CADR TRS_Z1))
                                  (CADR TRS_Z0)
                                  (LIST 'TRS_S (CADR TRS_Z1)))
                     '(TRS_TRUE))
              (EQUAL 'TRS_0 (CAR TRS_Z1))
              (NOT (CDR TRS_Z1)))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0 (LIST 'TRS_S TRS_Z1))
                '(TRS_TRUE))).

This simplifies, using the :definitions TRS_GT and TRS_IFPRIME, the
:executable-counterparts of CAR, CONS, EQUAL, TRS_ISBOOL and TRS_ISSORT[A22]
and the :type-prescription rule TRS_ISSORT[A22], to

Subgoal *1/5.12'
(IMPLIES (AND (CONSP TRS_Z1)
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (EQUAL 'TRS_0 (CAR TRS_Z1))
              (NOT (CDR TRS_Z1)))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0 (LIST 'TRS_S TRS_Z1))
                '(TRS_TRUE))).

The destructor terms (CAR TRS_Z1) and (CDR TRS_Z1) can be eliminated
by using CAR-CDR-ELIM to replace TRS_Z1 by (CONS TRS_Z2 TRS_Z3), 
(CAR TRS_Z1) by TRS_Z2 and (CDR TRS_Z1) by TRS_Z3 and restrict the
type of the new variable TRS_Z2 to be that of the term it replaces.
This produces the following goal.

Subgoal *1/5.12''
(IMPLIES (AND (SYMBOLP TRS_Z2)
              (NOT (EQUAL TRS_Z2 T))
              (NOT (EQUAL TRS_Z2 NIL))
              (CONSP (CONS TRS_Z2 TRS_Z3))
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (EQUAL 'TRS_0 TRS_Z2)
              (NOT TRS_Z3))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0
                             (LIST 'TRS_S (CONS TRS_Z2 TRS_Z3)))
                '(TRS_TRUE))).

By case analysis we reduce the conjecture to

Subgoal *1/5.12'''
(IMPLIES (AND (SYMBOLP TRS_Z2)
              (NOT (EQUAL TRS_Z2 T))
              TRS_Z2 (CONSP (CONS TRS_Z2 TRS_Z3))
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (EQUAL 'TRS_0 TRS_Z2)
              (NOT TRS_Z3))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0
                             (LIST 'TRS_S (CONS TRS_Z2 TRS_Z3)))
                '(TRS_TRUE))).

This simplifies, using the :executable-counterparts of CONS, CONSP,
EQUAL, NOT and SYMBOLP, to

Subgoal *1/5.12'4'
(IMPLIES (AND (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0)))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

The destructor terms (CAR TRS_Z0) and (CDR TRS_Z0) can be eliminated.
Furthermore, those terms are at the root of a chain of two rounds of
destructor elimination. (1) Use CAR-CDR-ELIM to replace TRS_Z0 by 
(CONS TRS_Z1 TRS_Z2), (CAR TRS_Z0) by TRS_Z1 and (CDR TRS_Z0) by TRS_Z2
and restrict the type of the new variable TRS_Z1 to be that of the
term it replaces.  (2) Use CAR-CDR-ELIM, again, to replace TRS_Z2 by
(CONS TRS_Z3 TRS_Z4), (CAR TRS_Z2) by TRS_Z3 and (CDR TRS_Z2) by TRS_Z4.
  These steps produce the following goal.

Subgoal *1/5.12'5'
(IMPLIES (AND (CONSP (CONS TRS_Z3 TRS_Z4))
              (SYMBOLP TRS_Z1)
              (NOT (EQUAL TRS_Z1 T))
              (NOT (EQUAL TRS_Z1 NIL))
              (CONSP (LIST* TRS_Z1 TRS_Z3 TRS_Z4))
              (EQUAL 'TRS_S TRS_Z1)
              (TRS_ISSORT[A22] TRS_Z3)
              (NOT TRS_Z4))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             (LIST* TRS_Z1 TRS_Z3 TRS_Z4)
                             '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

By case analysis we reduce the conjecture to

Subgoal *1/5.12'6'
(IMPLIES (AND (CONSP (CONS TRS_Z3 TRS_Z4))
              (SYMBOLP TRS_Z1)
              (NOT (EQUAL TRS_Z1 T))
              TRS_Z1
              (CONSP (LIST* TRS_Z1 TRS_Z3 TRS_Z4))
              (EQUAL 'TRS_S TRS_Z1)
              (TRS_ISSORT[A22] TRS_Z3)
              (NOT TRS_Z4))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             (LIST* TRS_Z1 TRS_Z3 TRS_Z4)
                             '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

This simplifies, using the :definitions TRS_GT, TRS_IFPRIME and 
TRS_ISSORT[A22], the :executable-counterparts of CAR, CDR, EQUAL, NOT,
SYMBOLP, TRS_ISBOOL and TRS_ISSORT[A22], primitive type reasoning,
the :rewrite rules CAR-CONS and CDR-CONS and the :type-prescription
rule TRS_ISSORT[A22], to the following two conjectures.

Subgoal *1/5.12.2
(IMPLIES (AND (TRS_ISSORT[A22] TRS_Z3)
              (EQUAL (CAR TRS_Z3) 'TRS_S))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z3 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

Name the formula above *1.2.

Subgoal *1/5.12.1
(IMPLIES (AND (TRS_ISSORT[A22] TRS_Z3)
              (NOT (EQUAL (CAR TRS_Z3) 'TRS_S)))
         (EQUAL (TRS_IFPRIME '(TRS_FALSE)
                             TRS_Z3 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

But simplification reduces this to T, using the :definitions TRS_IFPRIME
and TRS_ISSORT[A22], the :executable-counterparts of CAR, EQUAL, TRS_ISBOOL
and TRS_ISSORT[A22] and primitive type reasoning.

Subgoal *1/5.11
(IMPLIES (AND (CONSP TRS_Z1)
              (NOT (CONSP (CDR TRS_Z1)))
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (EQUAL (TRS_IFPRIME (TRS_GT (CADR TRS_Z0) (CADR TRS_Z1))
                                  (CADR TRS_Z0)
                                  (LIST 'TRS_S (CADR TRS_Z1)))
                     '(TRS_TRUE))
              (EQUAL 'TRS_0 (CAR TRS_Z1))
              (NOT (CDR TRS_Z1)))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0 (LIST 'TRS_S TRS_Z1))
                '(TRS_TRUE))).

This simplifies, using the :definitions TRS_GT and TRS_IFPRIME, the
:executable-counterparts of CAR, CONS, CONSP, EQUAL, TRS_ISBOOL and
TRS_ISSORT[A22] and the :type-prescription rule TRS_ISSORT[A22], to

Subgoal *1/5.11'
(IMPLIES (AND (CONSP TRS_Z1)
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (EQUAL 'TRS_0 (CAR TRS_Z1))
              (NOT (CDR TRS_Z1)))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0 (LIST 'TRS_S TRS_Z1))
                '(TRS_TRUE))).

The destructor terms (CAR TRS_Z1) and (CDR TRS_Z1) can be eliminated
by using CAR-CDR-ELIM to replace TRS_Z1 by (CONS TRS_Z2 TRS_Z3), 
(CAR TRS_Z1) by TRS_Z2 and (CDR TRS_Z1) by TRS_Z3 and restrict the
type of the new variable TRS_Z2 to be that of the term it replaces.
This produces the following goal.

Subgoal *1/5.11''
(IMPLIES (AND (SYMBOLP TRS_Z2)
              (NOT (EQUAL TRS_Z2 T))
              (NOT (EQUAL TRS_Z2 NIL))
              (CONSP (CONS TRS_Z2 TRS_Z3))
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (EQUAL 'TRS_0 TRS_Z2)
              (NOT TRS_Z3))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0
                             (LIST 'TRS_S (CONS TRS_Z2 TRS_Z3)))
                '(TRS_TRUE))).

By case analysis we reduce the conjecture to

Subgoal *1/5.11'''
(IMPLIES (AND (SYMBOLP TRS_Z2)
              (NOT (EQUAL TRS_Z2 T))
              TRS_Z2 (CONSP (CONS TRS_Z2 TRS_Z3))
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (EQUAL 'TRS_0 TRS_Z2)
              (NOT TRS_Z3))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0
                             (LIST 'TRS_S (CONS TRS_Z2 TRS_Z3)))
                '(TRS_TRUE))).

This simplifies, using the :executable-counterparts of CONS, CONSP,
EQUAL, NOT and SYMBOLP, to

Subgoal *1/5.11'4'
(IMPLIES (AND (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0)))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

The destructor terms (CAR TRS_Z0) and (CDR TRS_Z0) can be eliminated.
Furthermore, those terms are at the root of a chain of two rounds of
destructor elimination. (1) Use CAR-CDR-ELIM to replace TRS_Z0 by 
(CONS TRS_Z1 TRS_Z2), (CAR TRS_Z0) by TRS_Z1 and (CDR TRS_Z0) by TRS_Z2
and restrict the type of the new variable TRS_Z1 to be that of the
term it replaces.  (2) Use CAR-CDR-ELIM, again, to replace TRS_Z2 by
(CONS TRS_Z3 TRS_Z4), (CAR TRS_Z2) by TRS_Z3 and (CDR TRS_Z2) by TRS_Z4.
  These steps produce the following goal.

Subgoal *1/5.11'5'
(IMPLIES (AND (CONSP (CONS TRS_Z3 TRS_Z4))
              (SYMBOLP TRS_Z1)
              (NOT (EQUAL TRS_Z1 T))
              (NOT (EQUAL TRS_Z1 NIL))
              (CONSP (LIST* TRS_Z1 TRS_Z3 TRS_Z4))
              (EQUAL 'TRS_S TRS_Z1)
              (TRS_ISSORT[A22] TRS_Z3)
              (NOT TRS_Z4))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             (LIST* TRS_Z1 TRS_Z3 TRS_Z4)
                             '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

By case analysis we reduce the conjecture to

Subgoal *1/5.11'6'
(IMPLIES (AND (CONSP (CONS TRS_Z3 TRS_Z4))
              (SYMBOLP TRS_Z1)
              (NOT (EQUAL TRS_Z1 T))
              TRS_Z1
              (CONSP (LIST* TRS_Z1 TRS_Z3 TRS_Z4))
              (EQUAL 'TRS_S TRS_Z1)
              (TRS_ISSORT[A22] TRS_Z3)
              (NOT TRS_Z4))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             (LIST* TRS_Z1 TRS_Z3 TRS_Z4)
                             '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

This simplifies, using the :definitions TRS_GT, TRS_IFPRIME and 
TRS_ISSORT[A22], the :executable-counterparts of CAR, CDR, EQUAL, NOT,
SYMBOLP, TRS_ISBOOL and TRS_ISSORT[A22], primitive type reasoning,
the :rewrite rules CAR-CONS and CDR-CONS and the :type-prescription
rule TRS_ISSORT[A22], to the following two conjectures.

Subgoal *1/5.11.2
(IMPLIES (AND (TRS_ISSORT[A22] TRS_Z3)
              (EQUAL (CAR TRS_Z3) 'TRS_S))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z3 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

Name the formula above *1.3.

Subgoal *1/5.11.1
(IMPLIES (AND (TRS_ISSORT[A22] TRS_Z3)
              (NOT (EQUAL (CAR TRS_Z3) 'TRS_S)))
         (EQUAL (TRS_IFPRIME '(TRS_FALSE)
                             TRS_Z3 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

But simplification reduces this to T, using the :definitions TRS_IFPRIME
and TRS_ISSORT[A22], the :executable-counterparts of CAR, EQUAL, TRS_ISBOOL
and TRS_ISSORT[A22] and primitive type reasoning.

Subgoal *1/5.10
(IMPLIES (AND (CONSP TRS_Z1)
              (NOT (TRS_ISSORT[A22] (CADR TRS_Z1)))
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (EQUAL (TRS_IFPRIME (TRS_GT (CADR TRS_Z0) (CADR TRS_Z1))
                                  (CADR TRS_Z0)
                                  (LIST 'TRS_S (CADR TRS_Z1)))
                     '(TRS_TRUE))
              (EQUAL 'TRS_0 (CAR TRS_Z1))
              (NOT (CDR TRS_Z1)))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0 (LIST 'TRS_S TRS_Z1))
                '(TRS_TRUE))).

This simplifies, using the :definitions TRS_GT and TRS_IFPRIME, the
:executable-counterparts of CAR, CONS, EQUAL, TRS_ISBOOL and TRS_ISSORT[A22]
and the :type-prescription rule TRS_ISSORT[A22], to

Subgoal *1/5.10'
(IMPLIES (AND (CONSP TRS_Z1)
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (EQUAL 'TRS_0 (CAR TRS_Z1))
              (NOT (CDR TRS_Z1)))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0 (LIST 'TRS_S TRS_Z1))
                '(TRS_TRUE))).

The destructor terms (CAR TRS_Z1) and (CDR TRS_Z1) can be eliminated
by using CAR-CDR-ELIM to replace TRS_Z1 by (CONS TRS_Z2 TRS_Z3), 
(CAR TRS_Z1) by TRS_Z2 and (CDR TRS_Z1) by TRS_Z3 and restrict the
type of the new variable TRS_Z2 to be that of the term it replaces.
This produces the following goal.

Subgoal *1/5.10''
(IMPLIES (AND (SYMBOLP TRS_Z2)
              (NOT (EQUAL TRS_Z2 T))
              (NOT (EQUAL TRS_Z2 NIL))
              (CONSP (CONS TRS_Z2 TRS_Z3))
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (EQUAL 'TRS_0 TRS_Z2)
              (NOT TRS_Z3))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0
                             (LIST 'TRS_S (CONS TRS_Z2 TRS_Z3)))
                '(TRS_TRUE))).

By case analysis we reduce the conjecture to

Subgoal *1/5.10'''
(IMPLIES (AND (SYMBOLP TRS_Z2)
              (NOT (EQUAL TRS_Z2 T))
              TRS_Z2 (CONSP (CONS TRS_Z2 TRS_Z3))
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (EQUAL 'TRS_0 TRS_Z2)
              (NOT TRS_Z3))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0
                             (LIST 'TRS_S (CONS TRS_Z2 TRS_Z3)))
                '(TRS_TRUE))).

This simplifies, using the :executable-counterparts of CONS, CONSP,
EQUAL, NOT and SYMBOLP, to

Subgoal *1/5.10'4'
(IMPLIES (AND (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0)))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

The destructor terms (CAR TRS_Z0) and (CDR TRS_Z0) can be eliminated.
Furthermore, those terms are at the root of a chain of two rounds of
destructor elimination. (1) Use CAR-CDR-ELIM to replace TRS_Z0 by 
(CONS TRS_Z1 TRS_Z2), (CAR TRS_Z0) by TRS_Z1 and (CDR TRS_Z0) by TRS_Z2
and restrict the type of the new variable TRS_Z1 to be that of the
term it replaces.  (2) Use CAR-CDR-ELIM, again, to replace TRS_Z2 by
(CONS TRS_Z3 TRS_Z4), (CAR TRS_Z2) by TRS_Z3 and (CDR TRS_Z2) by TRS_Z4.
  These steps produce the following goal.

Subgoal *1/5.10'5'
(IMPLIES (AND (CONSP (CONS TRS_Z3 TRS_Z4))
              (SYMBOLP TRS_Z1)
              (NOT (EQUAL TRS_Z1 T))
              (NOT (EQUAL TRS_Z1 NIL))
              (CONSP (LIST* TRS_Z1 TRS_Z3 TRS_Z4))
              (EQUAL 'TRS_S TRS_Z1)
              (TRS_ISSORT[A22] TRS_Z3)
              (NOT TRS_Z4))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             (LIST* TRS_Z1 TRS_Z3 TRS_Z4)
                             '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

By case analysis we reduce the conjecture to

Subgoal *1/5.10'6'
(IMPLIES (AND (CONSP (CONS TRS_Z3 TRS_Z4))
              (SYMBOLP TRS_Z1)
              (NOT (EQUAL TRS_Z1 T))
              TRS_Z1
              (CONSP (LIST* TRS_Z1 TRS_Z3 TRS_Z4))
              (EQUAL 'TRS_S TRS_Z1)
              (TRS_ISSORT[A22] TRS_Z3)
              (NOT TRS_Z4))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             (LIST* TRS_Z1 TRS_Z3 TRS_Z4)
                             '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

This simplifies, using the :definitions TRS_GT, TRS_IFPRIME and 
TRS_ISSORT[A22], the :executable-counterparts of CAR, CDR, EQUAL, NOT,
SYMBOLP, TRS_ISBOOL and TRS_ISSORT[A22], primitive type reasoning,
the :rewrite rules CAR-CONS and CDR-CONS and the :type-prescription
rule TRS_ISSORT[A22], to the following two conjectures.

Subgoal *1/5.10.2
(IMPLIES (AND (TRS_ISSORT[A22] TRS_Z3)
              (EQUAL (CAR TRS_Z3) 'TRS_S))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z3 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

Name the formula above *1.4.

Subgoal *1/5.10.1
(IMPLIES (AND (TRS_ISSORT[A22] TRS_Z3)
              (NOT (EQUAL (CAR TRS_Z3) 'TRS_S)))
         (EQUAL (TRS_IFPRIME '(TRS_FALSE)
                             TRS_Z3 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

But simplification reduces this to T, using the :definitions TRS_IFPRIME
and TRS_ISSORT[A22], the :executable-counterparts of CAR, EQUAL, TRS_ISBOOL
and TRS_ISSORT[A22] and primitive type reasoning.

Subgoal *1/5.9
(IMPLIES (AND (CONSP TRS_Z1)
              (EQUAL 'TRS_TRUE
                     (CAR (TRS_GT (CADR TRS_Z0) (CADR TRS_Z1))))
              (NOT (CDR (TRS_GT (CADR TRS_Z0) (CADR TRS_Z1))))
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (EQUAL 'TRS_0 (CAR TRS_Z1))
              (EQUAL (TRS_IFPRIME (TRS_GT (CADR TRS_Z0) (CADR TRS_Z1))
                                  (CADR TRS_Z0)
                                  (LIST 'TRS_S (CADR TRS_Z1)))
                     '(TRS_TRUE))
              (NOT (CDR TRS_Z1)))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0 (LIST 'TRS_S TRS_Z1))
                '(TRS_TRUE))).

This simplifies, using the :definitions TRS_GT and TRS_IFPRIME, the
:executable-counterparts of CAR, CDR, CONS, EQUAL, TRS_ISBOOL and 
TRS_ISSORT[A22] and the :type-prescription rule TRS_ISSORT[A22], to

Subgoal *1/5.9'
(IMPLIES (AND (CONSP TRS_Z1)
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (EQUAL 'TRS_0 (CAR TRS_Z1))
              (NOT (CDR TRS_Z1)))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0 (LIST 'TRS_S TRS_Z1))
                '(TRS_TRUE))).

The destructor terms (CAR TRS_Z1) and (CDR TRS_Z1) can be eliminated
by using CAR-CDR-ELIM to replace TRS_Z1 by (CONS TRS_Z2 TRS_Z3), 
(CAR TRS_Z1) by TRS_Z2 and (CDR TRS_Z1) by TRS_Z3 and restrict the
type of the new variable TRS_Z2 to be that of the term it replaces.
This produces the following goal.

Subgoal *1/5.9''
(IMPLIES (AND (SYMBOLP TRS_Z2)
              (NOT (EQUAL TRS_Z2 T))
              (NOT (EQUAL TRS_Z2 NIL))
              (CONSP (CONS TRS_Z2 TRS_Z3))
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (EQUAL 'TRS_0 TRS_Z2)
              (NOT TRS_Z3))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0
                             (LIST 'TRS_S (CONS TRS_Z2 TRS_Z3)))
                '(TRS_TRUE))).

By case analysis we reduce the conjecture to

Subgoal *1/5.9'''
(IMPLIES (AND (SYMBOLP TRS_Z2)
              (NOT (EQUAL TRS_Z2 T))
              TRS_Z2 (CONSP (CONS TRS_Z2 TRS_Z3))
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (EQUAL 'TRS_0 TRS_Z2)
              (NOT TRS_Z3))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0
                             (LIST 'TRS_S (CONS TRS_Z2 TRS_Z3)))
                '(TRS_TRUE))).

This simplifies, using the :executable-counterparts of CONS, CONSP,
EQUAL, NOT and SYMBOLP, to

Subgoal *1/5.9'4'
(IMPLIES (AND (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0)))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

The destructor terms (CAR TRS_Z0) and (CDR TRS_Z0) can be eliminated.
Furthermore, those terms are at the root of a chain of two rounds of
destructor elimination. (1) Use CAR-CDR-ELIM to replace TRS_Z0 by 
(CONS TRS_Z1 TRS_Z2), (CAR TRS_Z0) by TRS_Z1 and (CDR TRS_Z0) by TRS_Z2
and restrict the type of the new variable TRS_Z1 to be that of the
term it replaces.  (2) Use CAR-CDR-ELIM, again, to replace TRS_Z2 by
(CONS TRS_Z3 TRS_Z4), (CAR TRS_Z2) by TRS_Z3 and (CDR TRS_Z2) by TRS_Z4.
  These steps produce the following goal.

Subgoal *1/5.9'5'
(IMPLIES (AND (CONSP (CONS TRS_Z3 TRS_Z4))
              (SYMBOLP TRS_Z1)
              (NOT (EQUAL TRS_Z1 T))
              (NOT (EQUAL TRS_Z1 NIL))
              (CONSP (LIST* TRS_Z1 TRS_Z3 TRS_Z4))
              (EQUAL 'TRS_S TRS_Z1)
              (TRS_ISSORT[A22] TRS_Z3)
              (NOT TRS_Z4))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             (LIST* TRS_Z1 TRS_Z3 TRS_Z4)
                             '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

By case analysis we reduce the conjecture to

Subgoal *1/5.9'6'
(IMPLIES (AND (CONSP (CONS TRS_Z3 TRS_Z4))
              (SYMBOLP TRS_Z1)
              (NOT (EQUAL TRS_Z1 T))
              TRS_Z1
              (CONSP (LIST* TRS_Z1 TRS_Z3 TRS_Z4))
              (EQUAL 'TRS_S TRS_Z1)
              (TRS_ISSORT[A22] TRS_Z3)
              (NOT TRS_Z4))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             (LIST* TRS_Z1 TRS_Z3 TRS_Z4)
                             '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

This simplifies, using the :definitions TRS_GT, TRS_IFPRIME and 
TRS_ISSORT[A22], the :executable-counterparts of CAR, CDR, EQUAL, NOT,
SYMBOLP, TRS_ISBOOL and TRS_ISSORT[A22], primitive type reasoning,
the :rewrite rules CAR-CONS and CDR-CONS and the :type-prescription
rule TRS_ISSORT[A22], to the following two conjectures.

Subgoal *1/5.9.2
(IMPLIES (AND (TRS_ISSORT[A22] TRS_Z3)
              (EQUAL (CAR TRS_Z3) 'TRS_S))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z3 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

Name the formula above *1.5.

Subgoal *1/5.9.1
(IMPLIES (AND (TRS_ISSORT[A22] TRS_Z3)
              (NOT (EQUAL (CAR TRS_Z3) 'TRS_S)))
         (EQUAL (TRS_IFPRIME '(TRS_FALSE)
                             TRS_Z3 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

But simplification reduces this to T, using the :definitions TRS_IFPRIME
and TRS_ISSORT[A22], the :executable-counterparts of CAR, EQUAL, TRS_ISBOOL
and TRS_ISSORT[A22] and primitive type reasoning.

Subgoal *1/5.8
(IMPLIES (AND (CONSP TRS_Z1)
              (EQUAL 'TRS_TRUE
                     (CAR (TRS_GT (CADR TRS_Z0) (CADR TRS_Z1))))
              (NOT (CDR (TRS_GT (CADR TRS_Z0) (CADR TRS_Z1))))
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (EQUAL (TRS_IFPRIME (TRS_GT (CADR TRS_Z0) (CADR TRS_Z1))
                                  (CADR TRS_Z0)
                                  (LIST 'TRS_S (CADR TRS_Z1)))
                     '(TRS_TRUE))
              (CONSP (CDR TRS_Z1))
              (EQUAL 'TRS_S (CAR TRS_Z1))
              (TRS_ISSORT[A22] (CADR TRS_Z1))
              (NOT (CDDR TRS_Z1)))
         (EQUAL (TRS_IFPRIME (TRS_GT (CADR TRS_Z0) (CADR TRS_Z1))
                             TRS_Z0 (LIST 'TRS_S TRS_Z1))
                '(TRS_TRUE))).

The destructor terms (CAR TRS_Z1) and (CDR TRS_Z1) can be eliminated.
Furthermore, those terms are at the root of a chain of two rounds of
destructor elimination. (1) Use CAR-CDR-ELIM to replace TRS_Z1 by 
(CONS TRS_Z2 TRS_Z3), (CAR TRS_Z1) by TRS_Z2 and (CDR TRS_Z1) by TRS_Z3
and restrict the type of the new variable TRS_Z2 to be that of the
term it replaces.  (2) Use CAR-CDR-ELIM, again, to replace TRS_Z3 by
(CONS TRS_Z4 TRS_Z5), (CAR TRS_Z3) by TRS_Z4 and (CDR TRS_Z3) by TRS_Z5.
  These steps produce the following goal.

Subgoal *1/5.8'
(IMPLIES (AND (CONSP (CONS TRS_Z4 TRS_Z5))
              (SYMBOLP TRS_Z2)
              (NOT (EQUAL TRS_Z2 T))
              (NOT (EQUAL TRS_Z2 NIL))
              (CONSP (LIST* TRS_Z2 TRS_Z4 TRS_Z5))
              (EQUAL 'TRS_TRUE
                     (CAR (TRS_GT (CADR TRS_Z0) TRS_Z4)))
              (NOT (CDR (TRS_GT (CADR TRS_Z0) TRS_Z4)))
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (EQUAL (TRS_IFPRIME (TRS_GT (CADR TRS_Z0) TRS_Z4)
                                  (CADR TRS_Z0)
                                  (LIST 'TRS_S TRS_Z4))
                     '(TRS_TRUE))
              (EQUAL 'TRS_S TRS_Z2)
              (TRS_ISSORT[A22] TRS_Z4)
              (NOT TRS_Z5))
         (EQUAL (TRS_IFPRIME (TRS_GT (CADR TRS_Z0) TRS_Z4)
                             TRS_Z0
                             (LIST 'TRS_S
                                   (LIST* TRS_Z2 TRS_Z4 TRS_Z5)))
                '(TRS_TRUE))).

By case analysis we reduce the conjecture to

Subgoal *1/5.8''
(IMPLIES (AND (CONSP (CONS TRS_Z4 TRS_Z5))
              (SYMBOLP TRS_Z2)
              (NOT (EQUAL TRS_Z2 T))
              TRS_Z2
              (CONSP (LIST* TRS_Z2 TRS_Z4 TRS_Z5))
              (EQUAL 'TRS_TRUE
                     (CAR (TRS_GT (CADR TRS_Z0) TRS_Z4)))
              (NOT (CDR (TRS_GT (CADR TRS_Z0) TRS_Z4)))
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (EQUAL (TRS_IFPRIME (TRS_GT (CADR TRS_Z0) TRS_Z4)
                                  (CADR TRS_Z0)
                                  (LIST 'TRS_S TRS_Z4))
                     '(TRS_TRUE))
              (EQUAL 'TRS_S TRS_Z2)
              (TRS_ISSORT[A22] TRS_Z4)
              (NOT TRS_Z5))
         (EQUAL (TRS_IFPRIME (TRS_GT (CADR TRS_Z0) TRS_Z4)
                             TRS_Z0
                             (LIST 'TRS_S
                                   (LIST* TRS_Z2 TRS_Z4 TRS_Z5)))
                '(TRS_TRUE))).

This simplifies, using the :executable-counterparts of EQUAL, NOT and
SYMBOLP and primitive type reasoning, to

Subgoal *1/5.8'''
(IMPLIES (AND (EQUAL 'TRS_TRUE
                     (CAR (TRS_GT (CADR TRS_Z0) TRS_Z4)))
              (NOT (CDR (TRS_GT (CADR TRS_Z0) TRS_Z4)))
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (EQUAL (TRS_IFPRIME (TRS_GT (CADR TRS_Z0) TRS_Z4)
                                  (CADR TRS_Z0)
                                  (LIST 'TRS_S TRS_Z4))
                     '(TRS_TRUE))
              (TRS_ISSORT[A22] TRS_Z4))
         (EQUAL (TRS_IFPRIME (TRS_GT (CADR TRS_Z0) TRS_Z4)
                             TRS_Z0
                             (LIST 'TRS_S (LIST 'TRS_S TRS_Z4)))
                '(TRS_TRUE))).

The destructor terms (CAR TRS_Z0) and (CDR TRS_Z0) can be eliminated.
Furthermore, those terms are at the root of a chain of two rounds of
destructor elimination. (1) Use CAR-CDR-ELIM to replace TRS_Z0 by 
(CONS TRS_Z1 TRS_Z2), (CAR TRS_Z0) by TRS_Z1 and (CDR TRS_Z0) by TRS_Z2
and restrict the type of the new variable TRS_Z1 to be that of the
term it replaces.  (2) Use CAR-CDR-ELIM, again, to replace TRS_Z2 by
(CONS TRS_Z3 TRS_Z5), (CAR TRS_Z2) by TRS_Z3 and (CDR TRS_Z2) by TRS_Z5.
  These steps produce the following goal.

Subgoal *1/5.8'4'
(IMPLIES (AND (CONSP (CONS TRS_Z3 TRS_Z5))
              (SYMBOLP TRS_Z1)
              (NOT (EQUAL TRS_Z1 T))
              (NOT (EQUAL TRS_Z1 NIL))
              (CONSP (LIST* TRS_Z1 TRS_Z3 TRS_Z5))
              (EQUAL 'TRS_TRUE
                     (CAR (TRS_GT TRS_Z3 TRS_Z4)))
              (NOT (CDR (TRS_GT TRS_Z3 TRS_Z4)))
              (EQUAL 'TRS_S TRS_Z1)
              (TRS_ISSORT[A22] TRS_Z3)
              (NOT TRS_Z5)
              (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z3 TRS_Z4)
                                  TRS_Z3 (LIST 'TRS_S TRS_Z4))
                     '(TRS_TRUE))
              (TRS_ISSORT[A22] TRS_Z4))
         (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z3 TRS_Z4)
                             (LIST* TRS_Z1 TRS_Z3 TRS_Z5)
                             (LIST 'TRS_S (LIST 'TRS_S TRS_Z4)))
                '(TRS_TRUE))).

By case analysis we reduce the conjecture to

Subgoal *1/5.8'5'
(IMPLIES (AND (CONSP (CONS TRS_Z3 TRS_Z5))
              (SYMBOLP TRS_Z1)
              (NOT (EQUAL TRS_Z1 T))
              TRS_Z1
              (CONSP (LIST* TRS_Z1 TRS_Z3 TRS_Z5))
              (EQUAL 'TRS_TRUE
                     (CAR (TRS_GT TRS_Z3 TRS_Z4)))
              (NOT (CDR (TRS_GT TRS_Z3 TRS_Z4)))
              (EQUAL 'TRS_S TRS_Z1)
              (TRS_ISSORT[A22] TRS_Z3)
              (NOT TRS_Z5)
              (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z3 TRS_Z4)
                                  TRS_Z3 (LIST 'TRS_S TRS_Z4))
                     '(TRS_TRUE))
              (TRS_ISSORT[A22] TRS_Z4))
         (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z3 TRS_Z4)
                             (LIST* TRS_Z1 TRS_Z3 TRS_Z5)
                             (LIST 'TRS_S (LIST 'TRS_S TRS_Z4)))
                '(TRS_TRUE))).

This simplifies, using the :definitions TRS_GT, TRS_IFPRIME, TRS_ISBOOL
and TRS_ISSORT[A22], the :executable-counterparts of EQUAL, NOT and
SYMBOLP, primitive type reasoning, the :rewrite rules CAR-CONS and
CDR-CONS and the :type-prescription rules TRS_GT and TRS_ISSORT[A22],
to

Subgoal *1/5.8'6'
(IMPLIES (AND (EQUAL 'TRS_TRUE
                     (CAR (TRS_GT TRS_Z3 TRS_Z4)))
              (NOT (CDR (TRS_GT TRS_Z3 TRS_Z4)))
              (TRS_ISSORT[A22] TRS_Z3)
              (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z3 TRS_Z4)
                                  TRS_Z3 (LIST 'TRS_S TRS_Z4))
                     '(TRS_TRUE))
              (TRS_ISSORT[A22] TRS_Z4))
         (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4))
                             TRS_Z3
                             (LIST 'TRS_S (LIST 'TRS_S TRS_Z4)))
                '(TRS_TRUE))).

We generalize this conjecture, replacing (TRS_GT TRS_Z3 TRS_Z4) by
L and restricting the type of the new variable L to be that of the
term it replaces, as established by TRS_GT.  This produces

Subgoal *1/5.8'7'
(IMPLIES (AND (CONSP L)
              (TRUE-LISTP L)
              (EQUAL 'TRS_TRUE (CAR L))
              (NOT (CDR L))
              (TRS_ISSORT[A22] TRS_Z3)
              (EQUAL (TRS_IFPRIME L TRS_Z3 (LIST 'TRS_S TRS_Z4))
                     '(TRS_TRUE))
              (TRS_ISSORT[A22] TRS_Z4))
         (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4))
                             TRS_Z3
                             (LIST 'TRS_S (LIST 'TRS_S TRS_Z4)))
                '(TRS_TRUE))).

This simplifies, using the :definition TRUE-LISTP and the :executable-
counterpart of TRUE-LISTP, to

Subgoal *1/5.8'8'
(IMPLIES (AND (CONSP L)
              (EQUAL 'TRS_TRUE (CAR L))
              (NOT (CDR L))
              (TRS_ISSORT[A22] TRS_Z3)
              (EQUAL (TRS_IFPRIME L TRS_Z3 (LIST 'TRS_S TRS_Z4))
                     '(TRS_TRUE))
              (TRS_ISSORT[A22] TRS_Z4))
         (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4))
                             TRS_Z3
                             (LIST 'TRS_S (LIST 'TRS_S TRS_Z4)))
                '(TRS_TRUE))).

The destructor terms (CAR L) and (CDR L) can be eliminated by using
CAR-CDR-ELIM to replace L by (CONS L1 L2), (CAR L) by L1 and (CDR L)
by L2 and restrict the type of the new variable L1 to be that of the
term it replaces.  This produces the following goal.

Subgoal *1/5.8'9'
(IMPLIES (AND (SYMBOLP L1)
              (NOT (EQUAL L1 T))
              (NOT (EQUAL L1 NIL))
              (CONSP (CONS L1 L2))
              (EQUAL 'TRS_TRUE L1)
              (NOT L2)
              (TRS_ISSORT[A22] TRS_Z3)
              (EQUAL (TRS_IFPRIME (CONS L1 L2)
                                  TRS_Z3 (LIST 'TRS_S TRS_Z4))
                     '(TRS_TRUE))
              (TRS_ISSORT[A22] TRS_Z4))
         (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4))
                             TRS_Z3
                             (LIST 'TRS_S (LIST 'TRS_S TRS_Z4)))
                '(TRS_TRUE))).

By case analysis we reduce the conjecture to

Subgoal *1/5.8'10'
(IMPLIES (AND (SYMBOLP L1)
              (NOT (EQUAL L1 T))
              L1 (CONSP (CONS L1 L2))
              (EQUAL 'TRS_TRUE L1)
              (NOT L2)
              (TRS_ISSORT[A22] TRS_Z3)
              (EQUAL (TRS_IFPRIME (CONS L1 L2)
                                  TRS_Z3 (LIST 'TRS_S TRS_Z4))
                     '(TRS_TRUE))
              (TRS_ISSORT[A22] TRS_Z4))
         (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4))
                             TRS_Z3
                             (LIST 'TRS_S (LIST 'TRS_S TRS_Z4)))
                '(TRS_TRUE))).

This simplifies, using the :executable-counterparts of CONS, CONSP,
EQUAL, NOT and SYMBOLP, to

Subgoal *1/5.8'11'
(IMPLIES (AND (TRS_ISSORT[A22] TRS_Z3)
              (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                                  TRS_Z3 (LIST 'TRS_S TRS_Z4))
                     '(TRS_TRUE))
              (TRS_ISSORT[A22] TRS_Z4))
         (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4))
                             TRS_Z3
                             (LIST 'TRS_S (LIST 'TRS_S TRS_Z4)))
                '(TRS_TRUE))).

Name the formula above *1.6.

Subgoal *1/5.7
(IMPLIES (AND (CONSP TRS_Z1)
              (EQUAL 'TRS_TRUE
                     (CAR (TRS_GT (CADR TRS_Z0) (CADR TRS_Z1))))
              (NOT (CDR (TRS_GT (CADR TRS_Z0) (CADR TRS_Z1))))
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (NOT (CONSP (CDR TRS_Z1)))
              (EQUAL (TRS_IFPRIME (TRS_GT (CADR TRS_Z0) (CADR TRS_Z1))
                                  (CADR TRS_Z0)
                                  (LIST 'TRS_S (CADR TRS_Z1)))
                     '(TRS_TRUE))
              (EQUAL 'TRS_0 (CAR TRS_Z1))
              (NOT (CDR TRS_Z1)))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0 (LIST 'TRS_S TRS_Z1))
                '(TRS_TRUE))).

This simplifies, using the :definitions TRS_GT and TRS_IFPRIME, the
:executable-counterparts of CAR, CDR, CONS, CONSP, EQUAL, TRS_ISBOOL
and TRS_ISSORT[A22] and the :type-prescription rule TRS_ISSORT[A22],
to

Subgoal *1/5.7'
(IMPLIES (AND (CONSP TRS_Z1)
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (EQUAL 'TRS_0 (CAR TRS_Z1))
              (NOT (CDR TRS_Z1)))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0 (LIST 'TRS_S TRS_Z1))
                '(TRS_TRUE))).

The destructor terms (CAR TRS_Z1) and (CDR TRS_Z1) can be eliminated
by using CAR-CDR-ELIM to replace TRS_Z1 by (CONS TRS_Z2 TRS_Z3), 
(CAR TRS_Z1) by TRS_Z2 and (CDR TRS_Z1) by TRS_Z3 and restrict the
type of the new variable TRS_Z2 to be that of the term it replaces.
This produces the following goal.

Subgoal *1/5.7''
(IMPLIES (AND (SYMBOLP TRS_Z2)
              (NOT (EQUAL TRS_Z2 T))
              (NOT (EQUAL TRS_Z2 NIL))
              (CONSP (CONS TRS_Z2 TRS_Z3))
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (EQUAL 'TRS_0 TRS_Z2)
              (NOT TRS_Z3))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0
                             (LIST 'TRS_S (CONS TRS_Z2 TRS_Z3)))
                '(TRS_TRUE))).

By case analysis we reduce the conjecture to

Subgoal *1/5.7'''
(IMPLIES (AND (SYMBOLP TRS_Z2)
              (NOT (EQUAL TRS_Z2 T))
              TRS_Z2 (CONSP (CONS TRS_Z2 TRS_Z3))
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (EQUAL 'TRS_0 TRS_Z2)
              (NOT TRS_Z3))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0
                             (LIST 'TRS_S (CONS TRS_Z2 TRS_Z3)))
                '(TRS_TRUE))).

This simplifies, using the :executable-counterparts of CONS, CONSP,
EQUAL, NOT and SYMBOLP, to

Subgoal *1/5.7'4'
(IMPLIES (AND (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0)))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

The destructor terms (CAR TRS_Z0) and (CDR TRS_Z0) can be eliminated.
Furthermore, those terms are at the root of a chain of two rounds of
destructor elimination. (1) Use CAR-CDR-ELIM to replace TRS_Z0 by 
(CONS TRS_Z1 TRS_Z2), (CAR TRS_Z0) by TRS_Z1 and (CDR TRS_Z0) by TRS_Z2
and restrict the type of the new variable TRS_Z1 to be that of the
term it replaces.  (2) Use CAR-CDR-ELIM, again, to replace TRS_Z2 by
(CONS TRS_Z3 TRS_Z4), (CAR TRS_Z2) by TRS_Z3 and (CDR TRS_Z2) by TRS_Z4.
  These steps produce the following goal.

Subgoal *1/5.7'5'
(IMPLIES (AND (CONSP (CONS TRS_Z3 TRS_Z4))
              (SYMBOLP TRS_Z1)
              (NOT (EQUAL TRS_Z1 T))
              (NOT (EQUAL TRS_Z1 NIL))
              (CONSP (LIST* TRS_Z1 TRS_Z3 TRS_Z4))
              (EQUAL 'TRS_S TRS_Z1)
              (TRS_ISSORT[A22] TRS_Z3)
              (NOT TRS_Z4))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             (LIST* TRS_Z1 TRS_Z3 TRS_Z4)
                             '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

By case analysis we reduce the conjecture to

Subgoal *1/5.7'6'
(IMPLIES (AND (CONSP (CONS TRS_Z3 TRS_Z4))
              (SYMBOLP TRS_Z1)
              (NOT (EQUAL TRS_Z1 T))
              TRS_Z1
              (CONSP (LIST* TRS_Z1 TRS_Z3 TRS_Z4))
              (EQUAL 'TRS_S TRS_Z1)
              (TRS_ISSORT[A22] TRS_Z3)
              (NOT TRS_Z4))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             (LIST* TRS_Z1 TRS_Z3 TRS_Z4)
                             '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

This simplifies, using the :definitions TRS_GT, TRS_IFPRIME and 
TRS_ISSORT[A22], the :executable-counterparts of CAR, CDR, EQUAL, NOT,
SYMBOLP, TRS_ISBOOL and TRS_ISSORT[A22], primitive type reasoning,
the :rewrite rules CAR-CONS and CDR-CONS and the :type-prescription
rule TRS_ISSORT[A22], to the following two conjectures.

Subgoal *1/5.7.2
(IMPLIES (AND (TRS_ISSORT[A22] TRS_Z3)
              (EQUAL (CAR TRS_Z3) 'TRS_S))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z3 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

Name the formula above *1.7.

Subgoal *1/5.7.1
(IMPLIES (AND (TRS_ISSORT[A22] TRS_Z3)
              (NOT (EQUAL (CAR TRS_Z3) 'TRS_S)))
         (EQUAL (TRS_IFPRIME '(TRS_FALSE)
                             TRS_Z3 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

But simplification reduces this to T, using the :definitions TRS_IFPRIME
and TRS_ISSORT[A22], the :executable-counterparts of CAR, EQUAL, TRS_ISBOOL
and TRS_ISSORT[A22] and primitive type reasoning.

Subgoal *1/5.6
(IMPLIES (AND (CONSP TRS_Z1)
              (EQUAL 'TRS_TRUE
                     (CAR (TRS_GT (CADR TRS_Z0) (CADR TRS_Z1))))
              (NOT (CDR (TRS_GT (CADR TRS_Z0) (CADR TRS_Z1))))
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (EQUAL (TRS_IFPRIME (TRS_GT (CADR TRS_Z0) (CADR TRS_Z1))
                                  (CADR TRS_Z0)
                                  (LIST 'TRS_S (CADR TRS_Z1)))
                     '(TRS_TRUE))
              (EQUAL 'TRS_0 (CAR TRS_Z1))
              (NOT (CDR TRS_Z1)))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0 (LIST 'TRS_S TRS_Z1))
                '(TRS_TRUE))).

This simplifies, using the :definitions TRS_GT and TRS_IFPRIME, the
:executable-counterparts of CAR, CDR, CONS, EQUAL, TRS_ISBOOL and 
TRS_ISSORT[A22] and the :type-prescription rule TRS_ISSORT[A22], to

Subgoal *1/5.6'
(IMPLIES (AND (CONSP TRS_Z1)
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (EQUAL 'TRS_0 (CAR TRS_Z1))
              (NOT (CDR TRS_Z1)))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0 (LIST 'TRS_S TRS_Z1))
                '(TRS_TRUE))).

The destructor terms (CAR TRS_Z1) and (CDR TRS_Z1) can be eliminated
by using CAR-CDR-ELIM to replace TRS_Z1 by (CONS TRS_Z2 TRS_Z3), 
(CAR TRS_Z1) by TRS_Z2 and (CDR TRS_Z1) by TRS_Z3 and restrict the
type of the new variable TRS_Z2 to be that of the term it replaces.
This produces the following goal.

Subgoal *1/5.6''
(IMPLIES (AND (SYMBOLP TRS_Z2)
              (NOT (EQUAL TRS_Z2 T))
              (NOT (EQUAL TRS_Z2 NIL))
              (CONSP (CONS TRS_Z2 TRS_Z3))
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (EQUAL 'TRS_0 TRS_Z2)
              (NOT TRS_Z3))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0
                             (LIST 'TRS_S (CONS TRS_Z2 TRS_Z3)))
                '(TRS_TRUE))).

By case analysis we reduce the conjecture to

Subgoal *1/5.6'''
(IMPLIES (AND (SYMBOLP TRS_Z2)
              (NOT (EQUAL TRS_Z2 T))
              TRS_Z2 (CONSP (CONS TRS_Z2 TRS_Z3))
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (EQUAL 'TRS_0 TRS_Z2)
              (NOT TRS_Z3))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0
                             (LIST 'TRS_S (CONS TRS_Z2 TRS_Z3)))
                '(TRS_TRUE))).

This simplifies, using the :executable-counterparts of CONS, CONSP,
EQUAL, NOT and SYMBOLP, to

Subgoal *1/5.6'4'
(IMPLIES (AND (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0)))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

The destructor terms (CAR TRS_Z0) and (CDR TRS_Z0) can be eliminated.
Furthermore, those terms are at the root of a chain of two rounds of
destructor elimination. (1) Use CAR-CDR-ELIM to replace TRS_Z0 by 
(CONS TRS_Z1 TRS_Z2), (CAR TRS_Z0) by TRS_Z1 and (CDR TRS_Z0) by TRS_Z2
and restrict the type of the new variable TRS_Z1 to be that of the
term it replaces.  (2) Use CAR-CDR-ELIM, again, to replace TRS_Z2 by
(CONS TRS_Z3 TRS_Z4), (CAR TRS_Z2) by TRS_Z3 and (CDR TRS_Z2) by TRS_Z4.
  These steps produce the following goal.

Subgoal *1/5.6'5'
(IMPLIES (AND (CONSP (CONS TRS_Z3 TRS_Z4))
              (SYMBOLP TRS_Z1)
              (NOT (EQUAL TRS_Z1 T))
              (NOT (EQUAL TRS_Z1 NIL))
              (CONSP (LIST* TRS_Z1 TRS_Z3 TRS_Z4))
              (EQUAL 'TRS_S TRS_Z1)
              (TRS_ISSORT[A22] TRS_Z3)
              (NOT TRS_Z4))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             (LIST* TRS_Z1 TRS_Z3 TRS_Z4)
                             '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

By case analysis we reduce the conjecture to

Subgoal *1/5.6'6'
(IMPLIES (AND (CONSP (CONS TRS_Z3 TRS_Z4))
              (SYMBOLP TRS_Z1)
              (NOT (EQUAL TRS_Z1 T))
              TRS_Z1
              (CONSP (LIST* TRS_Z1 TRS_Z3 TRS_Z4))
              (EQUAL 'TRS_S TRS_Z1)
              (TRS_ISSORT[A22] TRS_Z3)
              (NOT TRS_Z4))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             (LIST* TRS_Z1 TRS_Z3 TRS_Z4)
                             '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

This simplifies, using the :definitions TRS_GT, TRS_IFPRIME and 
TRS_ISSORT[A22], the :executable-counterparts of CAR, CDR, EQUAL, NOT,
SYMBOLP, TRS_ISBOOL and TRS_ISSORT[A22], primitive type reasoning,
the :rewrite rules CAR-CONS and CDR-CONS and the :type-prescription
rule TRS_ISSORT[A22], to the following two conjectures.

Subgoal *1/5.6.2
(IMPLIES (AND (TRS_ISSORT[A22] TRS_Z3)
              (EQUAL (CAR TRS_Z3) 'TRS_S))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z3 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

Name the formula above *1.8.

Subgoal *1/5.6.1
(IMPLIES (AND (TRS_ISSORT[A22] TRS_Z3)
              (NOT (EQUAL (CAR TRS_Z3) 'TRS_S)))
         (EQUAL (TRS_IFPRIME '(TRS_FALSE)
                             TRS_Z3 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

But simplification reduces this to T, using the :definitions TRS_IFPRIME
and TRS_ISSORT[A22], the :executable-counterparts of CAR, EQUAL, TRS_ISBOOL
and TRS_ISSORT[A22] and primitive type reasoning.

Subgoal *1/5.5
(IMPLIES (AND (CONSP TRS_Z1)
              (EQUAL 'TRS_TRUE
                     (CAR (TRS_GT (CADR TRS_Z0) (CADR TRS_Z1))))
              (NOT (CDR (TRS_GT (CADR TRS_Z0) (CADR TRS_Z1))))
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (NOT (TRS_ISSORT[A22] (CADR TRS_Z1)))
              (EQUAL (TRS_IFPRIME (TRS_GT (CADR TRS_Z0) (CADR TRS_Z1))
                                  (CADR TRS_Z0)
                                  (LIST 'TRS_S (CADR TRS_Z1)))
                     '(TRS_TRUE))
              (EQUAL 'TRS_0 (CAR TRS_Z1))
              (NOT (CDR TRS_Z1)))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0 (LIST 'TRS_S TRS_Z1))
                '(TRS_TRUE))).

This simplifies, using the :definitions TRS_GT and TRS_IFPRIME, the
:executable-counterparts of CAR, CDR, CONS, EQUAL, TRS_ISBOOL and 
TRS_ISSORT[A22] and the :type-prescription rule TRS_ISSORT[A22], to

Subgoal *1/5.5'
(IMPLIES (AND (CONSP TRS_Z1)
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (EQUAL 'TRS_0 (CAR TRS_Z1))
              (NOT (CDR TRS_Z1)))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0 (LIST 'TRS_S TRS_Z1))
                '(TRS_TRUE))).

The destructor terms (CAR TRS_Z1) and (CDR TRS_Z1) can be eliminated
by using CAR-CDR-ELIM to replace TRS_Z1 by (CONS TRS_Z2 TRS_Z3), 
(CAR TRS_Z1) by TRS_Z2 and (CDR TRS_Z1) by TRS_Z3 and restrict the
type of the new variable TRS_Z2 to be that of the term it replaces.
This produces the following goal.

Subgoal *1/5.5''
(IMPLIES (AND (SYMBOLP TRS_Z2)
              (NOT (EQUAL TRS_Z2 T))
              (NOT (EQUAL TRS_Z2 NIL))
              (CONSP (CONS TRS_Z2 TRS_Z3))
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (EQUAL 'TRS_0 TRS_Z2)
              (NOT TRS_Z3))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0
                             (LIST 'TRS_S (CONS TRS_Z2 TRS_Z3)))
                '(TRS_TRUE))).

By case analysis we reduce the conjecture to

Subgoal *1/5.5'''
(IMPLIES (AND (SYMBOLP TRS_Z2)
              (NOT (EQUAL TRS_Z2 T))
              TRS_Z2 (CONSP (CONS TRS_Z2 TRS_Z3))
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (EQUAL 'TRS_0 TRS_Z2)
              (NOT TRS_Z3))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0
                             (LIST 'TRS_S (CONS TRS_Z2 TRS_Z3)))
                '(TRS_TRUE))).

This simplifies, using the :executable-counterparts of CONS, CONSP,
EQUAL, NOT and SYMBOLP, to

Subgoal *1/5.5'4'
(IMPLIES (AND (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0)))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

The destructor terms (CAR TRS_Z0) and (CDR TRS_Z0) can be eliminated.
Furthermore, those terms are at the root of a chain of two rounds of
destructor elimination. (1) Use CAR-CDR-ELIM to replace TRS_Z0 by 
(CONS TRS_Z1 TRS_Z2), (CAR TRS_Z0) by TRS_Z1 and (CDR TRS_Z0) by TRS_Z2
and restrict the type of the new variable TRS_Z1 to be that of the
term it replaces.  (2) Use CAR-CDR-ELIM, again, to replace TRS_Z2 by
(CONS TRS_Z3 TRS_Z4), (CAR TRS_Z2) by TRS_Z3 and (CDR TRS_Z2) by TRS_Z4.
  These steps produce the following goal.

Subgoal *1/5.5'5'
(IMPLIES (AND (CONSP (CONS TRS_Z3 TRS_Z4))
              (SYMBOLP TRS_Z1)
              (NOT (EQUAL TRS_Z1 T))
              (NOT (EQUAL TRS_Z1 NIL))
              (CONSP (LIST* TRS_Z1 TRS_Z3 TRS_Z4))
              (EQUAL 'TRS_S TRS_Z1)
              (TRS_ISSORT[A22] TRS_Z3)
              (NOT TRS_Z4))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             (LIST* TRS_Z1 TRS_Z3 TRS_Z4)
                             '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

By case analysis we reduce the conjecture to

Subgoal *1/5.5'6'
(IMPLIES (AND (CONSP (CONS TRS_Z3 TRS_Z4))
              (SYMBOLP TRS_Z1)
              (NOT (EQUAL TRS_Z1 T))
              TRS_Z1
              (CONSP (LIST* TRS_Z1 TRS_Z3 TRS_Z4))
              (EQUAL 'TRS_S TRS_Z1)
              (TRS_ISSORT[A22] TRS_Z3)
              (NOT TRS_Z4))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             (LIST* TRS_Z1 TRS_Z3 TRS_Z4)
                             '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

This simplifies, using the :definitions TRS_GT, TRS_IFPRIME and 
TRS_ISSORT[A22], the :executable-counterparts of CAR, CDR, EQUAL, NOT,
SYMBOLP, TRS_ISBOOL and TRS_ISSORT[A22], primitive type reasoning,
the :rewrite rules CAR-CONS and CDR-CONS and the :type-prescription
rule TRS_ISSORT[A22], to the following two conjectures.

Subgoal *1/5.5.2
(IMPLIES (AND (TRS_ISSORT[A22] TRS_Z3)
              (EQUAL (CAR TRS_Z3) 'TRS_S))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z3 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

Name the formula above *1.9.

Subgoal *1/5.5.1
(IMPLIES (AND (TRS_ISSORT[A22] TRS_Z3)
              (NOT (EQUAL (CAR TRS_Z3) 'TRS_S)))
         (EQUAL (TRS_IFPRIME '(TRS_FALSE)
                             TRS_Z3 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

But simplification reduces this to T, using the :definitions TRS_IFPRIME
and TRS_ISSORT[A22], the :executable-counterparts of CAR, EQUAL, TRS_ISBOOL
and TRS_ISSORT[A22] and primitive type reasoning.

Subgoal *1/5.4
(IMPLIES (AND (CONSP TRS_Z1)
              (EQUAL 'TRS_FALSE
                     (CAR (TRS_GT (CADR TRS_Z0) (CADR TRS_Z1))))
              (NOT (CDR (TRS_GT (CADR TRS_Z0) (CADR TRS_Z1))))
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (EQUAL 'TRS_0 (CAR TRS_Z1))
              (EQUAL (TRS_IFPRIME (TRS_GT (CADR TRS_Z0) (CADR TRS_Z1))
                                  (CADR TRS_Z0)
                                  (LIST 'TRS_S (CADR TRS_Z1)))
                     '(TRS_TRUE))
              (NOT (CDR TRS_Z1)))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0 (LIST 'TRS_S TRS_Z1))
                '(TRS_TRUE))).

But simplification reduces this to T, using the :definition TRS_GT,
the :executable-counterparts of CAR, EQUAL and TRS_ISSORT[A22] and
the :type-prescription rule TRS_ISSORT[A22].

Subgoal *1/5.3
(IMPLIES (AND (CONSP TRS_Z1)
              (EQUAL 'TRS_FALSE
                     (CAR (TRS_GT (CADR TRS_Z0) (CADR TRS_Z1))))
              (NOT (CDR (TRS_GT (CADR TRS_Z0) (CADR TRS_Z1))))
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (NOT (CONSP (CDR TRS_Z1)))
              (EQUAL (TRS_IFPRIME (TRS_GT (CADR TRS_Z0) (CADR TRS_Z1))
                                  (CADR TRS_Z0)
                                  (LIST 'TRS_S (CADR TRS_Z1)))
                     '(TRS_TRUE))
              (EQUAL 'TRS_0 (CAR TRS_Z1))
              (NOT (CDR TRS_Z1)))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0 (LIST 'TRS_S TRS_Z1))
                '(TRS_TRUE))).

But simplification reduces this to T, using the :definition TRS_GT,
the :executable-counterparts of CAR, EQUAL and TRS_ISSORT[A22] and
the :type-prescription rule TRS_ISSORT[A22].

Subgoal *1/5.2
(IMPLIES (AND (CONSP TRS_Z1)
              (EQUAL 'TRS_FALSE
                     (CAR (TRS_GT (CADR TRS_Z0) (CADR TRS_Z1))))
              (NOT (CDR (TRS_GT (CADR TRS_Z0) (CADR TRS_Z1))))
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (NOT (TRS_ISSORT[A22] (CADR TRS_Z1)))
              (EQUAL (TRS_IFPRIME (TRS_GT (CADR TRS_Z0) (CADR TRS_Z1))
                                  (CADR TRS_Z0)
                                  (LIST 'TRS_S (CADR TRS_Z1)))
                     '(TRS_TRUE))
              (EQUAL 'TRS_0 (CAR TRS_Z1))
              (NOT (CDR TRS_Z1)))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0 (LIST 'TRS_S TRS_Z1))
                '(TRS_TRUE))).

But simplification reduces this to T, using the :definition TRS_GT,
the :executable-counterparts of CAR, EQUAL and TRS_ISSORT[A22] and
the :type-prescription rule TRS_ISSORT[A22].

Subgoal *1/5.1
(IMPLIES (AND (CONSP TRS_Z1)
              (EQUAL 'TRS_FALSE
                     (CAR (TRS_GT (CADR TRS_Z0) (CADR TRS_Z1))))
              (NOT (CDR (TRS_GT (CADR TRS_Z0) (CADR TRS_Z1))))
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (EQUAL (TRS_IFPRIME (TRS_GT (CADR TRS_Z0) (CADR TRS_Z1))
                                  (CADR TRS_Z0)
                                  (LIST 'TRS_S (CADR TRS_Z1)))
                     '(TRS_TRUE))
              (EQUAL 'TRS_0 (CAR TRS_Z1))
              (NOT (CDR TRS_Z1)))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0 (LIST 'TRS_S TRS_Z1))
                '(TRS_TRUE))).

But simplification reduces this to T, using the :definition TRS_GT,
the :executable-counterparts of CAR, EQUAL and TRS_ISSORT[A22] and
the :type-prescription rule TRS_ISSORT[A22].

Subgoal *1/4
(IMPLIES (AND (AND (TRS_ISBOOL (TRS_GT TRS_Z0 TRS_Z1))
                   (TRS_ISSORT[A22] TRS_Z0)
                   (TRS_ISSORT[A22] (LIST 'TRS_S TRS_Z1)))
              (NOT (EQ (CAR (TRS_GT TRS_Z0 TRS_Z1))
                       'TRS_FALSE))
              (NOT (AND (EQ (CAR (TRS_GT TRS_Z0 TRS_Z1))
                            'TRS_TRUE)
                        (EQ (CAR TRS_Z0) 'TRS_0)))
              T (NOT (TRS_ISSORT[A22] (CADR TRS_Z1)))
              (TRS_ISSORT[A22] TRS_Z0)
              (TRS_ISSORT[A22] TRS_Z1))
         (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z0 TRS_Z1)
                             TRS_Z0 (LIST 'TRS_S TRS_Z1))
                '(TRS_TRUE))).

By the simple :definitions EQ and TRS_ISBOOL we reduce the conjecture
to

Subgoal *1/4'
(IMPLIES (AND (CONSP (TRS_GT TRS_Z0 TRS_Z1))
              (COND ((EQUAL 'TRS_TRUE
                            (CAR (TRS_GT TRS_Z0 TRS_Z1)))
                     (EQUAL (CDR (TRS_GT TRS_Z0 TRS_Z1))
                            NIL))
                    ((EQUAL 'TRS_FALSE
                            (CAR (TRS_GT TRS_Z0 TRS_Z1)))
                     (EQUAL (CDR (TRS_GT TRS_Z0 TRS_Z1))
                            NIL))
                    (T NIL))
              (TRS_ISSORT[A22] TRS_Z0)
              (TRS_ISSORT[A22] (LIST 'TRS_S TRS_Z1))
              (NOT (EQUAL (CAR (TRS_GT TRS_Z0 TRS_Z1))
                          'TRS_FALSE))
              (NOT (AND (EQUAL (CAR (TRS_GT TRS_Z0 TRS_Z1))
                               'TRS_TRUE)
                        (EQUAL (CAR TRS_Z0) 'TRS_0)))
              (NOT (TRS_ISSORT[A22] (CADR TRS_Z1)))
              (TRS_ISSORT[A22] TRS_Z1))
         (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z0 TRS_Z1)
                             TRS_Z0 (LIST 'TRS_S TRS_Z1))
                '(TRS_TRUE))).

This simplifies, using the :definitions TRS_GT and TRS_ISSORT[A22],
the :executable-counterparts of CAR and EQUAL, primitive type reasoning,
the :rewrite rules CAR-CONS and CDR-CONS and the :type-prescription
rule TRS_ISSORT[A22], to

Subgoal *1/4''
(IMPLIES (AND (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (NOT (TRS_ISSORT[A22] (CADR TRS_Z1)))
              (CONSP TRS_Z1)
              (EQUAL 'TRS_0 (CAR TRS_Z1))
              (NOT (CDR TRS_Z1)))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0 (LIST 'TRS_S TRS_Z1))
                '(TRS_TRUE))).

This simplifies, using the :executable-counterparts of CAR and 
TRS_ISSORT[A22], to

Subgoal *1/4'''
(IMPLIES (AND (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (CONSP TRS_Z1)
              (EQUAL 'TRS_0 (CAR TRS_Z1))
              (NOT (CDR TRS_Z1)))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0 (LIST 'TRS_S TRS_Z1))
                '(TRS_TRUE))).

The destructor terms (CAR TRS_Z1) and (CDR TRS_Z1) can be eliminated
by using CAR-CDR-ELIM to replace TRS_Z1 by (CONS TRS_Z2 TRS_Z3), 
(CAR TRS_Z1) by TRS_Z2 and (CDR TRS_Z1) by TRS_Z3 and restrict the
type of the new variable TRS_Z2 to be that of the term it replaces.
This produces the following goal.

Subgoal *1/4'4'
(IMPLIES (AND (SYMBOLP TRS_Z2)
              (NOT (EQUAL TRS_Z2 T))
              (NOT (EQUAL TRS_Z2 NIL))
              (CONSP (CONS TRS_Z2 TRS_Z3))
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (EQUAL 'TRS_0 TRS_Z2)
              (NOT TRS_Z3))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0
                             (LIST 'TRS_S (CONS TRS_Z2 TRS_Z3)))
                '(TRS_TRUE))).

By case analysis we reduce the conjecture to

Subgoal *1/4'5'
(IMPLIES (AND (SYMBOLP TRS_Z2)
              (NOT (EQUAL TRS_Z2 T))
              TRS_Z2 (CONSP (CONS TRS_Z2 TRS_Z3))
              (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0))
              (EQUAL 'TRS_0 TRS_Z2)
              (NOT TRS_Z3))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0
                             (LIST 'TRS_S (CONS TRS_Z2 TRS_Z3)))
                '(TRS_TRUE))).

This simplifies, using the :executable-counterparts of CONS, CONSP,
EQUAL, NOT and SYMBOLP, to

Subgoal *1/4'6'
(IMPLIES (AND (CONSP TRS_Z0)
              (CONSP (CDR TRS_Z0))
              (EQUAL 'TRS_S (CAR TRS_Z0))
              (TRS_ISSORT[A22] (CADR TRS_Z0))
              (NOT (CDDR TRS_Z0)))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z0 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

The destructor terms (CAR TRS_Z0) and (CDR TRS_Z0) can be eliminated.
Furthermore, those terms are at the root of a chain of two rounds of
destructor elimination. (1) Use CAR-CDR-ELIM to replace TRS_Z0 by 
(CONS TRS_Z1 TRS_Z2), (CAR TRS_Z0) by TRS_Z1 and (CDR TRS_Z0) by TRS_Z2
and restrict the type of the new variable TRS_Z1 to be that of the
term it replaces.  (2) Use CAR-CDR-ELIM, again, to replace TRS_Z2 by
(CONS TRS_Z3 TRS_Z4), (CAR TRS_Z2) by TRS_Z3 and (CDR TRS_Z2) by TRS_Z4.
  These steps produce the following goal.

Subgoal *1/4'7'
(IMPLIES (AND (CONSP (CONS TRS_Z3 TRS_Z4))
              (SYMBOLP TRS_Z1)
              (NOT (EQUAL TRS_Z1 T))
              (NOT (EQUAL TRS_Z1 NIL))
              (CONSP (LIST* TRS_Z1 TRS_Z3 TRS_Z4))
              (EQUAL 'TRS_S TRS_Z1)
              (TRS_ISSORT[A22] TRS_Z3)
              (NOT TRS_Z4))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             (LIST* TRS_Z1 TRS_Z3 TRS_Z4)
                             '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

By case analysis we reduce the conjecture to

Subgoal *1/4'8'
(IMPLIES (AND (CONSP (CONS TRS_Z3 TRS_Z4))
              (SYMBOLP TRS_Z1)
              (NOT (EQUAL TRS_Z1 T))
              TRS_Z1
              (CONSP (LIST* TRS_Z1 TRS_Z3 TRS_Z4))
              (EQUAL 'TRS_S TRS_Z1)
              (TRS_ISSORT[A22] TRS_Z3)
              (NOT TRS_Z4))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             (LIST* TRS_Z1 TRS_Z3 TRS_Z4)
                             '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

This simplifies, using the :definitions TRS_GT, TRS_IFPRIME and 
TRS_ISSORT[A22], the :executable-counterparts of CAR, CDR, EQUAL, NOT,
SYMBOLP, TRS_ISBOOL and TRS_ISSORT[A22], primitive type reasoning,
the :rewrite rules CAR-CONS and CDR-CONS and the :type-prescription
rule TRS_ISSORT[A22], to the following two conjectures.

Subgoal *1/4.2
(IMPLIES (AND (TRS_ISSORT[A22] TRS_Z3)
              (EQUAL (CAR TRS_Z3) 'TRS_S))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z3 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

Name the formula above *1.10.

Subgoal *1/4.1
(IMPLIES (AND (TRS_ISSORT[A22] TRS_Z3)
              (NOT (EQUAL (CAR TRS_Z3) 'TRS_S)))
         (EQUAL (TRS_IFPRIME '(TRS_FALSE)
                             TRS_Z3 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

But simplification reduces this to T, using the :definitions TRS_IFPRIME
and TRS_ISSORT[A22], the :executable-counterparts of CAR, EQUAL, TRS_ISBOOL
and TRS_ISSORT[A22] and primitive type reasoning.

Subgoal *1/3
(IMPLIES (AND (AND (TRS_ISBOOL (TRS_GT TRS_Z0 TRS_Z1))
                   (TRS_ISSORT[A22] TRS_Z0)
                   (TRS_ISSORT[A22] (LIST 'TRS_S TRS_Z1)))
              (NOT (EQ (CAR (TRS_GT TRS_Z0 TRS_Z1))
                       'TRS_FALSE))
              (NOT (AND (EQ (CAR (TRS_GT TRS_Z0 TRS_Z1))
                            'TRS_TRUE)
                        (EQ (CAR TRS_Z0) 'TRS_0)))
              T (NOT (TRS_ISSORT[A22] (CADR TRS_Z0)))
              (TRS_ISSORT[A22] TRS_Z0)
              (TRS_ISSORT[A22] TRS_Z1))
         (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z0 TRS_Z1)
                             TRS_Z0 (LIST 'TRS_S TRS_Z1))
                '(TRS_TRUE))).

By the simple :definitions EQ and TRS_ISBOOL we reduce the conjecture
to

Subgoal *1/3'
(IMPLIES (AND (CONSP (TRS_GT TRS_Z0 TRS_Z1))
              (COND ((EQUAL 'TRS_TRUE
                            (CAR (TRS_GT TRS_Z0 TRS_Z1)))
                     (EQUAL (CDR (TRS_GT TRS_Z0 TRS_Z1))
                            NIL))
                    ((EQUAL 'TRS_FALSE
                            (CAR (TRS_GT TRS_Z0 TRS_Z1)))
                     (EQUAL (CDR (TRS_GT TRS_Z0 TRS_Z1))
                            NIL))
                    (T NIL))
              (TRS_ISSORT[A22] TRS_Z0)
              (TRS_ISSORT[A22] (LIST 'TRS_S TRS_Z1))
              (NOT (EQUAL (CAR (TRS_GT TRS_Z0 TRS_Z1))
                          'TRS_FALSE))
              (NOT (AND (EQUAL (CAR (TRS_GT TRS_Z0 TRS_Z1))
                               'TRS_TRUE)
                        (EQUAL (CAR TRS_Z0) 'TRS_0)))
              (NOT (TRS_ISSORT[A22] (CADR TRS_Z0)))
              (TRS_ISSORT[A22] TRS_Z1))
         (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z0 TRS_Z1)
                             TRS_Z0 (LIST 'TRS_S TRS_Z1))
                '(TRS_TRUE))).

But simplification reduces this to T, using the :definitions TRS_GT
and TRS_ISSORT[A22], the :executable-counterparts of CAR and EQUAL,
primitive type reasoning, the :rewrite rules CAR-CONS and CDR-CONS
and the :type-prescription rule TRS_ISSORT[A22].

Subgoal *1/2
(IMPLIES (AND (AND (TRS_ISBOOL (TRS_GT TRS_Z0 TRS_Z1))
                   (TRS_ISSORT[A22] TRS_Z0)
                   (TRS_ISSORT[A22] (LIST 'TRS_S TRS_Z1)))
              (NOT (EQ (CAR (TRS_GT TRS_Z0 TRS_Z1))
                       'TRS_FALSE))
              (AND (EQ (CAR (TRS_GT TRS_Z0 TRS_Z1))
                       'TRS_TRUE)
                   (EQ (CAR TRS_Z0) 'TRS_0))
              (TRS_ISSORT[A22] TRS_Z0)
              (TRS_ISSORT[A22] TRS_Z1))
         (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z0 TRS_Z1)
                             TRS_Z0 (LIST 'TRS_S TRS_Z1))
                '(TRS_TRUE))).

By the simple :definitions EQ and TRS_ISBOOL we reduce the conjecture
to

Subgoal *1/2'
(IMPLIES (AND (CONSP (TRS_GT TRS_Z0 TRS_Z1))
              (COND ((EQUAL 'TRS_TRUE
                            (CAR (TRS_GT TRS_Z0 TRS_Z1)))
                     (EQUAL (CDR (TRS_GT TRS_Z0 TRS_Z1))
                            NIL))
                    ((EQUAL 'TRS_FALSE
                            (CAR (TRS_GT TRS_Z0 TRS_Z1)))
                     (EQUAL (CDR (TRS_GT TRS_Z0 TRS_Z1))
                            NIL))
                    (T NIL))
              (TRS_ISSORT[A22] TRS_Z0)
              (TRS_ISSORT[A22] (LIST 'TRS_S TRS_Z1))
              (NOT (EQUAL (CAR (TRS_GT TRS_Z0 TRS_Z1))
                          'TRS_FALSE))
              (EQUAL (CAR (TRS_GT TRS_Z0 TRS_Z1))
                     'TRS_TRUE)
              (EQUAL (CAR TRS_Z0) 'TRS_0)
              (TRS_ISSORT[A22] TRS_Z1))
         (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z0 TRS_Z1)
                             TRS_Z0 (LIST 'TRS_S TRS_Z1))
                '(TRS_TRUE))).

But simplification reduces this to T, using the :definitions TRS_GT
and TRS_ISSORT[A22], the :executable-counterparts of CAR and EQUAL,
primitive type reasoning, the :rewrite rules CAR-CONS and CDR-CONS
and the :type-prescription rule TRS_ISSORT[A22].

Subgoal *1/1
(IMPLIES (AND (AND (TRS_ISBOOL (TRS_GT TRS_Z0 TRS_Z1))
                   (TRS_ISSORT[A22] TRS_Z0)
                   (TRS_ISSORT[A22] (LIST 'TRS_S TRS_Z1)))
              (EQ (CAR (TRS_GT TRS_Z0 TRS_Z1))
                  'TRS_FALSE)
              (TRS_ISSORT[A22] TRS_Z0)
              (TRS_ISSORT[A22] TRS_Z1))
         (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z0 TRS_Z1)
                             TRS_Z0 (LIST 'TRS_S TRS_Z1))
                '(TRS_TRUE))).

By the simple :definitions EQ and TRS_ISBOOL we reduce the conjecture
to

Subgoal *1/1'
(IMPLIES (AND (CONSP (TRS_GT TRS_Z0 TRS_Z1))
              (COND ((EQUAL 'TRS_TRUE
                            (CAR (TRS_GT TRS_Z0 TRS_Z1)))
                     (EQUAL (CDR (TRS_GT TRS_Z0 TRS_Z1))
                            NIL))
                    ((EQUAL 'TRS_FALSE
                            (CAR (TRS_GT TRS_Z0 TRS_Z1)))
                     (EQUAL (CDR (TRS_GT TRS_Z0 TRS_Z1))
                            NIL))
                    (T NIL))
              (TRS_ISSORT[A22] TRS_Z0)
              (TRS_ISSORT[A22] (LIST 'TRS_S TRS_Z1))
              (EQUAL (CAR (TRS_GT TRS_Z0 TRS_Z1))
                     'TRS_FALSE)
              (TRS_ISSORT[A22] TRS_Z1))
         (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z0 TRS_Z1)
                             TRS_Z0 (LIST 'TRS_S TRS_Z1))
                '(TRS_TRUE))).

But simplification reduces this to T, using the :definitions TRS_GT,
TRS_IFPRIME, TRS_ISBOOL and TRS_ISSORT[A22], the :executable-counterparts
of CAR, EQUAL and TRS_ISBOOL, primitive type reasoning, the :rewrite
rules CAR-CONS and CDR-CONS and the :type-prescription rules TRS_GT
and TRS_ISSORT[A22].

So we now return to *1.10, which is

(IMPLIES (AND (TRS_ISSORT[A22] TRS_Z3)
              (EQUAL (CAR TRS_Z3) 'TRS_S))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z3 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

But the formula above is subsumed by *1.9, which we'll try to prove
later.  We therefore regard *1.10 as proved (pending the proof of the
more general *1.9).

We next consider *1.9, which is

(IMPLIES (AND (TRS_ISSORT[A22] TRS_Z3)
              (EQUAL (CAR TRS_Z3) 'TRS_S))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z3 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

But the formula above is subsumed by *1.8, which we'll try to prove
later.  We therefore regard *1.9 as proved (pending the proof of the
more general *1.8).

We next consider *1.8, which is

(IMPLIES (AND (TRS_ISSORT[A22] TRS_Z3)
              (EQUAL (CAR TRS_Z3) 'TRS_S))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z3 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

But the formula above is subsumed by *1.7, which we'll try to prove
later.  We therefore regard *1.8 as proved (pending the proof of the
more general *1.7).

We next consider *1.7, which is

(IMPLIES (AND (TRS_ISSORT[A22] TRS_Z3)
              (EQUAL (CAR TRS_Z3) 'TRS_S))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z3 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

But the formula above is subsumed by *1.5, which we'll try to prove
later.  We therefore regard *1.7 as proved (pending the proof of the
more general *1.5).

We next consider *1.6, which is

(IMPLIES (AND (TRS_ISSORT[A22] TRS_Z3)
              (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                                  TRS_Z3 (LIST 'TRS_S TRS_Z4))
                     '(TRS_TRUE))
              (TRS_ISSORT[A22] TRS_Z4))
         (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4))
                             TRS_Z3
                             (LIST 'TRS_S (LIST 'TRS_S TRS_Z4)))
                '(TRS_TRUE))).

Perhaps we can prove *1.6 by induction.  Five induction schemes are
suggested by this conjecture.  These merge into two derived induction
schemes.  By considering those suggested by the largest number of non-
primitive recursive functions, we narrow the field to one.  

We will induct according to a scheme suggested by 
(TRS_IFPRIME (TRS_GT TRS_Z3 (CONS 'TRS_S (CONS TRS_Z4 'NIL)))
             TRS_Z3
             (CONS 'TRS_S
                   (CONS (CONS 'TRS_S (CONS TRS_Z4 'NIL))
                         'NIL))).
  This suggestion was produced using the :induction rules TRS_GT, 
TRS_IFPRIME and TRS_ISSORT[A22].  If we let (:P TRS_Z3 TRS_Z4) denote
*1.6 above then the induction scheme we'll use is
(AND
    (IMPLIES (NOT (AND (TRS_ISBOOL (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                       (TRS_ISSORT[A22] TRS_Z3)
                       (TRS_ISSORT[A22] (LIST 'TRS_S (LIST 'TRS_S TRS_Z4)))))
             (:P TRS_Z3 TRS_Z4))
    (IMPLIES (AND (AND (TRS_ISBOOL (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                       (TRS_ISSORT[A22] TRS_Z3)
                       (TRS_ISSORT[A22] (LIST 'TRS_S (LIST 'TRS_S TRS_Z4))))
                  (NOT (EQ (CAR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                           'TRS_FALSE))
                  (NOT (AND (EQ (CAR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                                'TRS_TRUE)
                            (EQ (CAR TRS_Z3) 'TRS_0)))
                  T (:P (CADR TRS_Z3) TRS_Z4))
             (:P TRS_Z3 TRS_Z4))
    (IMPLIES (AND (AND (TRS_ISBOOL (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                       (TRS_ISSORT[A22] TRS_Z3)
                       (TRS_ISSORT[A22] (LIST 'TRS_S (LIST 'TRS_S TRS_Z4))))
                  (NOT (EQ (CAR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                           'TRS_FALSE))
                  (AND (EQ (CAR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                           'TRS_TRUE)
                       (EQ (CAR TRS_Z3) 'TRS_0)))
             (:P TRS_Z3 TRS_Z4))
    (IMPLIES (AND (AND (TRS_ISBOOL (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                       (TRS_ISSORT[A22] TRS_Z3)
                       (TRS_ISSORT[A22] (LIST 'TRS_S (LIST 'TRS_S TRS_Z4))))
                  (EQ (CAR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                      'TRS_FALSE))
             (:P TRS_Z3 TRS_Z4))).
This induction is justified by the same argument used to admit TRS_IFPRIME.
When applied to the goal at hand the above induction scheme produces
six nontautological subgoals.

Subgoal *1.6/6
(IMPLIES
     (AND (NOT (AND (TRS_ISBOOL (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                    (TRS_ISSORT[A22] TRS_Z3)
                    (TRS_ISSORT[A22] (LIST 'TRS_S (LIST 'TRS_S TRS_Z4)))))
          (TRS_ISSORT[A22] TRS_Z3)
          (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                              TRS_Z3 (LIST 'TRS_S TRS_Z4))
                 '(TRS_TRUE))
          (TRS_ISSORT[A22] TRS_Z4))
     (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4))
                         TRS_Z3
                         (LIST 'TRS_S (LIST 'TRS_S TRS_Z4)))
            '(TRS_TRUE))).

This simplifies, using the :definitions TRS_GT, TRS_IFPRIME and 
TRS_ISSORT[A22], the :executable-counterparts of CAR, EQUAL and TRS_ISBOOL,
primitive type reasoning, the :rewrite rules CAR-CONS and CDR-CONS
and the :type-prescription rules TRS_ISBOOL and TRS_ISSORT[A22], to

Subgoal *1.6/6'
(IMPLIES (AND (EQUAL (CAR TRS_Z3) 'TRS_S)
              (NOT (TRS_ISBOOL (TRS_GT (CADR TRS_Z3) TRS_Z4)))
              (CONSP TRS_Z3)
              (CONSP (CDR TRS_Z3))
              (TRS_ISSORT[A22] (CADR TRS_Z3))
              (NOT (CDDR TRS_Z3))
              (EQUAL (TRS_IFPRIME (TRS_GT (CADR TRS_Z3) TRS_Z4)
                                  (CADR TRS_Z3)
                                  (LIST 'TRS_S TRS_Z4))
                     '(TRS_TRUE))
              (TRS_ISSORT[A22] TRS_Z4))
         (EQUAL (TRS_IFPRIME (TRS_GT (CADR TRS_Z3) TRS_Z4)
                             TRS_Z3
                             (LIST 'TRS_S (LIST 'TRS_S TRS_Z4)))
                '(TRS_TRUE))).

But simplification reduces this to T, using the :definitions TRS_IFPRIME
and TRS_ISBOOL, the :executable-counterpart of EQUAL, primitive type
reasoning and the :type-prescription rule TRS_GT.

Subgoal *1.6/5
(IMPLIES (AND (AND (TRS_ISBOOL (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                   (TRS_ISSORT[A22] TRS_Z3)
                   (TRS_ISSORT[A22] (LIST 'TRS_S (LIST 'TRS_S TRS_Z4))))
              (NOT (EQ (CAR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                       'TRS_FALSE))
              (NOT (AND (EQ (CAR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                            'TRS_TRUE)
                        (EQ (CAR TRS_Z3) 'TRS_0)))
              T
              (EQUAL (TRS_IFPRIME (TRS_GT (CADR TRS_Z3)
                                          (LIST 'TRS_S TRS_Z4))
                                  (CADR TRS_Z3)
                                  (LIST 'TRS_S (LIST 'TRS_S TRS_Z4)))
                     '(TRS_TRUE))
              (TRS_ISSORT[A22] TRS_Z3)
              (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                                  TRS_Z3 (LIST 'TRS_S TRS_Z4))
                     '(TRS_TRUE))
              (TRS_ISSORT[A22] TRS_Z4))
         (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4))
                             TRS_Z3
                             (LIST 'TRS_S (LIST 'TRS_S TRS_Z4)))
                '(TRS_TRUE))).

By the simple :definitions EQ and TRS_ISBOOL we reduce the conjecture
to

Subgoal *1.6/5'
(IMPLIES (AND (CONSP (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
              (COND ((EQUAL 'TRS_TRUE
                            (CAR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4))))
                     (EQUAL (CDR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                            NIL))
                    ((EQUAL 'TRS_FALSE
                            (CAR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4))))
                     (EQUAL (CDR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                            NIL))
                    (T NIL))
              (TRS_ISSORT[A22] TRS_Z3)
              (TRS_ISSORT[A22] (LIST 'TRS_S (LIST 'TRS_S TRS_Z4)))
              (NOT (EQUAL (CAR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                          'TRS_FALSE))
              (NOT (AND (EQUAL (CAR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                               'TRS_TRUE)
                        (EQUAL (CAR TRS_Z3) 'TRS_0)))
              (EQUAL (TRS_IFPRIME (TRS_GT (CADR TRS_Z3)
                                          (LIST 'TRS_S TRS_Z4))
                                  (CADR TRS_Z3)
                                  (LIST 'TRS_S (LIST 'TRS_S TRS_Z4)))
                     '(TRS_TRUE))
              (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                                  TRS_Z3 (LIST 'TRS_S TRS_Z4))
                     '(TRS_TRUE))
              (TRS_ISSORT[A22] TRS_Z4))
         (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4))
                             TRS_Z3
                             (LIST 'TRS_S (LIST 'TRS_S TRS_Z4)))
                '(TRS_TRUE))).

But simplification reduces this to T, using the :definitions TRS_GT,
TRS_IFPRIME, TRS_ISBOOL and TRS_ISSORT[A22], the :executable-counterparts
of CAR, EQUAL and TRS_ISBOOL, primitive type reasoning, the :rewrite
rules CAR-CONS and CDR-CONS and the :type-prescription rules TRS_GT
and TRS_ISSORT[A22].

Subgoal *1.6/4
(IMPLIES (AND (AND (TRS_ISBOOL (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                   (TRS_ISSORT[A22] TRS_Z3)
                   (TRS_ISSORT[A22] (LIST 'TRS_S (LIST 'TRS_S TRS_Z4))))
              (NOT (EQ (CAR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                       'TRS_FALSE))
              (NOT (AND (EQ (CAR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                            'TRS_TRUE)
                        (EQ (CAR TRS_Z3) 'TRS_0)))
              T
              (NOT (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                                       (CADR TRS_Z3)
                                       (LIST 'TRS_S TRS_Z4))
                          '(TRS_TRUE)))
              (TRS_ISSORT[A22] TRS_Z3)
              (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                                  TRS_Z3 (LIST 'TRS_S TRS_Z4))
                     '(TRS_TRUE))
              (TRS_ISSORT[A22] TRS_Z4))
         (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4))
                             TRS_Z3
                             (LIST 'TRS_S (LIST 'TRS_S TRS_Z4)))
                '(TRS_TRUE))).

By the simple :definitions EQ and TRS_ISBOOL we reduce the conjecture
to

Subgoal *1.6/4'
(IMPLIES (AND (CONSP (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
              (COND ((EQUAL 'TRS_TRUE
                            (CAR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4))))
                     (EQUAL (CDR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                            NIL))
                    ((EQUAL 'TRS_FALSE
                            (CAR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4))))
                     (EQUAL (CDR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                            NIL))
                    (T NIL))
              (TRS_ISSORT[A22] TRS_Z3)
              (TRS_ISSORT[A22] (LIST 'TRS_S (LIST 'TRS_S TRS_Z4)))
              (NOT (EQUAL (CAR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                          'TRS_FALSE))
              (NOT (AND (EQUAL (CAR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                               'TRS_TRUE)
                        (EQUAL (CAR TRS_Z3) 'TRS_0)))
              (NOT (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                                       (CADR TRS_Z3)
                                       (LIST 'TRS_S TRS_Z4))
                          '(TRS_TRUE)))
              (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                                  TRS_Z3 (LIST 'TRS_S TRS_Z4))
                     '(TRS_TRUE))
              (TRS_ISSORT[A22] TRS_Z4))
         (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4))
                             TRS_Z3
                             (LIST 'TRS_S (LIST 'TRS_S TRS_Z4)))
                '(TRS_TRUE))).

This simplifies, using the :definitions TRS_GT, TRS_IFPRIME and 
TRS_ISSORT[A22], the :executable-counterparts of CAR, EQUAL and TRS_ISBOOL,
primitive type reasoning, the :rewrite rules CAR-CONS and CDR-CONS
and the :type-prescription rules TRS_GT and TRS_ISSORT[A22], to

Subgoal *1.6/4''
(IMPLIES (AND (EQUAL 'TRS_TRUE
                     (CAR (TRS_GT (CADR TRS_Z3) TRS_Z4)))
              (NOT (CDR (TRS_GT (CADR TRS_Z3) TRS_Z4)))
              (CONSP TRS_Z3)
              (CONSP (CDR TRS_Z3))
              (EQUAL 'TRS_S (CAR TRS_Z3))
              (TRS_ISSORT[A22] (CADR TRS_Z3))
              (NOT (CDDR TRS_Z3))
              (NOT (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                                       (CADR TRS_Z3)
                                       (LIST 'TRS_S TRS_Z4))
                          '(TRS_TRUE)))
              (EQUAL (TRS_IFPRIME (TRS_GT (CADR TRS_Z3) TRS_Z4)
                                  (CADR TRS_Z3)
                                  (LIST 'TRS_S TRS_Z4))
                     '(TRS_TRUE))
              (TRS_ISSORT[A22] TRS_Z4))
         (EQUAL (TRS_IFPRIME (TRS_GT (CADR TRS_Z3) TRS_Z4)
                             TRS_Z3
                             (LIST 'TRS_S (LIST 'TRS_S TRS_Z4)))
                '(TRS_TRUE))).

The destructor terms (CAR TRS_Z3) and (CDR TRS_Z3) can be eliminated.
Furthermore, those terms are at the root of a chain of two rounds of
destructor elimination. (1) Use CAR-CDR-ELIM to replace TRS_Z3 by 
(CONS TRS_Z5 TRS_Z6), (CAR TRS_Z3) by TRS_Z5 and (CDR TRS_Z3) by TRS_Z6
and restrict the type of the new variable TRS_Z5 to be that of the
term it replaces.  (2) Use CAR-CDR-ELIM, again, to replace TRS_Z6 by
(CONS TRS_Z7 TRS_Z8), (CAR TRS_Z6) by TRS_Z7 and (CDR TRS_Z6) by TRS_Z8.
  These steps produce the following goal.

Subgoal *1.6/4'''
(IMPLIES (AND (CONSP (CONS TRS_Z7 TRS_Z8))
              (SYMBOLP TRS_Z5)
              (NOT (EQUAL TRS_Z5 T))
              (NOT (EQUAL TRS_Z5 NIL))
              (CONSP (LIST* TRS_Z5 TRS_Z7 TRS_Z8))
              (EQUAL 'TRS_TRUE
                     (CAR (TRS_GT TRS_Z7 TRS_Z4)))
              (NOT (CDR (TRS_GT TRS_Z7 TRS_Z4)))
              (EQUAL 'TRS_S TRS_Z5)
              (TRS_ISSORT[A22] TRS_Z7)
              (NOT TRS_Z8)
              (NOT (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                                       TRS_Z7 (LIST 'TRS_S TRS_Z4))
                          '(TRS_TRUE)))
              (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z7 TRS_Z4)
                                  TRS_Z7 (LIST 'TRS_S TRS_Z4))
                     '(TRS_TRUE))
              (TRS_ISSORT[A22] TRS_Z4))
         (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z7 TRS_Z4)
                             (LIST* TRS_Z5 TRS_Z7 TRS_Z8)
                             (LIST 'TRS_S (LIST 'TRS_S TRS_Z4)))
                '(TRS_TRUE))).

By case analysis we reduce the conjecture to

Subgoal *1.6/4'4'
(IMPLIES (AND (CONSP (CONS TRS_Z7 TRS_Z8))
              (SYMBOLP TRS_Z5)
              (NOT (EQUAL TRS_Z5 T))
              TRS_Z5
              (CONSP (LIST* TRS_Z5 TRS_Z7 TRS_Z8))
              (EQUAL 'TRS_TRUE
                     (CAR (TRS_GT TRS_Z7 TRS_Z4)))
              (NOT (CDR (TRS_GT TRS_Z7 TRS_Z4)))
              (EQUAL 'TRS_S TRS_Z5)
              (TRS_ISSORT[A22] TRS_Z7)
              (NOT TRS_Z8)
              (NOT (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                                       TRS_Z7 (LIST 'TRS_S TRS_Z4))
                          '(TRS_TRUE)))
              (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z7 TRS_Z4)
                                  TRS_Z7 (LIST 'TRS_S TRS_Z4))
                     '(TRS_TRUE))
              (TRS_ISSORT[A22] TRS_Z4))
         (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z7 TRS_Z4)
                             (LIST* TRS_Z5 TRS_Z7 TRS_Z8)
                             (LIST 'TRS_S (LIST 'TRS_S TRS_Z4)))
                '(TRS_TRUE))).

This simplifies, using the :definitions TRS_GT, TRS_IFPRIME, TRS_ISBOOL
and TRS_ISSORT[A22], the :executable-counterparts of EQUAL, NOT and
SYMBOLP, primitive type reasoning, the :rewrite rules CAR-CONS and
CDR-CONS and the :type-prescription rules TRS_GT and TRS_ISSORT[A22],
to

Subgoal *1.6/4'5'
(IMPLIES (AND (EQUAL 'TRS_TRUE
                     (CAR (TRS_GT TRS_Z7 TRS_Z4)))
              (NOT (CDR (TRS_GT TRS_Z7 TRS_Z4)))
              (TRS_ISSORT[A22] TRS_Z7)
              (NOT (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                                       TRS_Z7 (LIST 'TRS_S TRS_Z4))
                          '(TRS_TRUE)))
              (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z7 TRS_Z4)
                                  TRS_Z7 (LIST 'TRS_S TRS_Z4))
                     '(TRS_TRUE))
              (TRS_ISSORT[A22] TRS_Z4))
         (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z7 (LIST 'TRS_S TRS_Z4))
                             TRS_Z7
                             (LIST 'TRS_S (LIST 'TRS_S TRS_Z4)))
                '(TRS_TRUE))).

We generalize this conjecture, replacing (TRS_GT TRS_Z7 TRS_Z4) by
L and restricting the type of the new variable L to be that of the
term it replaces, as established by TRS_GT.  This produces

Subgoal *1.6/4'6'
(IMPLIES (AND (CONSP L)
              (TRUE-LISTP L)
              (EQUAL 'TRS_TRUE (CAR L))
              (NOT (CDR L))
              (TRS_ISSORT[A22] TRS_Z7)
              (NOT (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                                       TRS_Z7 (LIST 'TRS_S TRS_Z4))
                          '(TRS_TRUE)))
              (EQUAL (TRS_IFPRIME L TRS_Z7 (LIST 'TRS_S TRS_Z4))
                     '(TRS_TRUE))
              (TRS_ISSORT[A22] TRS_Z4))
         (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z7 (LIST 'TRS_S TRS_Z4))
                             TRS_Z7
                             (LIST 'TRS_S (LIST 'TRS_S TRS_Z4)))
                '(TRS_TRUE))).

This simplifies, using the :definition TRUE-LISTP and the :executable-
counterpart of TRUE-LISTP, to

Subgoal *1.6/4'7'
(IMPLIES (AND (CONSP L)
              (EQUAL 'TRS_TRUE (CAR L))
              (NOT (CDR L))
              (TRS_ISSORT[A22] TRS_Z7)
              (NOT (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                                       TRS_Z7 (LIST 'TRS_S TRS_Z4))
                          '(TRS_TRUE)))
              (EQUAL (TRS_IFPRIME L TRS_Z7 (LIST 'TRS_S TRS_Z4))
                     '(TRS_TRUE))
              (TRS_ISSORT[A22] TRS_Z4))
         (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z7 (LIST 'TRS_S TRS_Z4))
                             TRS_Z7
                             (LIST 'TRS_S (LIST 'TRS_S TRS_Z4)))
                '(TRS_TRUE))).

The destructor terms (CAR L) and (CDR L) can be eliminated by using
CAR-CDR-ELIM to replace L by (CONS L1 L2), (CAR L) by L1 and (CDR L)
by L2 and restrict the type of the new variable L1 to be that of the
term it replaces.  This produces the following goal.

Subgoal *1.6/4'8'
(IMPLIES (AND (SYMBOLP L1)
              (NOT (EQUAL L1 T))
              (NOT (EQUAL L1 NIL))
              (CONSP (CONS L1 L2))
              (EQUAL 'TRS_TRUE L1)
              (NOT L2)
              (TRS_ISSORT[A22] TRS_Z7)
              (NOT (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                                       TRS_Z7 (LIST 'TRS_S TRS_Z4))
                          '(TRS_TRUE)))
              (EQUAL (TRS_IFPRIME (CONS L1 L2)
                                  TRS_Z7 (LIST 'TRS_S TRS_Z4))
                     '(TRS_TRUE))
              (TRS_ISSORT[A22] TRS_Z4))
         (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z7 (LIST 'TRS_S TRS_Z4))
                             TRS_Z7
                             (LIST 'TRS_S (LIST 'TRS_S TRS_Z4)))
                '(TRS_TRUE))).

By case analysis we reduce the conjecture to

Subgoal *1.6/4'9'
(IMPLIES (AND (SYMBOLP L1)
              (NOT (EQUAL L1 T))
              L1 (CONSP (CONS L1 L2))
              (EQUAL 'TRS_TRUE L1)
              (NOT L2)
              (TRS_ISSORT[A22] TRS_Z7)
              (NOT (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                                       TRS_Z7 (LIST 'TRS_S TRS_Z4))
                          '(TRS_TRUE)))
              (EQUAL (TRS_IFPRIME (CONS L1 L2)
                                  TRS_Z7 (LIST 'TRS_S TRS_Z4))
                     '(TRS_TRUE))
              (TRS_ISSORT[A22] TRS_Z4))
         (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z7 (LIST 'TRS_S TRS_Z4))
                             TRS_Z7
                             (LIST 'TRS_S (LIST 'TRS_S TRS_Z4)))
                '(TRS_TRUE))).

But simplification reduces this to T, using the :executable-counterparts
of CONS, CONSP, EQUAL, NOT and SYMBOLP.

Subgoal *1.6/3
(IMPLIES (AND (AND (TRS_ISBOOL (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                   (TRS_ISSORT[A22] TRS_Z3)
                   (TRS_ISSORT[A22] (LIST 'TRS_S (LIST 'TRS_S TRS_Z4))))
              (NOT (EQ (CAR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                       'TRS_FALSE))
              (NOT (AND (EQ (CAR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                            'TRS_TRUE)
                        (EQ (CAR TRS_Z3) 'TRS_0)))
              T (NOT (TRS_ISSORT[A22] (CADR TRS_Z3)))
              (TRS_ISSORT[A22] TRS_Z3)
              (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                                  TRS_Z3 (LIST 'TRS_S TRS_Z4))
                     '(TRS_TRUE))
              (TRS_ISSORT[A22] TRS_Z4))
         (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4))
                             TRS_Z3
                             (LIST 'TRS_S (LIST 'TRS_S TRS_Z4)))
                '(TRS_TRUE))).

By the simple :definitions EQ and TRS_ISBOOL we reduce the conjecture
to

Subgoal *1.6/3'
(IMPLIES (AND (CONSP (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
              (COND ((EQUAL 'TRS_TRUE
                            (CAR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4))))
                     (EQUAL (CDR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                            NIL))
                    ((EQUAL 'TRS_FALSE
                            (CAR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4))))
                     (EQUAL (CDR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                            NIL))
                    (T NIL))
              (TRS_ISSORT[A22] TRS_Z3)
              (TRS_ISSORT[A22] (LIST 'TRS_S (LIST 'TRS_S TRS_Z4)))
              (NOT (EQUAL (CAR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                          'TRS_FALSE))
              (NOT (AND (EQUAL (CAR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                               'TRS_TRUE)
                        (EQUAL (CAR TRS_Z3) 'TRS_0)))
              (NOT (TRS_ISSORT[A22] (CADR TRS_Z3)))
              (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                                  TRS_Z3 (LIST 'TRS_S TRS_Z4))
                     '(TRS_TRUE))
              (TRS_ISSORT[A22] TRS_Z4))
         (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4))
                             TRS_Z3
                             (LIST 'TRS_S (LIST 'TRS_S TRS_Z4)))
                '(TRS_TRUE))).

But simplification reduces this to T, using the :definitions TRS_GT
and TRS_ISSORT[A22], the :executable-counterparts of CAR and EQUAL,
primitive type reasoning, the :rewrite rules CAR-CONS and CDR-CONS
and the :type-prescription rule TRS_ISSORT[A22].

Subgoal *1.6/2
(IMPLIES (AND (AND (TRS_ISBOOL (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                   (TRS_ISSORT[A22] TRS_Z3)
                   (TRS_ISSORT[A22] (LIST 'TRS_S (LIST 'TRS_S TRS_Z4))))
              (NOT (EQ (CAR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                       'TRS_FALSE))
              (AND (EQ (CAR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                       'TRS_TRUE)
                   (EQ (CAR TRS_Z3) 'TRS_0))
              (TRS_ISSORT[A22] TRS_Z3)
              (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                                  TRS_Z3 (LIST 'TRS_S TRS_Z4))
                     '(TRS_TRUE))
              (TRS_ISSORT[A22] TRS_Z4))
         (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4))
                             TRS_Z3
                             (LIST 'TRS_S (LIST 'TRS_S TRS_Z4)))
                '(TRS_TRUE))).

By the simple :definitions EQ and TRS_ISBOOL we reduce the conjecture
to

Subgoal *1.6/2'
(IMPLIES (AND (CONSP (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
              (COND ((EQUAL 'TRS_TRUE
                            (CAR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4))))
                     (EQUAL (CDR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                            NIL))
                    ((EQUAL 'TRS_FALSE
                            (CAR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4))))
                     (EQUAL (CDR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                            NIL))
                    (T NIL))
              (TRS_ISSORT[A22] TRS_Z3)
              (TRS_ISSORT[A22] (LIST 'TRS_S (LIST 'TRS_S TRS_Z4)))
              (NOT (EQUAL (CAR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                          'TRS_FALSE))
              (EQUAL (CAR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                     'TRS_TRUE)
              (EQUAL (CAR TRS_Z3) 'TRS_0)
              (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                                  TRS_Z3 (LIST 'TRS_S TRS_Z4))
                     '(TRS_TRUE))
              (TRS_ISSORT[A22] TRS_Z4))
         (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4))
                             TRS_Z3
                             (LIST 'TRS_S (LIST 'TRS_S TRS_Z4)))
                '(TRS_TRUE))).

But simplification reduces this to T, using the :definitions TRS_GT
and TRS_ISSORT[A22], the :executable-counterparts of CAR and EQUAL,
primitive type reasoning, the :rewrite rules CAR-CONS and CDR-CONS
and the :type-prescription rule TRS_ISSORT[A22].

Subgoal *1.6/1
(IMPLIES (AND (AND (TRS_ISBOOL (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                   (TRS_ISSORT[A22] TRS_Z3)
                   (TRS_ISSORT[A22] (LIST 'TRS_S (LIST 'TRS_S TRS_Z4))))
              (EQ (CAR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                  'TRS_FALSE)
              (TRS_ISSORT[A22] TRS_Z3)
              (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                                  TRS_Z3 (LIST 'TRS_S TRS_Z4))
                     '(TRS_TRUE))
              (TRS_ISSORT[A22] TRS_Z4))
         (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4))
                             TRS_Z3
                             (LIST 'TRS_S (LIST 'TRS_S TRS_Z4)))
                '(TRS_TRUE))).

By the simple :definitions EQ and TRS_ISBOOL we reduce the conjecture
to

Subgoal *1.6/1'
(IMPLIES (AND (CONSP (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
              (COND ((EQUAL 'TRS_TRUE
                            (CAR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4))))
                     (EQUAL (CDR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                            NIL))
                    ((EQUAL 'TRS_FALSE
                            (CAR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4))))
                     (EQUAL (CDR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                            NIL))
                    (T NIL))
              (TRS_ISSORT[A22] TRS_Z3)
              (TRS_ISSORT[A22] (LIST 'TRS_S (LIST 'TRS_S TRS_Z4)))
              (EQUAL (CAR (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4)))
                     'TRS_FALSE)
              (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                                  TRS_Z3 (LIST 'TRS_S TRS_Z4))
                     '(TRS_TRUE))
              (TRS_ISSORT[A22] TRS_Z4))
         (EQUAL (TRS_IFPRIME (TRS_GT TRS_Z3 (LIST 'TRS_S TRS_Z4))
                             TRS_Z3
                             (LIST 'TRS_S (LIST 'TRS_S TRS_Z4)))
                '(TRS_TRUE))).

But simplification reduces this to T, using the :definitions TRS_GT,
TRS_IFPRIME, TRS_ISBOOL and TRS_ISSORT[A22], the :executable-counterparts
of CAR, EQUAL and TRS_ISBOOL, primitive type reasoning, the :rewrite
rules CAR-CONS and CDR-CONS and the :type-prescription rules TRS_GT
and TRS_ISSORT[A22].

That completes the proof of *1.6.

We therefore turn our attention to *1.5, which is

(IMPLIES (AND (TRS_ISSORT[A22] TRS_Z3)
              (EQUAL (CAR TRS_Z3) 'TRS_S))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z3 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

But the formula above is subsumed by *1.4, which we'll try to prove
later.  We therefore regard *1.5 as proved (pending the proof of the
more general *1.4).

We next consider *1.4, which is

(IMPLIES (AND (TRS_ISSORT[A22] TRS_Z3)
              (EQUAL (CAR TRS_Z3) 'TRS_S))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z3 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

But the formula above is subsumed by *1.3, which we'll try to prove
later.  We therefore regard *1.4 as proved (pending the proof of the
more general *1.3).

We next consider *1.3, which is

(IMPLIES (AND (TRS_ISSORT[A22] TRS_Z3)
              (EQUAL (CAR TRS_Z3) 'TRS_S))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z3 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

But the formula above is subsumed by *1.2, which we'll try to prove
later.  We therefore regard *1.3 as proved (pending the proof of the
more general *1.2).

We next consider *1.2, which is

(IMPLIES (AND (TRS_ISSORT[A22] TRS_Z3)
              (EQUAL (CAR TRS_Z3) 'TRS_S))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z3 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

But the formula above is subsumed by *1.1, which we'll try to prove
later.  We therefore regard *1.2 as proved (pending the proof of the
more general *1.1).

We next consider *1.1, which is

(IMPLIES (AND (TRS_ISSORT[A22] TRS_Z3)
              (EQUAL (CAR TRS_Z3) 'TRS_S))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z3 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

Perhaps we can prove *1.1 by induction.  Two induction schemes are
suggested by this conjecture.  These merge into one derived induction
scheme.  

We will induct according to a scheme suggested by 
(TRS_IFPRIME '(TRS_TRUE) TRS_Z3 '(TRS_S (TRS_0))).  This suggestion
was produced using the :induction rules TRS_IFPRIME and TRS_ISSORT[A22].
If we let (:P TRS_Z3) denote *1.1 above then the induction scheme we'll
use is
(AND (IMPLIES (NOT (AND (TRS_ISBOOL '(TRS_TRUE))
                        (TRS_ISSORT[A22] TRS_Z3)
                        (TRS_ISSORT[A22] '(TRS_S (TRS_0)))))
              (:P TRS_Z3))
     (IMPLIES (AND (AND (TRS_ISBOOL '(TRS_TRUE))
                        (TRS_ISSORT[A22] TRS_Z3)
                        (TRS_ISSORT[A22] '(TRS_S (TRS_0))))
                   (NOT (EQ 'TRS_TRUE 'TRS_FALSE))
                   (NOT (AND (EQ 'TRS_TRUE 'TRS_TRUE)
                             (EQ (CAR TRS_Z3) 'TRS_0)))
                   T (:P (CADR TRS_Z3)))
              (:P TRS_Z3))
     (IMPLIES (AND (AND (TRS_ISBOOL '(TRS_TRUE))
                        (TRS_ISSORT[A22] TRS_Z3)
                        (TRS_ISSORT[A22] '(TRS_S (TRS_0))))
                   (NOT (EQ 'TRS_TRUE 'TRS_FALSE))
                   (AND (EQ 'TRS_TRUE 'TRS_TRUE)
                        (EQ (CAR TRS_Z3) 'TRS_0)))
              (:P TRS_Z3))
     (IMPLIES (AND (AND (TRS_ISBOOL '(TRS_TRUE))
                        (TRS_ISSORT[A22] TRS_Z3)
                        (TRS_ISSORT[A22] '(TRS_S (TRS_0))))
                   (EQ 'TRS_TRUE 'TRS_FALSE))
              (:P TRS_Z3))).
This induction is justified by the same argument used to admit TRS_IFPRIME.
When applied to the goal at hand the above induction scheme produces
five nontautological subgoals.

Subgoal *1.1/5
(IMPLIES (AND (NOT (AND (TRS_ISBOOL '(TRS_TRUE))
                        (TRS_ISSORT[A22] TRS_Z3)
                        (TRS_ISSORT[A22] '(TRS_S (TRS_0)))))
              (TRS_ISSORT[A22] TRS_Z3)
              (EQUAL (CAR TRS_Z3) 'TRS_S))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z3 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

But we reduce the conjecture to T, by the :executable-counterparts
of TRS_ISBOOL and TRS_ISSORT[A22].

Subgoal *1.1/4
(IMPLIES (AND (AND (TRS_ISBOOL '(TRS_TRUE))
                   (TRS_ISSORT[A22] TRS_Z3)
                   (TRS_ISSORT[A22] '(TRS_S (TRS_0))))
              (NOT (EQ 'TRS_TRUE 'TRS_FALSE))
              (NOT (AND (EQ 'TRS_TRUE 'TRS_TRUE)
                        (EQ (CAR TRS_Z3) 'TRS_0)))
              T
              (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                                  (CADR TRS_Z3)
                                  '(TRS_S (TRS_0)))
                     '(TRS_TRUE))
              (TRS_ISSORT[A22] TRS_Z3)
              (EQUAL (CAR TRS_Z3) 'TRS_S))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z3 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

By the simple :definition EQ and the :executable-counterparts of EQ,
TRS_ISBOOL and TRS_ISSORT[A22] we reduce the conjecture to

Subgoal *1.1/4'
(IMPLIES (AND (TRS_ISSORT[A22] TRS_Z3)
              (NOT (EQUAL (CAR TRS_Z3) 'TRS_0))
              (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                                  (CADR TRS_Z3)
                                  '(TRS_S (TRS_0)))
                     '(TRS_TRUE))
              (EQUAL (CAR TRS_Z3) 'TRS_S))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z3 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

This simplifies, using the :definitions TRS_GT, TRS_IFPRIME and 
TRS_ISSORT[A22], the :executable-counterparts of CAR, CDR, EQUAL, TRS_ISBOOL
and TRS_ISSORT[A22], primitive type reasoning, the :rewrite rules CAR-CONS
and CDR-CONS and the :type-prescription rule TRS_ISSORT[A22], to

Subgoal *1.1/4''
(IMPLIES (AND (CONSP TRS_Z3)
              (CONSP (CDR TRS_Z3))
              (TRS_ISSORT[A22] (CADR TRS_Z3))
              (NOT (CDDR TRS_Z3))
              (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                                  (CADR TRS_Z3)
                                  '(TRS_S (TRS_0)))
                     '(TRS_TRUE))
              (EQUAL (CAR TRS_Z3) 'TRS_S)
              (NOT (EQUAL (CAADR TRS_Z3) 'TRS_S)))
         (EQUAL (TRS_IFPRIME '(TRS_FALSE)
                             (CADR TRS_Z3)
                             '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

But simplification reduces this to T, using the :definitions TRS_IFPRIME
and TRS_ISSORT[A22], the :executable-counterparts of CAR, EQUAL, TRS_ISBOOL
and TRS_ISSORT[A22] and primitive type reasoning.

Subgoal *1.1/3
(IMPLIES (AND (AND (TRS_ISBOOL '(TRS_TRUE))
                   (TRS_ISSORT[A22] TRS_Z3)
                   (TRS_ISSORT[A22] '(TRS_S (TRS_0))))
              (NOT (EQ 'TRS_TRUE 'TRS_FALSE))
              (NOT (AND (EQ 'TRS_TRUE 'TRS_TRUE)
                        (EQ (CAR TRS_Z3) 'TRS_0)))
              T (NOT (EQUAL (CAADR TRS_Z3) 'TRS_S))
              (TRS_ISSORT[A22] TRS_Z3)
              (EQUAL (CAR TRS_Z3) 'TRS_S))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z3 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

By the simple :definition EQ and the :executable-counterparts of EQ,
TRS_ISBOOL and TRS_ISSORT[A22] we reduce the conjecture to

Subgoal *1.1/3'
(IMPLIES (AND (TRS_ISSORT[A22] TRS_Z3)
              (NOT (EQUAL (CAR TRS_Z3) 'TRS_0))
              (NOT (EQUAL (CAADR TRS_Z3) 'TRS_S))
              (EQUAL (CAR TRS_Z3) 'TRS_S))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z3 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

But simplification reduces this to T, using the :definitions TRS_GT,
TRS_IFPRIME and TRS_ISSORT[A22], the :executable-counterparts of CAR,
CDR, EQUAL, TRS_ISBOOL and TRS_ISSORT[A22], primitive type reasoning,
the :rewrite rules CAR-CONS and CDR-CONS and the :type-prescription
rule TRS_ISSORT[A22].

Subgoal *1.1/2
(IMPLIES (AND (AND (TRS_ISBOOL '(TRS_TRUE))
                   (TRS_ISSORT[A22] TRS_Z3)
                   (TRS_ISSORT[A22] '(TRS_S (TRS_0))))
              (NOT (EQ 'TRS_TRUE 'TRS_FALSE))
              (NOT (AND (EQ 'TRS_TRUE 'TRS_TRUE)
                        (EQ (CAR TRS_Z3) 'TRS_0)))
              T (NOT (TRS_ISSORT[A22] (CADR TRS_Z3)))
              (TRS_ISSORT[A22] TRS_Z3)
              (EQUAL (CAR TRS_Z3) 'TRS_S))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z3 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

By the simple :definition EQ and the :executable-counterparts of EQ,
TRS_ISBOOL and TRS_ISSORT[A22] we reduce the conjecture to

Subgoal *1.1/2'
(IMPLIES (AND (TRS_ISSORT[A22] TRS_Z3)
              (NOT (EQUAL (CAR TRS_Z3) 'TRS_0))
              (NOT (TRS_ISSORT[A22] (CADR TRS_Z3)))
              (EQUAL (CAR TRS_Z3) 'TRS_S))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z3 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

But simplification reduces this to T, using the :definition TRS_ISSORT[A22]
and the :executable-counterpart of EQUAL.

Subgoal *1.1/1
(IMPLIES (AND (AND (TRS_ISBOOL '(TRS_TRUE))
                   (TRS_ISSORT[A22] TRS_Z3)
                   (TRS_ISSORT[A22] '(TRS_S (TRS_0))))
              (NOT (EQ 'TRS_TRUE 'TRS_FALSE))
              (AND (EQ 'TRS_TRUE 'TRS_TRUE)
                   (EQ (CAR TRS_Z3) 'TRS_0))
              (TRS_ISSORT[A22] TRS_Z3)
              (EQUAL (CAR TRS_Z3) 'TRS_S))
         (EQUAL (TRS_IFPRIME '(TRS_TRUE)
                             TRS_Z3 '(TRS_S (TRS_0)))
                '(TRS_TRUE))).

But we reduce the conjecture to T, by the :executable-counterpart of
EQUAL and primitive type reasoning.

That completes the proofs of *1.1 and *1.

Q.E.D.

Summary
Form:  ( DEFTHM TEST ...)
Rules: ((:DEFINITION EQ)
        (:DEFINITION NOT)
        (:DEFINITION TRS_GT)
        (:DEFINITION TRS_IFPRIME)
        (:DEFINITION TRS_ISBOOL)
        (:DEFINITION TRS_ISSORT[A22])
        (:DEFINITION TRUE-LISTP)
        (:ELIM CAR-CDR-ELIM)
        (:EXECUTABLE-COUNTERPART CAR)
        (:EXECUTABLE-COUNTERPART CDR)
        (:EXECUTABLE-COUNTERPART CONS)
        (:EXECUTABLE-COUNTERPART CONSP)
        (:EXECUTABLE-COUNTERPART EQ)
        (:EXECUTABLE-COUNTERPART EQUAL)
        (:EXECUTABLE-COUNTERPART NOT)
        (:EXECUTABLE-COUNTERPART SYMBOLP)
        (:EXECUTABLE-COUNTERPART TRS_ISBOOL)
        (:EXECUTABLE-COUNTERPART TRS_ISSORT[A22])
        (:EXECUTABLE-COUNTERPART TRUE-LISTP)
        (:FAKE-RUNE-FOR-TYPE-SET NIL)
        (:INDUCTION TRS_GT)
        (:INDUCTION TRS_IFPRIME)
        (:INDUCTION TRS_ISSORT[A22])
        (:REWRITE CAR-CONS)
        (:REWRITE CDR-CONS)
        (:TYPE-PRESCRIPTION TRS_GT)
        (:TYPE-PRESCRIPTION TRS_ISBOOL)
        (:TYPE-PRESCRIPTION TRS_ISSORT[A22]))
Warnings:  None
Time:  0.44 seconds (prove: 0.40, print: 0.04, other: 0.00)
 TEST
ACL2 !>Bye.

(46) Complex Obligation (AND)

(47) Obligation:

Q DP problem:
The TRS P consists of the following rules:

MOD(s(x0), s(x1)) → IF1(lt(x0, x1), s(x0), s(x1))

The TRS R consists of the following rules:

lt(0, s(x)) → true
lt(s(x), s(y)) → lt(x, y)
lt(x, 0) → false
minus(0, y) → 0
minus(s(x), y) → if(gt(s(x), y), x, y)
gt(s(x), 0) → true
gt(s(x), s(y)) → gt(x, y)
if(true, x, y) → s(minus(x, y))
if(false, x, y) → 0
gt(0, y) → false

The set Q consists of the following terms:

minus(0, x0)
minus(s(x0), x1)
if(true, x0, x1)
if(false, x0, x1)
gt(0, x0)
gt(s(x0), 0)
gt(s(x0), s(x1))
lt(x0, 0)
lt(0, s(x0))
lt(s(x0), s(x1))

We have to consider all minimal (P,Q,R)-chains.

(48) DependencyGraphProof (EQUIVALENT transformation)

The approximation of the Dependency Graph [LPAR04,FROCOS05,EDGSTAR] contains 0 SCCs with 1 less node.

(49) TRUE

(50) Obligation:

Q restricted rewrite system:
The TRS R consists of the following rules:

minus'(0, y18) → false
minus'(s(x32), y26) → if'(gt(s(x32), y26), x32, y26)
if'(true, x59, y49) → minus'(x59, y49)
if'(false, x68, y57) → true
lt(0, s(x)) → true
lt(s(x6), s(y3)) → lt(x6, y3)
lt(x15, 0) → false
minus(0, y18) → 0
minus(s(x32), y26) → if(gt(s(x32), y26), x32, y26)
gt(s(x41), 0) → true
gt(s(x50), s(y41)) → gt(x50, y41)
if(true, x59, y49) → s(minus(x59, y49))
if(false, x68, y57) → 0
gt(0, y65) → false
equal_bool(true, false) → false
equal_bool(false, true) → false
equal_bool(true, true) → true
equal_bool(false, false) → true
and(true, x) → x
and(false, x) → false
or(true, x) → true
or(false, x) → x
not(false) → true
not(true) → false
isa_true(true) → true
isa_true(false) → false
isa_false(true) → false
isa_false(false) → true
equal_sort[a22](0, 0) → true
equal_sort[a22](0, s(x0)) → false
equal_sort[a22](s(x0), 0) → false
equal_sort[a22](s(x0), s(x1)) → equal_sort[a22](x0, x1)
equal_sort[a39](witness_sort[a39], witness_sort[a39]) → true

Q is empty.

(51) QTRSRRRProof (EQUIVALENT transformation)

Used ordering:
Combined order from the following AFS and order.
minus'(x1, x2)  =  minus'(x1, x2)
0  =  0
false  =  false
s(x1)  =  s(x1)
if'(x1, x2, x3)  =  if'(x1, x2, x3)
gt(x1, x2)  =  gt(x1, x2)
true  =  true
lt(x1, x2)  =  lt(x1, x2)
minus(x1, x2)  =  minus(x1, x2)
if(x1, x2, x3)  =  if(x1, x2, x3)
equal_bool(x1, x2)  =  equal_bool(x1, x2)
and(x1, x2)  =  and(x1, x2)
or(x1, x2)  =  or(x1, x2)
not(x1)  =  not(x1)
isa_true(x1)  =  isa_true(x1)
isa_false(x1)  =  x1
equal_sort[a22](x1, x2)  =  equal_sort[a22](x1, x2)
equal_sort[a39](x1, x2)  =  equal_sort[a39](x1, x2)
witness_sort[a39]  =  witness_sort[a39]

Recursive path order with status [RPO].
Quasi-Precedence:
[minus'2, 0, false, if'3, true, minus2, if3, isatrue1, equalsort[a39]2] > s1 > lt2
[minus'2, 0, false, if'3, true, minus2, if3, isatrue1, equalsort[a39]2] > s1 > equalsort[a22]2
[minus'2, 0, false, if'3, true, minus2, if3, isatrue1, equalsort[a39]2] > gt2

Status:
minus'2: [2,1]
0: multiset
false: multiset
s1: [1]
if'3: [3,2,1]
gt2: [2,1]
true: multiset
lt2: [2,1]
minus2: [2,1]
if3: [3,2,1]
equalbool2: multiset
and2: [2,1]
or2: multiset
not1: multiset
isatrue1: [1]
equalsort[a22]2: multiset
equalsort[a39]2: multiset
witnesssort[a39]: multiset

With this ordering the following rules can be removed by the rule removal processor [LPAR04] because they are oriented strictly:

minus'(0, y18) → false
minus'(s(x32), y26) → if'(gt(s(x32), y26), x32, y26)
if'(true, x59, y49) → minus'(x59, y49)
if'(false, x68, y57) → true
lt(0, s(x)) → true
lt(s(x6), s(y3)) → lt(x6, y3)
lt(x15, 0) → false
minus(0, y18) → 0
minus(s(x32), y26) → if(gt(s(x32), y26), x32, y26)
gt(s(x41), 0) → true
gt(s(x50), s(y41)) → gt(x50, y41)
if(true, x59, y49) → s(minus(x59, y49))
if(false, x68, y57) → 0
gt(0, y65) → false
equal_bool(true, false) → false
equal_bool(false, true) → false
equal_bool(true, true) → true
equal_bool(false, false) → true
and(true, x) → x
and(false, x) → false
or(true, x) → true
or(false, x) → x
not(false) → true
not(true) → false
isa_true(true) → true
isa_true(false) → false
equal_sort[a22](0, 0) → true
equal_sort[a22](0, s(x0)) → false
equal_sort[a22](s(x0), 0) → false
equal_sort[a22](s(x0), s(x1)) → equal_sort[a22](x0, x1)
equal_sort[a39](witness_sort[a39], witness_sort[a39]) → true


(52) Obligation:

Q restricted rewrite system:
The TRS R consists of the following rules:

isa_false(true) → false
isa_false(false) → true

Q is empty.

(53) QTRSRRRProof (EQUIVALENT transformation)

Used ordering:
Polynomial interpretation [POLO]:

POL(false) = 2   
POL(isa_false(x1)) = 2 + 2·x1   
POL(true) = 1   
With this ordering the following rules can be removed by the rule removal processor [LPAR04] because they are oriented strictly:

isa_false(true) → false
isa_false(false) → true


(54) Obligation:

Q restricted rewrite system:
R is empty.
Q is empty.

(55) RisEmptyProof (EQUIVALENT transformation)

The TRS R is empty. Hence, termination is trivially proven.

(56) YES