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