deffunc H1( VECTOR of F1()) -> Element of NAT = 0 ;
consider f being Function of the carrier of F1(),REAL such that
A2: ( f . F2() = F4() & f . F3() = F5() ) and
A3: for u being VECTOR of F1() st u <> F2() & u <> F3() holds
f . u = H1(u) from FUNCT_2:sch 7(A1);
reconsider f = f as Element of Funcs the carrier of F1(),REAL by FUNCT_2:11;
now
let u be VECTOR of F1(); :: thesis: ( not u in {F2(),F3()} implies f . u = 0 )
assume not u in {F2(),F3()} ; :: thesis: f . u = 0
then ( u <> F2() & u <> F3() ) by TARSKI:def 2;
hence f . u = 0 by A3; :: thesis: verum
end;
then reconsider f = f as Linear_Combination of F1() by RLVECT_2:def 5;
Carrier f c= {F2(),F3()}
proof
let x be set ; :: according to TARSKI:def 3 :: thesis: ( not x in Carrier f or x in {F2(),F3()} )
assume that
A4: x in Carrier f and
A5: not x in {F2(),F3()} ; :: thesis: contradiction
A6: x <> F3() by A5, TARSKI:def 2;
( f . x <> 0 & x <> F2() ) by A4, A5, RLVECT_2:28, TARSKI:def 2;
hence contradiction by A3, A4, A6; :: thesis: verum
end;
then reconsider f = f as Linear_Combination of {F2(),F3()} by RLVECT_2:def 8;
take f ; :: thesis: ( f . F2() = F4() & f . F3() = F5() )
thus ( f . F2() = F4() & f . F3() = F5() ) by A2; :: thesis: verum