let A be non empty set ; :: thesis: for R being Relation of A
for a, b being Element of A holds
( [a,b] in EqCl R iff a,b are_convertible_wrt R )
let R be Relation of A; :: thesis: for a, b being Element of A holds
( [a,b] in EqCl R iff a,b are_convertible_wrt R )
defpred S1[ set , set ] means $1,$2 are_convertible_wrt R;
consider Q being Relation of A such that
A1:
for a, b being set holds
( [a,b] in Q iff ( a in A & b in A & S1[a,b] ) )
from RELSET_1:sch 1();
for a, b being set st a in A & b in A holds
( [a,b] in Q iff a,b are_convertible_wrt R )
by A1;
then reconsider Q = Q as Equivalence_Relation of A by Th39;
A2:
R c= Q
then
Q = EqCl R
by A2, MSUALG_5:def 1;
hence
for a, b being Element of A holds
( [a,b] in EqCl R iff a,b are_convertible_wrt R )
by A1; :: thesis: verum