:: RSSPACE semantic presentation :: Showing IDV graph ... (Click the Palm Trees again to close it)
:: deftheorem Def1 defines the_set_of_RealSequences RSSPACE:def 1 :
:: deftheorem Def2 defines seq_id RSSPACE:def 2 :
:: deftheorem Def3 defines R_id RSSPACE:def 3 :
theorem Th1: :: RSSPACE:1 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th2: :: RSSPACE:2 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem Def4 defines l_add RSSPACE:def 4 :
definition
func l_mult -> Function of
[:REAL ,the_set_of_RealSequences :],
the_set_of_RealSequences means :
Def5:
:: RSSPACE:def 5
for
r,
x being
set st
r in REAL &
x in the_set_of_RealSequences holds
it . [r,x] = (R_id r) (#) (seq_id x);
existence
ex b1 being Function of [:REAL ,the_set_of_RealSequences :], the_set_of_RealSequences st
for r, x being set st r in REAL & x in the_set_of_RealSequences holds
b1 . [r,x] = (R_id r) (#) (seq_id x)
by Th2;
uniqueness
for b1, b2 being Function of [:REAL ,the_set_of_RealSequences :], the_set_of_RealSequences st ( for r, x being set st r in REAL & x in the_set_of_RealSequences holds
b1 . [r,x] = (R_id r) (#) (seq_id x) ) & ( for r, x being set st r in REAL & x in the_set_of_RealSequences holds
b2 . [r,x] = (R_id r) (#) (seq_id x) ) holds
b1 = b2
end;
:: deftheorem Def5 defines l_mult RSSPACE:def 5 :
:: deftheorem Def6 defines Zeroseq RSSPACE:def 6 :
theorem Th3: :: RSSPACE:3 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th4: :: RSSPACE:4 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th5: :: RSSPACE:5 :: Showing IDV graph ... (Click the Palm Tree again to close it)
Lm1:
for u, v being VECTOR of RLSStruct(# the_set_of_RealSequences ,Zeroseq ,l_add ,l_mult #) holds u + v = v + u
;
theorem Th6: :: RSSPACE:6 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th7: :: RSSPACE:7 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th8: :: RSSPACE:8 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th9: :: RSSPACE:9 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th10: :: RSSPACE:10 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th11: :: RSSPACE:11 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th12: :: RSSPACE:12 :: Showing IDV graph ... (Click the Palm Tree again to close it)
definition
func Linear_Space_of_RealSequences -> RealLinearSpace equals :: RSSPACE:def 7
RLSStruct(#
the_set_of_RealSequences ,
Zeroseq ,
l_add ,
l_mult #);
correctness
coherence
RLSStruct(# the_set_of_RealSequences ,Zeroseq ,l_add ,l_mult #) is RealLinearSpace;
by Lm1, Th6, Th7, Th8, Th9, Th10, Th11, Th12, RLVECT_1:7;
end;
:: deftheorem defines Linear_Space_of_RealSequences RSSPACE:def 7 :
:: deftheorem Def8 defines Add_ RSSPACE:def 8 :
:: deftheorem Def9 defines Mult_ RSSPACE:def 9 :
:: deftheorem Def10 defines Zero_ RSSPACE:def 10 :
theorem Th13: :: RSSPACE:13 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem Def11 defines the_set_of_l2RealSequences RSSPACE:def 11 :
theorem :: RSSPACE:14 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: RSSPACE:15 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th16: :: RSSPACE:16 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: RSSPACE:17 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th18: :: RSSPACE:18 :: Showing IDV graph ... (Click the Palm Tree again to close it)
definition
func l_scalar -> Function of
[:the_set_of_l2RealSequences ,the_set_of_l2RealSequences :],
REAL means :: RSSPACE:def 12
for
x,
y being
set st
x in the_set_of_l2RealSequences &
y in the_set_of_l2RealSequences holds
it . [x,y] = Sum ((seq_id x) (#) (seq_id y));
existence
ex b1 being Function of [:the_set_of_l2RealSequences ,the_set_of_l2RealSequences :], REAL st
for x, y being set st x in the_set_of_l2RealSequences & y in the_set_of_l2RealSequences holds
b1 . [x,y] = Sum ((seq_id x) (#) (seq_id y))
by Th18;
uniqueness
for b1, b2 being Function of [:the_set_of_l2RealSequences ,the_set_of_l2RealSequences :], REAL st ( for x, y being set st x in the_set_of_l2RealSequences & y in the_set_of_l2RealSequences holds
b1 . [x,y] = Sum ((seq_id x) (#) (seq_id y)) ) & ( for x, y being set st x in the_set_of_l2RealSequences & y in the_set_of_l2RealSequences holds
b2 . [x,y] = Sum ((seq_id x) (#) (seq_id y)) ) holds
b1 = b2
end;
:: deftheorem defines l_scalar RSSPACE:def 12 :
registration
cluster UNITSTR(#
the_set_of_l2RealSequences ,
(Zero_ the_set_of_l2RealSequences ,Linear_Space_of_RealSequences ),
(Add_ the_set_of_l2RealSequences ,Linear_Space_of_RealSequences ),
(Mult_ the_set_of_l2RealSequences ,Linear_Space_of_RealSequences ),
l_scalar #)
-> non
empty ;
coherence
not UNITSTR(# the_set_of_l2RealSequences ,(Zero_ the_set_of_l2RealSequences ,Linear_Space_of_RealSequences ),(Add_ the_set_of_l2RealSequences ,Linear_Space_of_RealSequences ),(Mult_ the_set_of_l2RealSequences ,Linear_Space_of_RealSequences ),l_scalar #) is empty
;
end;
definition
func l2_Space -> non
empty UNITSTR equals :: RSSPACE:def 13
UNITSTR(#
the_set_of_l2RealSequences ,
(Zero_ the_set_of_l2RealSequences ,Linear_Space_of_RealSequences ),
(Add_ the_set_of_l2RealSequences ,Linear_Space_of_RealSequences ),
(Mult_ the_set_of_l2RealSequences ,Linear_Space_of_RealSequences ),
l_scalar #);
coherence
UNITSTR(# the_set_of_l2RealSequences ,(Zero_ the_set_of_l2RealSequences ,Linear_Space_of_RealSequences ),(Add_ the_set_of_l2RealSequences ,Linear_Space_of_RealSequences ),(Mult_ the_set_of_l2RealSequences ,Linear_Space_of_RealSequences ),l_scalar #) is non empty UNITSTR
;
end;
:: deftheorem defines l2_Space RSSPACE:def 13 :
theorem Th19: :: RSSPACE:19 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: RSSPACE:20 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: RSSPACE:21 :: Showing IDV graph ... (Click the Palm Tree again to close it)