A1:
for x being set holds
( x is Element of l2_Space iff ( x is Real_Sequence & (seq_id x) (#) (seq_id x) is summable ) )
A2:
for u being VECTOR of l2_Space holds u = seq_id u
A3:
for u, v being VECTOR of l2_Space holds u + v = (seq_id u) + (seq_id v)
proof
let u,
v be
VECTOR of
l2_Space ;
:: thesis: u + v = (seq_id u) + (seq_id v)
reconsider u1 =
u,
v1 =
v as
VECTOR of
Linear_Space_of_RealSequences by RLSUB_1:18, RSSPACE:15, RSSPACE:def 13;
set L1 =
Linear_Space_of_RealSequences ;
set W =
the_set_of_l2RealSequences ;
dom the
addF of
Linear_Space_of_RealSequences = [:the carrier of Linear_Space_of_RealSequences ,the carrier of Linear_Space_of_RealSequences :]
by FUNCT_2:def 1;
then
dom (the addF of Linear_Space_of_RealSequences || the_set_of_l2RealSequences ) = [:the_set_of_l2RealSequences ,the_set_of_l2RealSequences :]
by RELAT_1:91, ZFMISC_1:119;
then A4:
[u,v] in dom (the addF of Linear_Space_of_RealSequences || the_set_of_l2RealSequences )
by RSSPACE:def 13, ZFMISC_1:106;
u + v =
(the addF of Linear_Space_of_RealSequences || the_set_of_l2RealSequences ) . [u,v]
by RSSPACE:def 8, RSSPACE:def 13
.=
u1 + v1
by A4, FUNCT_1:70
;
hence
u + v = (seq_id u) + (seq_id v)
by RSSPACE:17;
:: thesis: verum
end;
A5:
for r being Real
for u being VECTOR of l2_Space holds r * u = r (#) (seq_id u)
proof
let r be
Real;
:: thesis: for u being VECTOR of l2_Space holds r * u = r (#) (seq_id u)let u be
VECTOR of
l2_Space ;
:: thesis: r * u = r (#) (seq_id u)
reconsider u1 =
u as
VECTOR of
Linear_Space_of_RealSequences by RLSUB_1:18, RSSPACE:15, RSSPACE:def 13;
set L1 =
Linear_Space_of_RealSequences ;
set W =
the_set_of_l2RealSequences ;
dom the
Mult of
Linear_Space_of_RealSequences = [:REAL ,the carrier of Linear_Space_of_RealSequences :]
by FUNCT_2:def 1;
then
dom (the Mult of Linear_Space_of_RealSequences | [:REAL ,the_set_of_l2RealSequences :]) = [:REAL ,the_set_of_l2RealSequences :]
by RELAT_1:91, ZFMISC_1:119;
then A6:
[r,u] in dom (the Mult of Linear_Space_of_RealSequences | [:REAL ,the_set_of_l2RealSequences :])
by RSSPACE:def 13, ZFMISC_1:106;
r * u =
(the Mult of Linear_Space_of_RealSequences | [:REAL ,the_set_of_l2RealSequences :]) . [r,u]
by RSSPACE:def 9, RSSPACE:def 13
.=
r * u1
by A6, FUNCT_1:70
;
hence
r * u = r (#) (seq_id u)
by RSSPACE:17;
:: thesis: verum
end;
A7:
for u being VECTOR of l2_Space holds
( - u = - (seq_id u) & seq_id (- u) = - (seq_id u) )
A8:
for u, v being VECTOR of l2_Space holds u - v = (seq_id u) - (seq_id v)
A9:
0. l2_Space = Zeroseq
A10:
for u, v being VECTOR of l2_Space holds (seq_id u) (#) (seq_id v) is summable
for v, w being VECTOR of l2_Space holds v .|. w = Sum ((seq_id v) (#) (seq_id w))
hence
( the carrier of l2_Space = the_set_of_l2RealSequences & ( for x being set holds
( x is VECTOR of l2_Space iff ( x is Real_Sequence & (seq_id x) (#) (seq_id x) is summable ) ) ) & 0. l2_Space = Zeroseq & ( for u being VECTOR of l2_Space holds u = seq_id u ) & ( for u, v being VECTOR of l2_Space holds u + v = (seq_id u) + (seq_id v) ) & ( for r being Real
for u being VECTOR of l2_Space holds r * u = r (#) (seq_id u) ) & ( for u being VECTOR of l2_Space holds
( - u = - (seq_id u) & seq_id (- u) = - (seq_id u) ) ) & ( for u, v being VECTOR of l2_Space holds u - v = (seq_id u) - (seq_id v) ) & ( for v, w being VECTOR of l2_Space holds
( (seq_id v) (#) (seq_id w) is summable & ( for v, w being VECTOR of l2_Space holds v .|. w = Sum ((seq_id v) (#) (seq_id w)) ) ) ) )
by A1, A2, A3, A5, A7, A8, A9, A10, RSSPACE:def 13; :: thesis: verum