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

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

let W be Subspace of V; :: thesis: ( the carrier of W = V1 implies V1 is linearly-closed )
set VW = the carrier of W;
reconsider WW = W as RealLinearSpace ;
assume A1: the carrier of W = V1 ; :: thesis: V1 is linearly-closed
thus for v, u being VECTOR of V st v in V1 & u in V1 holds
v + u in V1 :: according to RLSUB_1:def 1 :: thesis: for a being Real
for v being VECTOR of V st v in V1 holds
a * v 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 Th13; :: thesis: verum
end;
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 Th14; :: thesis: verum