let f, g be Function of [:F1(),F2():],F3(); ( ( for s being Point of F1()
for t being Point of F2() holds f . (s,t) = F4(s,t) ) & ( for s being Point of F1()
for t being Point of F2() holds g . (s,t) = F4(s,t) ) implies f = g )
assume that
A1:
for a being Point of F1()
for b being Point of F2() holds f . (a,b) = F4(a,b)
and
A2:
for a being Point of F1()
for b being Point of F2() holds g . (a,b) = F4(a,b)
; f = g
let x be Point of [:F1(),F2():]; FUNCT_2:def 8 f . x = g . x
consider a being Point of F1(), b being Point of F2() such that
A3:
x = [a,b]
by BORSUK_1:10;
thus f . x =
f . (a,b)
by A3
.=
F4(a,b)
by A1
.=
g . (a,b)
by A2
.=
g . x
by A3
; verum