Termination proof

1: switching to dependency pairs

The following set of initial dependency pairs has been identified.

sort#( cons( x , y ) ) insert#( x , sort( y ) )
sort#( cons( x , y ) ) sort#( y )
insert#( x , cons( v , w ) ) choose#( x , cons( v , w ) , x , v )
choose#( x , cons( v , w ) , 0 , s( z ) ) insert#( x , w )
choose#( x , cons( v , w ) , s( y ) , s( z ) ) choose#( x , cons( v , w ) , y , z )

1.1: dependency graph processor

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