set B = R / I;
defpred S1[ object , object ] means $2 = Class ((EqRel (R,I)),$1);
X:
for x being object st x in the carrier of R holds
ex y being object st
( y in the carrier of (R / I) & S1[x,y] )
ex g being Function of R,(R / I) st
for x being object st x in the carrier of R holds
S1[x,g . x]
from FUNCT_2:sch 1(X);
then consider g being Function of R,(R / I) such that
Y:
for x being object st x in the carrier of R holds
g . x = Class ((EqRel (R,I)),x)
;
take
g
; for a being Element of R holds g . a = Class ((EqRel (R,I)),a)
thus
for a being Element of R holds g . a = Class ((EqRel (R,I)),a)
by Y; verum