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