deffunc H1( Element of 2 -tuples_on F1()) -> Element of F1() = F2(($1 . 1),($1 . 2));
consider f being Function of (2 -tuples_on F1()),F1() such that
A1:
for a being Element of 2 -tuples_on F1() holds f . a = H1(a)
from FUNCT_2:sch 4();
hereby for f1, f2 being Function of (2 -tuples_on F1()),F1() st ( for x, y being Element of F1() holds f1 . <*x,y*> = F2(x,y) ) & ( for x, y being Element of F1() holds f2 . <*x,y*> = F2(x,y) ) holds
f1 = f2
take f =
f;
for x, y being Element of F1() holds f . <*x,y*> = F2(x,y)let x,
y be
Element of
F1();
f . <*x,y*> = F2(x,y)reconsider a =
<*x,y*> as
Element of 2
-tuples_on F1()
by FINSEQ_2:101;
thus f . <*x,y*> =
F2(
(a . 1),
(a . 2))
by A1
.=
F2(
x,
(a . 2))
.=
F2(
x,
y)
;
verum
end;
let f1, f2 be Function of (2 -tuples_on F1()),F1(); ( ( for x, y being Element of F1() holds f1 . <*x,y*> = F2(x,y) ) & ( for x, y being Element of F1() holds f2 . <*x,y*> = F2(x,y) ) implies f1 = f2 )
assume that
A2:
for x, y being Element of F1() holds f1 . <*x,y*> = F2(x,y)
and
A3:
for x, y being Element of F1() holds f2 . <*x,y*> = F2(x,y)
; f1 = f2
hence
f1 = f2
by FUNCT_2:63; verum