set X = { l where l is Linear_Combination of A : verum } ;
{ l where l is Linear_Combination of A : verum } c= the carrier of (LC_RLSpace V)
proof
let x be object ; :: according to TARSKI:def 3 :: thesis: ( not x in { l where l is Linear_Combination of A : verum } or x in the carrier of (LC_RLSpace V) )
assume x in { l where l is Linear_Combination of A : verum } ; :: thesis: x in the carrier of (LC_RLSpace V)
then ex l being Linear_Combination of A st x = l ;
hence x in the carrier of (LC_RLSpace V) by Def14; :: thesis: verum
end;
then reconsider X = { l where l is Linear_Combination of A : verum } as Subset of (LC_RLSpace V) ;
A1: X is linearly-closed
proof
thus for v, u being VECTOR of (LC_RLSpace V) st v in X & u in X holds
v + u in X :: according to RLSUB_1:def 1 :: thesis: for b1 being object
for b2 being Element of the carrier of (LC_RLSpace V) holds
( not b2 in X or b1 * b2 in X )
proof
let v, u be VECTOR of (LC_RLSpace V); :: thesis: ( v in X & u in X implies v + u in X )
assume that
A2: v in X and
A3: u in X ; :: thesis: v + u in X
consider l1 being Linear_Combination of A such that
A4: v = l1 by A2;
consider l2 being Linear_Combination of A such that
A5: u = l2 by A3;
A6: u = vector ((LC_RLSpace V),l2) by A5, Def1, RLVECT_1:1;
v = vector ((LC_RLSpace V),l1) by A4, Def1, RLVECT_1:1;
then v + u = l1 + l2 by A6, Th62;
then v + u is Linear_Combination of A by Th38;
hence v + u in X ; :: thesis: verum
end;
let a be Real; :: thesis: for b1 being Element of the carrier of (LC_RLSpace V) holds
( not b1 in X or a * b1 in X )

let v be VECTOR of (LC_RLSpace V); :: thesis: ( not v in X or a * v in X )
assume v in X ; :: thesis: a * v in X
then consider l being Linear_Combination of A such that
A7: v = l ;
a * v = a * (vector ((LC_RLSpace V),l)) by A7, Def1, RLVECT_1:1
.= a * l by Th63 ;
then a * v is Linear_Combination of A by Th44;
hence a * v in X ; :: thesis: verum
end;
ZeroLC V is Linear_Combination of A by Th22;
then ZeroLC V in X ;
hence ex b1 being strict Subspace of LC_RLSpace V st the carrier of b1 = { l where l is Linear_Combination of A : verum } by A1, RLSUB_1:35; :: thesis: verum