Termination proof

1: switching to dependency pairs

The following set of initial dependency pairs has been identified.

purge#( .( x , y ) ) purge#( remove( x , y ) )
purge#( .( x , y ) ) remove#( x , y )
remove#( x , .( y , z ) ) remove#( x , z )
remove#( x , .( y , z ) ) remove#( x , z )

1.1: dependency graph processor

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