set W = RLSStruct(# the carrier of V,the U2 of V,the addF of V,the Mult of V #);
A1:
for u, v, w being VECTOR of holds (u + v) + w = u + (v + w)
A2:
for v being VECTOR of holds v + (0. RLSStruct(# the carrier of V,the U2 of V,the addF of V,the Mult of V #)) = v
A3:
RLSStruct(# the carrier of V,the U2 of V,the addF of V,the Mult of V #) is right_complementable
A5:
for a being real number
for v, w being VECTOR of holds a * (v + w) = (a * v) + (a * w)
A6:
for a, b being real number
for v being VECTOR of holds (a * b) * v = a * (b * v)
A7:
for a, b being real number
for v being VECTOR of holds (a + b) * v = (a * v) + (b * v)
A8:
for a being Real
for v, w being VECTOR of
for v', w' being VECTOR of st v = v' & w = w' holds
( v + w = v' + w' & a * v = a * v' )
;
A9:
for v, w being VECTOR of holds v + w = w + v
proof
let v,
w be
VECTOR of ;
v + w = w + v
reconsider v' =
v,
w' =
w as
VECTOR of ;
thus v + w =
w' + v'
by A8
.=
w + v
;
verum
end;
for v being VECTOR of holds 1 * v = v
then reconsider W = RLSStruct(# the carrier of V,the U2 of V,the addF of V,the Mult of V #) as RealLinearSpace by A9, A1, A2, A3, A5, A7, A6, RLVECT_1:def 5, RLVECT_1:def 6, RLVECT_1:def 7, RLVECT_1:def 9;
A10:
the Mult of W = the Mult of V | [:REAL ,the carrier of W:]
by RELSET_1:34;
( 0. W = 0. V & the addF of W = the addF of V || the carrier of W )
by RELSET_1:34;
hence
RLSStruct(# the carrier of V,the U2 of V,the addF of V,the Mult of V #) is strict Subspace of V
by A10, Def2; verum