deffunc H2( Element of V) -> Element of REAL = In ((i * (L . $1)),REAL);
consider f being Function of the carrier of V,REAL such that
A1: for v being Element of V holds f . v = H2(v) from FUNCT_2:sch 4();
reconsider f = f as Element of Funcs ( the carrier of V,REAL) by FUNCT_2:8;
now :: thesis: for v being Element of V st not v in Carrier L holds
f . v = 0
let v be Element of V; :: thesis: ( not v in Carrier L implies f . v = 0 )
assume not v in Carrier L ; :: thesis: f . v = 0
then A2: L . v = 0 ;
thus f . v = H2(v) by A1
.= 0 by A2 ; :: thesis: verum
end;
then reconsider f = f as Linear_Combination of V by RLVECT_2:def 3;
take f ; :: thesis: for v being VECTOR of V holds f . v = i * (L . v)
let v be VECTOR of V; :: thesis: f . v = i * (L . v)
f . v = H2(v) by A1;
hence f . v = i * (L . v) ; :: thesis: verum