Termination proof

1: switching to dependency pairs

The following set of initial dependency pairs has been identified.

plus#( plus( X , Y ) , Z ) plus#( X , plus( Y , Z ) )
plus#( plus( X , Y ) , Z ) plus#( Y , Z )
times#( X , s( Y ) ) plus#( X , times( Y , X ) )
times#( X , s( Y ) ) times#( Y , X )

1.1: dependency graph processor

The dependency pairs are split into 2 component(s).