let f, g be Function of [:F1(),F2():],F3(); :: thesis: ( ( 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) ; :: thesis: f = g
let x be Point of [:F1(),F2():]; :: according to FUNCT_2:def 8 :: thesis: 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 ; :: thesis: verum