let x, j be Integer; :: thesis: ( j <> 0 implies |.(x mod j).| < |.j.| )
assume j <> 0 ; :: thesis: |.(x mod j).| < |.j.|
per cases then ( j > 0 or j < 0 ) ;
end;