let x be Integer; :: thesis: ( - 1 <= SD_Add_Carry x & SD_Add_Carry x <= 1 )
per cases ( x < - 2 or ( - 2 <= x & x <= 2 ) or x > 2 ) ;
end;