set qa = QuotOSAlg (U1,R);
set cqa = the Sorts of (QuotOSAlg (U1,R));
set u1 = the Sorts of U1;
set u2 = the Sorts of U2;
let H, G be Function of ( the Sorts of (QuotOSAlg (U1,R)) . s),( the Sorts of U2 . s); ( ( for x being Element of the Sorts of U1 . s holds H . (OSClass (R,x)) = (F . s) . x ) & ( for x being Element of the Sorts of U1 . s holds G . (OSClass (R,x)) = (F . s) . x ) implies H = G )
assume that
A11:
for a being Element of the Sorts of U1 . s holds H . (OSClass (R,a)) = (F . s) . a
and
A12:
for a being Element of the Sorts of U1 . s holds G . (OSClass (R,a)) = (F . s) . a
; H = G
A13:
the Sorts of (QuotOSAlg (U1,R)) . s = OSClass (R,s)
by Def11;
for x being object st x in the Sorts of (QuotOSAlg (U1,R)) . s holds
H . x = G . x
hence
H = G
by FUNCT_2:12; verum