let f1, f2 be Function of (TOP-REAL 2),R^1 ; :: thesis: ( ( for p being Point of (TOP-REAL 2) holds f1 . p = tricord3 p1,p2,p3,p ) & ( for p being Point of (TOP-REAL 2) holds f2 . p = tricord3 p1,p2,p3,p ) implies f1 = f2 )
assume A3:
( ( for p being Point of (TOP-REAL 2) holds f1 . p = tricord3 p1,p2,p3,p ) & ( for p being Point of (TOP-REAL 2) holds f2 . p = tricord3 p1,p2,p3,p ) )
; :: thesis: f1 = f2
dom f1 = the carrier of (TOP-REAL 2)
by FUNCT_2:def 1;
then A4:
dom f1 = dom f2
by FUNCT_2:def 1;
for x being set st x in dom f1 holds
f1 . x = f2 . x
hence
f1 = f2
by A4, FUNCT_1:9; :: thesis: verum