let f, f9 be Function of [:A,A:],REAL ; ( ( for x, y being Element of A holds
( f . x,x = 0 & ( x <> y implies f . x,y = 1 ) ) ) & ( for x, y being Element of A holds
( f9 . x,x = 0 & ( x <> y implies f9 . x,y = 1 ) ) ) implies f = f9 )
assume that
A5:
for x, y being Element of A holds
( f . x,x = 0 & ( x <> y implies f . x,y = 1 ) )
and
A6:
for x, y being Element of A holds
( f9 . x,x = 0 & ( x <> y implies f9 . x,y = 1 ) )
; f = f9
now let x,
y be
Element of
A;
f . x,y = f9 . x,yhence
f . x,
y = f9 . x,
y
;
verum end;
hence
f = f9
by BINOP_1:2; verum