defpred S1[ Element of INT , Element of INT ] means $1,$2 are_congruent_mod m;
consider R being Relation of INT ,INT such that
A1:
for x, y being Element of INT holds
( [x,y] in R iff S1[x,y] )
from RELSET_1:sch 2();
A2:
for x, y being Integer holds
( [x,y] in R iff x,y are_congruent_mod m )
take
R
; :: thesis: for x, y being Integer holds
( [x,y] in R iff x,y are_congruent_mod m )
let x, y be Integer; :: thesis: ( [x,y] in R iff x,y are_congruent_mod m )
thus
( [x,y] in R iff x,y are_congruent_mod m )
by A2; :: thesis: verum