let f, g be Function of [:(TOP-REAL n),(TOP-REAL n):],(TOP-REAL n); ( ( for x, y being Point of (TOP-REAL n) holds f . (x,y) = x (#) y ) & ( for x, y being Point of (TOP-REAL n) holds g . (x,y) = x (#) y ) implies f = g )
assume that
A2:
for x, y being Point of (TOP-REAL n) holds f . (x,y) = x (#) y
and
A3:
for x, y being Point of (TOP-REAL n) holds g . (x,y) = x (#) y
; f = g
hence
f = g
by A1, BINOP_1:2; verum