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 Element of 1 -tuples_on BOOLEAN holds f . a = H1(a) from FUNCT_2:sch 4();
hereby :: thesis: verum
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 Element of 1 -tuples_on BOOLEAN by FINSEQ_2:98;
thus f . <*x*> = F1((a . 1)) by A1
.= F1(x) ; :: thesis: verum
end;