let a, b, c be Integer; :: thesis: ( a,b are_congruent_mod c iff c divides a - b )
A1: ( a,b are_congruent_mod c implies c divides a - b )
proof end;
( c divides a - b implies a,b are_congruent_mod c )
proof end;
hence ( a,b are_congruent_mod c iff c divides a - b ) by A1; :: thesis: verum