Termination proof

1: switching to dependency pairs

The following set of initial dependency pairs has been identified.

f#( s( x ) ) f#( x )
g#( x , c( y ) ) g#( x , y )
g#( x , c( y ) ) g#( x , if( f( x ) , c( g( s( x ) , y ) ) , c( y ) ) )
g#( x , c( y ) ) if#( f( x ) , c( g( s( x ) , y ) ) , c( y ) )
g#( x , c( y ) ) f#( x )
g#( x , c( y ) ) g#( s( x ) , y )

1.1: dependency graph processor

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