defpred S1[ object , object ] means GO $1,$2;
A1:
for x, y1, y2 being object st S1[x,y1] & S1[x,y2] holds
y1 = y2
by Th27;
consider Y being set such that
A2:
for y being object holds
( y in Y iff ex x being object st
( x in UN & S1[x,y] ) )
from TARSKI:sch 1(A1);
take
Y
; for y being object holds
( y in Y iff ex x being object st
( x in UN & GO x,y ) )
let y be object ; ( y in Y iff ex x being object st
( x in UN & GO x,y ) )
thus
( y in Y implies ex x being object st
( x in UN & GO x,y ) )
by A2; ( ex x being object st
( x in UN & GO x,y ) implies y in Y )
thus
( ex x being object st
( x in UN & GO x,y ) implies y in Y )
by A2; verum