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