let f, f' be Function of [:A,A:],REAL ; :: thesis: ( ( 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
A6:
for x, y being Element of A holds
( f . x,x = 0 & ( x <> y implies f . x,y = 1 ) )
and
A7:
for x, y being Element of A holds
( f' . x,x = 0 & ( x <> y implies f' . x,y = 1 ) )
; :: thesis: f = f'
hence
f = f'
by BINOP_1:2; :: thesis: verum