Termination proof

1: switching to dependency pairs

The following set of initial dependency pairs has been identified.

msort#( .( x , y ) ) min#( x , y )
msort#( .( x , y ) ) msort#( del( min( x , y ) , .( x , y ) ) )
msort#( .( x , y ) ) del#( min( x , y ) , .( x , y ) )
msort#( .( x , y ) ) min#( x , y )
min#( x , .( y , z ) ) min#( x , z )
min#( x , .( y , z ) ) min#( y , z )
del#( x , .( y , z ) ) del#( x , z )

1.1: dependency graph processor

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