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
A1: for x being Element of BOOLEAN holds f1 . <*x*> = F1(x) and
A2: for x being Element of BOOLEAN holds f2 . <*x*> = F1(x) ; :: thesis: f1 = f2
now :: thesis: for a being Tuple of 1,BOOLEAN holds f1 . a = f2 . a
let a be Tuple of 1,BOOLEAN; :: thesis: f1 . a = f2 . a
consider x being Element of BOOLEAN such that
A3: a = <*x*> by FINSEQ_2:97;
thus f1 . a = F1(x) by A1, A3
.= f2 . a by A2, A3 ; :: thesis: verum
end;
hence f1 = f2 by FUNCT_2:63; :: thesis: verum