Termination proof

1: switching to dependency pairs

The following set of initial dependency pairs has been identified.

min#( s( x ) , s( y ) ) min#( x , y )
max#( s( x ) , s( y ) ) max#( x , y )
-#( s( x ) , s( y ) ) -#( x , y )
gcd#( s( x ) , s( y ) , z ) gcd#( -( max( x , y ) , min( x , y ) ) , s( min( x , y ) ) , z )
gcd#( s( x ) , s( y ) , z ) -#( max( x , y ) , min( x , y ) )
gcd#( s( x ) , s( y ) , z ) max#( x , y )
gcd#( s( x ) , s( y ) , z ) min#( x , y )
gcd#( s( x ) , s( y ) , z ) min#( x , y )
gcd#( x , s( y ) , s( z ) ) gcd#( x , -( max( y , z ) , min( y , z ) ) , s( min( y , z ) ) )
gcd#( x , s( y ) , s( z ) ) -#( max( y , z ) , min( y , z ) )
gcd#( x , s( y ) , s( z ) ) max#( y , z )
gcd#( x , s( y ) , s( z ) ) min#( y , z )
gcd#( x , s( y ) , s( z ) ) min#( y , z )
gcd#( s( x ) , y , s( z ) ) gcd#( -( max( x , z ) , min( x , z ) ) , y , s( min( x , z ) ) )
gcd#( s( x ) , y , s( z ) ) -#( max( x , z ) , min( x , z ) )
gcd#( s( x ) , y , s( z ) ) max#( x , z )
gcd#( s( x ) , y , s( z ) ) min#( x , z )
gcd#( s( x ) , y , s( z ) ) min#( x , z )

1.1: dependency graph processor

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