let f, f' 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
( f' . x,x = 0 & ( x <> y implies f' . x,y = 1 ) ) ) implies f = f' )
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
( f' . x,x = 0 & ( x <> y implies f' . x,y = 1 ) )
; f = f'
now let x,
y be
Element of
A;
f . x,y = f' . x,yhence
f . x,
y = f' . x,
y
;
verum end;
hence
f = f'
by BINOP_1:2; verum