let f, g be Function of (Tcircle (o,r)),(Tcircle (o,r)); :: thesis: ( ( for x being Point of (Tcircle (o,r)) ex y being Point of (TOP-REAL n) st
( x = y & f . x = HC (y,p,o,r) ) ) & ( for x being Point of (Tcircle (o,r)) ex y being Point of (TOP-REAL n) st
( x = y & g . x = HC (y,p,o,r) ) ) implies f = g )

assume that
A7: for x being Point of (Tcircle (o,r)) ex y being Point of (TOP-REAL n) st
( x = y & f . x = HC (y,p,o,r) ) and
A8: for x being Point of (Tcircle (o,r)) ex y being Point of (TOP-REAL n) st
( x = y & g . x = HC (y,p,o,r) ) ; :: thesis: f = g
now :: thesis: for x being set st x in the carrier of (Tcircle (o,r)) holds
f . x = g . x
let x be set ; :: thesis: ( x in the carrier of (Tcircle (o,r)) implies f . x = g . x )
assume A9: x in the carrier of (Tcircle (o,r)) ; :: thesis: f . x = g . x
A10: ex y being Point of (TOP-REAL n) st
( x = y & f . x = HC (y,p,o,r) ) by A7, A9;
ex y being Point of (TOP-REAL n) st
( x = y & g . x = HC (y,p,o,r) ) by A8, A9;
hence f . x = g . x by A10; :: thesis: verum
end;
hence f = g by FUNCT_2:12; :: thesis: verum