set W = CLSStruct(# the carrier of V, the ZeroF of V, the addF of V, the Mult of V #);
A1:
for v, w being VECTOR of CLSStruct(# the carrier of V, the ZeroF of V, the addF of V, the Mult of V #) holds v + w = w + v
A2:
for u, v, w being VECTOR of CLSStruct(# the carrier of V, the ZeroF of V, the addF of V, the Mult of V #) holds (u + v) + w = u + (v + w)
A3:
for v being VECTOR of CLSStruct(# the carrier of V, the ZeroF of V, the addF of V, the Mult of V #) holds v is right_complementable
proof
let v be
VECTOR of
CLSStruct(# the
carrier of
V, the
ZeroF of
V, the
addF of
V, the
Mult of
V #);
v is right_complementable
reconsider v9 =
v as
VECTOR of
V ;
v9 is
right_complementable
by ALGSTR_0:def 16;
then consider w9 being
VECTOR of
V such that A4:
v9 + w9 = 0. V
;
reconsider w =
w9 as
VECTOR of
CLSStruct(# the
carrier of
V, the
ZeroF of
V, the
addF of
V, the
Mult of
V #) ;
take
w
;
ALGSTR_0:def 11 v + w = 0. CLSStruct(# the carrier of V, the ZeroF of V, the addF of V, the Mult of V #)
thus
v + w = 0. CLSStruct(# the
carrier of
V, the
ZeroF of
V, the
addF of
V, the
Mult of
V #)
by A4;
verum
end;
A5:
for v being VECTOR of CLSStruct(# the carrier of V, the ZeroF of V, the addF of V, the Mult of V #) holds v + (0. CLSStruct(# the carrier of V, the ZeroF of V, the addF of V, the Mult of V #)) = v
A6:
for a, b being Complex
for v being VECTOR of CLSStruct(# the carrier of V, the ZeroF of V, the addF of V, the Mult of V #) holds (a * b) * v = a * (b * v)
A7:
for a, b being Complex
for v being VECTOR of CLSStruct(# the carrier of V, the ZeroF of V, the addF of V, the Mult of V #) holds (a + b) * v = (a * v) + (b * v)
A8:
for a being Complex
for v, w being VECTOR of CLSStruct(# the carrier of V, the ZeroF of V, the addF of V, the Mult of V #) holds a * (v + w) = (a * v) + (a * w)
for v being VECTOR of CLSStruct(# the carrier of V, the ZeroF of V, the addF of V, the Mult of V #) holds 1r * v = v
then reconsider W = CLSStruct(# the carrier of V, the ZeroF of V, the addF of V, the Mult of V #) as ComplexLinearSpace by A1, A2, A5, A3, A8, A7, A6, ALGSTR_0:def 16, CLVECT_1:def 2, CLVECT_1:def 3, CLVECT_1:def 4, CLVECT_1:def 5, RLVECT_1:def 2, RLVECT_1:def 3, RLVECT_1:def 4;
A9:
the Mult of W = the Mult of V | [:COMPLEX, the carrier of W:]
by RELSET_1:19;
( 0. W = 0. V & the addF of W = the addF of V || the carrier of W )
by RELSET_1:19;
hence
CLSStruct(# the carrier of V, the ZeroF of V, the addF of V, the Mult of V #) is strict Subspace of V
by A9, CLVECT_1:def 8; verum