let P1, P2 be Function of C,X; ( ( for c being Element of C holds P1 . c = F . (c,d) ) & ( for c being Element of C holds P2 . c = F . (c,d) ) implies P1 = P2 )
assume that
A4:
for c being Element of C holds P1 . c = F . (c,d)
and
A5:
for c being Element of C holds P2 . c = F . (c,d)
; P1 = P2
now for c being object st c in C holds
P1 . c = P2 . clet c be
object ;
( c in C implies P1 . c = P2 . c )assume
c in C
;
P1 . c = P2 . cthen reconsider c1 =
c as
Element of
C ;
P1 . c1 = F . (
c1,
d)
by A4;
hence
P1 . c = P2 . c
by A5;
verum end;
hence
P1 = P2
; verum