Termination proof

1: switching to dependency pairs

The following set of initial dependency pairs has been identified.

f#( 1 ) f#( g( 1 ) )
f#( 1 ) g#( 1 )
f#( f( x ) ) f#( x )
g#( 0 ) g#( f( 0 ) )
g#( 0 ) f#( 0 )
g#( g( x ) ) g#( x )

1.1: dependency graph processor

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