let V be RealUnitarySpace; :: thesis: for W being Subspace of V
for V1, V2 being Subset of V st the carrier of W = V1 holds
V1 is linearly-closed

let W be Subspace of V; :: thesis: for V1, V2 being Subset of V st the carrier of W = V1 holds
V1 is linearly-closed

let V1, V2 be Subset of V; :: thesis: ( the carrier of W = V1 implies V1 is linearly-closed )
set VW = the carrier of W;
reconsider WW = W as RealUnitarySpace ;
assume A1: the carrier of W = V1 ; :: thesis: V1 is linearly-closed
A2: for a being Real
for v being VECTOR of V st v in V1 holds
a * v in V1
proof
let a be Real; :: thesis: for v being VECTOR of V st v in V1 holds
a * v in V1

let v be VECTOR of V; :: thesis: ( v in V1 implies a * v in V1 )
assume v in V1 ; :: thesis: a * v in V1
then reconsider vv = v as VECTOR of WW by A1;
reconsider vw = a * vv as Element of the carrier of W ;
vw in V1 by A1;
hence a * v in V1 by Th7; :: thesis: verum
end;
for v, u being VECTOR of V st v in V1 & u in V1 holds
v + u in V1
proof
let v, u be VECTOR of V; :: thesis: ( v in V1 & u in V1 implies v + u in V1 )
assume ( v in V1 & u in V1 ) ; :: thesis: v + u in V1
then reconsider vv = v, uu = u as VECTOR of WW by A1;
reconsider vw = vv + uu as Element of the carrier of W ;
vw in V1 by A1;
hence v + u in V1 by Th6; :: thesis: verum
end;
hence V1 is linearly-closed by A2, RLSUB_1:def 1; :: thesis: verum