:: CSSPACE semantic presentation  Show TPTP formulae Show IDV graph for whole article:: Showing IDV graph ... (Click the Palm Trees again to close it)

definition
func the_set_of_ComplexSequences -> non empty set means :Def1: :: CSSPACE:def 1
for x being set holds
( x in it iff x is Complex_Sequence );
existence
ex b1 being non empty set st
for x being set holds
( x in b1 iff x is Complex_Sequence )
proof end;
uniqueness
for b1, b2 being non empty set st ( for x being set holds
( x in b1 iff x is Complex_Sequence ) ) & ( for x being set holds
( x in b2 iff x is Complex_Sequence ) ) holds
b1 = b2
proof end;
end;

:: deftheorem Def1 defines the_set_of_ComplexSequences CSSPACE:def 1 :
for b1 being non empty set holds
( b1 = the_set_of_ComplexSequences iff for x being set holds
( x in b1 iff x is Complex_Sequence ) );

definition
let z be set ;
assume A1: z in the_set_of_ComplexSequences ;
func seq_id z -> Complex_Sequence equals :Def2: :: CSSPACE:def 2
z;
coherence
z is Complex_Sequence
by A1, Def1;
end;

:: deftheorem Def2 defines seq_id CSSPACE:def 2 :
for z being set st z in the_set_of_ComplexSequences holds
seq_id z = z;

definition
let z be set ;
assume A1: z in COMPLEX ;
func C_id z -> Complex equals :Def3: :: CSSPACE:def 3
z;
coherence
z is Complex
by A1;
end;

:: deftheorem Def3 defines C_id CSSPACE:def 3 :
for z being set st z in COMPLEX holds
C_id z = z;

theorem Th1: :: CSSPACE:1  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
ex ADD being BinOp of the_set_of_ComplexSequences st
( ( for a, b being Element of the_set_of_ComplexSequences holds ADD . a,b = (seq_id a) + (seq_id b) ) & ADD is commutative & ADD is associative )
proof end;

theorem Th2: :: CSSPACE:2  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
ex f being Function of [:COMPLEX ,the_set_of_ComplexSequences :], the_set_of_ComplexSequences st
for r, x being set st r in COMPLEX & x in the_set_of_ComplexSequences holds
f . [r,x] = (C_id r) (#) (seq_id x)
proof end;

definition
func l_add -> BinOp of the_set_of_ComplexSequences means :Def4: :: CSSPACE:def 4
for a, b being Element of the_set_of_ComplexSequences holds it . a,b = (seq_id a) + (seq_id b);
existence
ex b1 being BinOp of the_set_of_ComplexSequences st
for a, b being Element of the_set_of_ComplexSequences holds b1 . a,b = (seq_id a) + (seq_id b)
by Th1;
uniqueness
for b1, b2 being BinOp of the_set_of_ComplexSequences st ( for a, b being Element of the_set_of_ComplexSequences holds b1 . a,b = (seq_id a) + (seq_id b) ) & ( for a, b being Element of the_set_of_ComplexSequences holds b2 . a,b = (seq_id a) + (seq_id b) ) holds
b1 = b2
proof end;
end;

:: deftheorem Def4 defines l_add CSSPACE:def 4 :
for b1 being BinOp of the_set_of_ComplexSequences holds
( b1 = l_add iff for a, b being Element of the_set_of_ComplexSequences holds b1 . a,b = (seq_id a) + (seq_id b) );

definition
func l_mult -> Function of [:COMPLEX ,the_set_of_ComplexSequences :], the_set_of_ComplexSequences means :Def5: :: CSSPACE:def 5
for z, x being set st z in COMPLEX & x in the_set_of_ComplexSequences holds
it . [z,x] = (C_id z) (#) (seq_id x);
existence
ex b1 being Function of [:COMPLEX ,the_set_of_ComplexSequences :], the_set_of_ComplexSequences st
for z, x being set st z in COMPLEX & x in the_set_of_ComplexSequences holds
b1 . [z,x] = (C_id z) (#) (seq_id x)
by Th2;
uniqueness
for b1, b2 being Function of [:COMPLEX ,the_set_of_ComplexSequences :], the_set_of_ComplexSequences st ( for z, x being set st z in COMPLEX & x in the_set_of_ComplexSequences holds
b1 . [z,x] = (C_id z) (#) (seq_id x) ) & ( for z, x being set st z in COMPLEX & x in the_set_of_ComplexSequences holds
b2 . [z,x] = (C_id z) (#) (seq_id x) ) holds
b1 = b2
proof end;
end;

:: deftheorem Def5 defines l_mult CSSPACE:def 5 :
for b1 being Function of [:COMPLEX ,the_set_of_ComplexSequences :], the_set_of_ComplexSequences holds
( b1 = l_mult iff for z, x being set st z in COMPLEX & x in the_set_of_ComplexSequences holds
b1 . [z,x] = (C_id z) (#) (seq_id x) );

definition
func CZeroseq -> Element of the_set_of_ComplexSequences means :Def6: :: CSSPACE:def 6
for n being Nat holds (seq_id it) . n = 0c ;
existence
ex b1 being Element of the_set_of_ComplexSequences st
for n being Nat holds (seq_id b1) . n = 0c
proof end;
uniqueness
for b1, b2 being Element of the_set_of_ComplexSequences st ( for n being Nat holds (seq_id b1) . n = 0c ) & ( for n being Nat holds (seq_id b2) . n = 0c ) holds
b1 = b2
proof end;
end;

:: deftheorem Def6 defines CZeroseq CSSPACE:def 6 :
for b1 being Element of the_set_of_ComplexSequences holds
( b1 = CZeroseq iff for n being Nat holds (seq_id b1) . n = 0c );

theorem Th3: :: CSSPACE:3  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for x being Complex_Sequence holds seq_id x = x
proof end;

theorem Th4: :: CSSPACE:4  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for v, w being VECTOR of CLSStruct(# the_set_of_ComplexSequences ,CZeroseq ,l_add ,l_mult #) holds v + w = (seq_id v) + (seq_id w)
proof end;

theorem Th5: :: CSSPACE:5  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z being Complex
for v being VECTOR of CLSStruct(# the_set_of_ComplexSequences ,CZeroseq ,l_add ,l_mult #) holds z * v = z (#) (seq_id v)
proof end;

registration
cluster CLSStruct(# the_set_of_ComplexSequences ,CZeroseq ,l_add ,l_mult #) -> Abelian ;
coherence
CLSStruct(# the_set_of_ComplexSequences ,CZeroseq ,l_add ,l_mult #) is Abelian
proof end;
end;

Lm1: for u, v being VECTOR of CLSStruct(# the_set_of_ComplexSequences ,CZeroseq ,l_add ,l_mult #) holds u + v = v + u
;

theorem Th6: :: CSSPACE:6  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for u, v, w being VECTOR of CLSStruct(# the_set_of_ComplexSequences ,CZeroseq ,l_add ,l_mult #) holds (u + v) + w = u + (v + w)
proof end;

theorem Th7: :: CSSPACE:7  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for v being VECTOR of CLSStruct(# the_set_of_ComplexSequences ,CZeroseq ,l_add ,l_mult #) holds v + (0. CLSStruct(# the_set_of_ComplexSequences ,CZeroseq ,l_add ,l_mult #)) = v
proof end;

theorem Th8: :: CSSPACE:8  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for v being VECTOR of CLSStruct(# the_set_of_ComplexSequences ,CZeroseq ,l_add ,l_mult #) ex w being VECTOR of CLSStruct(# the_set_of_ComplexSequences ,CZeroseq ,l_add ,l_mult #) st v + w = 0. CLSStruct(# the_set_of_ComplexSequences ,CZeroseq ,l_add ,l_mult #)
proof end;

theorem Th9: :: CSSPACE:9  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z being Complex
for v, w being VECTOR of CLSStruct(# the_set_of_ComplexSequences ,CZeroseq ,l_add ,l_mult #) holds z * (v + w) = (z * v) + (z * w)
proof end;

theorem Th10: :: CSSPACE:10  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z1, z2 being Complex
for v being VECTOR of CLSStruct(# the_set_of_ComplexSequences ,CZeroseq ,l_add ,l_mult #) holds (z1 + z2) * v = (z1 * v) + (z2 * v)
proof end;

theorem Th11: :: CSSPACE:11  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for z1, z2 being Complex
for v being VECTOR of CLSStruct(# the_set_of_ComplexSequences ,CZeroseq ,l_add ,l_mult #) holds (z1 * z2) * v = z1 * (z2 * v)
proof end;

theorem Th12: :: CSSPACE:12  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for v being VECTOR of CLSStruct(# the_set_of_ComplexSequences ,CZeroseq ,l_add ,l_mult #) holds 1r * v = v
proof end;

definition
func Linear_Space_of_ComplexSequences -> ComplexLinearSpace equals :: CSSPACE:def 7
CLSStruct(# the_set_of_ComplexSequences ,CZeroseq ,l_add ,l_mult #);
correctness
coherence
CLSStruct(# the_set_of_ComplexSequences ,CZeroseq ,l_add ,l_mult #) is ComplexLinearSpace
;
by Lm1, Th6, Th7, Th8, Th9, Th10, Th11, Th12, CLVECT_1:1;
end;

:: deftheorem defines Linear_Space_of_ComplexSequences CSSPACE:def 7 :
Linear_Space_of_ComplexSequences = CLSStruct(# the_set_of_ComplexSequences ,CZeroseq ,l_add ,l_mult #);

definition
let X be ComplexLinearSpace;
let X1 be Subset of X;
assume A1: ( X1 is lineary-closed & not X1 is empty ) ;
func Add_ X1,X -> BinOp of X1 equals :Def8: :: CSSPACE:def 8
the add of X || X1;
correctness
coherence
the add of X || X1 is BinOp of X1
;
proof end;
end;

:: deftheorem Def8 defines Add_ CSSPACE:def 8 :
for X being ComplexLinearSpace
for X1 being Subset of X st X1 is lineary-closed & not X1 is empty holds
Add_ X1,X = the add of X || X1;

definition
let X be ComplexLinearSpace;
let X1 be Subset of X;
assume A1: ( X1 is lineary-closed & not X1 is empty ) ;
func Mult_ X1,X -> Function of [:COMPLEX ,X1:],X1 equals :Def9: :: CSSPACE:def 9
the Mult of X | [:COMPLEX ,X1:];
correctness
coherence
the Mult of X | [:COMPLEX ,X1:] is Function of [:COMPLEX ,X1:],X1
;
proof end;
end;

:: deftheorem Def9 defines Mult_ CSSPACE:def 9 :
for X being ComplexLinearSpace
for X1 being Subset of X st X1 is lineary-closed & not X1 is empty holds
Mult_ X1,X = the Mult of X | [:COMPLEX ,X1:];

definition
let X be ComplexLinearSpace;
let X1 be Subset of X;
assume A1: ( X1 is lineary-closed & not X1 is empty ) ;
func Zero_ X1,X -> Element of X1 equals :Def10: :: CSSPACE:def 10
0. X;
correctness
coherence
0. X is Element of X1
;
proof end;
end;

:: deftheorem Def10 defines Zero_ CSSPACE:def 10 :
for X being ComplexLinearSpace
for X1 being Subset of X st X1 is lineary-closed & not X1 is empty holds
Zero_ X1,X = 0. X;

theorem Th13: :: CSSPACE:13  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for V being ComplexLinearSpace
for V1 being Subset of V st V1 is lineary-closed & not V1 is empty holds
CLSStruct(# V1,(Zero_ V1,V),(Add_ V1,V),(Mult_ V1,V) #) is Subspace of V
proof end;

definition
func the_set_of_l2ComplexSequences -> Subset of Linear_Space_of_ComplexSequences means :Def11: :: CSSPACE:def 11
( not it is empty & ( for x being set holds
( x in it iff ( x in the_set_of_ComplexSequences & |.(seq_id x).| (#) |.(seq_id x).| is summable ) ) ) );
existence
ex b1 being Subset of Linear_Space_of_ComplexSequences st
( not b1 is empty & ( for x being set holds
( x in b1 iff ( x in the_set_of_ComplexSequences & |.(seq_id x).| (#) |.(seq_id x).| is summable ) ) ) )
proof end;
uniqueness
for b1, b2 being Subset of Linear_Space_of_ComplexSequences st not b1 is empty & ( for x being set holds
( x in b1 iff ( x in the_set_of_ComplexSequences & |.(seq_id x).| (#) |.(seq_id x).| is summable ) ) ) & not b2 is empty & ( for x being set holds
( x in b2 iff ( x in the_set_of_ComplexSequences & |.(seq_id x).| (#) |.(seq_id x).| is summable ) ) ) holds
b1 = b2
proof end;
end;

:: deftheorem Def11 defines the_set_of_l2ComplexSequences CSSPACE:def 11 :
for b1 being Subset of Linear_Space_of_ComplexSequences holds
( b1 = the_set_of_l2ComplexSequences iff ( not b1 is empty & ( for x being set holds
( x in b1 iff ( x in the_set_of_ComplexSequences & |.(seq_id x).| (#) |.(seq_id x).| is summable ) ) ) ) );

theorem Th14: :: CSSPACE:14  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
( the_set_of_l2ComplexSequences is lineary-closed & not the_set_of_l2ComplexSequences is empty )
proof end;

theorem :: CSSPACE:15  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
CLSStruct(# the_set_of_l2ComplexSequences ,(Zero_ the_set_of_l2ComplexSequences ,Linear_Space_of_ComplexSequences ),(Add_ the_set_of_l2ComplexSequences ,Linear_Space_of_ComplexSequences ),(Mult_ the_set_of_l2ComplexSequences ,Linear_Space_of_ComplexSequences ) #) is Subspace of Linear_Space_of_ComplexSequences by Th13, Th14;

theorem Th16: :: CSSPACE:16  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
CLSStruct(# the_set_of_l2ComplexSequences ,(Zero_ the_set_of_l2ComplexSequences ,Linear_Space_of_ComplexSequences ),(Add_ the_set_of_l2ComplexSequences ,Linear_Space_of_ComplexSequences ),(Mult_ the_set_of_l2ComplexSequences ,Linear_Space_of_ComplexSequences ) #) is ComplexLinearSpace by Th13, Th14;

theorem :: CSSPACE:17  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
( the carrier of Linear_Space_of_ComplexSequences = the_set_of_ComplexSequences & ( for x being set holds
( x is Element of Linear_Space_of_ComplexSequences iff x is Complex_Sequence ) ) & ( for x being set holds
( x is VECTOR of Linear_Space_of_ComplexSequences iff x is Complex_Sequence ) ) & ( for u being VECTOR of Linear_Space_of_ComplexSequences holds u = seq_id u ) & ( for u, v being VECTOR of Linear_Space_of_ComplexSequences holds u + v = (seq_id u) + (seq_id v) ) & ( for z being Complex
for u being VECTOR of Linear_Space_of_ComplexSequences holds z * u = z (#) (seq_id u) ) ) by Def1, Def2, Th4, Th5;

definition
attr c1 is strict;
struct CUNITSTR -> CLSStruct ;
aggr CUNITSTR(# carrier, Zero, add, Mult, scalar #) -> CUNITSTR ;
sel scalar c1 -> Function of [:the carrier of c1,the carrier of c1:], COMPLEX ;
end;

registration
cluster non empty strict CUNITSTR ;
existence
ex b1 being CUNITSTR st
( not b1 is empty & b1 is strict )
proof end;
end;

registration
let D be non empty set ;
let Z be Element of D;
let a be BinOp of D;
let m be Function of [:COMPLEX ,D:],D;
let s be Function of [:D,D:], COMPLEX ;
cluster CUNITSTR(# D,Z,a,m,s #) -> non empty ;
coherence
not CUNITSTR(# D,Z,a,m,s #) is empty
proof end;
end;

deffunc H1( CUNITSTR ) -> Element of the carrier of $1 = 0. $1;

definition
let X be non empty CUNITSTR ;
let x, y be Point of X;
func x .|. y -> Complex equals :: CSSPACE:def 12
the scalar of X . [x,y];
correctness
coherence
the scalar of X . [x,y] is Complex
;
;
end;

:: deftheorem defines .|. CSSPACE:def 12 :
for X being non empty CUNITSTR
for x, y being Point of X holds x .|. y = the scalar of X . [x,y];

consider V0 being ComplexLinearSpace;

Lm2: the carrier of ((0). V0) = {(0. V0)}
by CLVECT_1:def 5;

reconsider nilfunc = [:the carrier of ((0). V0),the carrier of ((0). V0):] --> 0c as Function of [:the carrier of ((0). V0),the carrier of ((0). V0):], COMPLEX by FUNCOP_1:57;

Lm3: for x, y being VECTOR of ((0). V0) holds nilfunc . [x,y] = 0c
by FUNCOP_1:13;

0. V0 in the carrier of ((0). V0)
by Lm2, TARSKI:def 1;

then Lm4: nilfunc . [(0. V0),(0. V0)] = 0c
by Lm3;

Lm5: for u being VECTOR of ((0). V0) holds
( 0 <= Re (nilfunc . [u,u]) & Im (nilfunc . [u,u]) = 0 )
proof end;

Lm6: for u, v being VECTOR of ((0). V0) holds nilfunc . [u,v] = (nilfunc . [v,u]) *'
proof end;

Lm7: for u, v, w being VECTOR of ((0). V0) holds nilfunc . [(u + v),w] = (nilfunc . [u,w]) + (nilfunc . [v,w])
proof end;

Lm8: for u, v being VECTOR of ((0). V0)
for a being Complex holds nilfunc . [(a * u),v] = a * (nilfunc . [u,v])
proof end;

set X0 = CUNITSTR(# the carrier of ((0). V0),the Zero of ((0). V0),the add of ((0). V0),the Mult of ((0). V0),nilfunc #);

Lm9: now
let x, y, z be Point of CUNITSTR(# the carrier of ((0). V0),the Zero of ((0). V0),the add of ((0). V0),the Mult of ((0). V0),nilfunc #); :: thesis: for a being Complex holds
( ( x .|. x = 0c implies x = H1( CUNITSTR(# the carrier of ((0). V0),the Zero of ((0). V0),the add of ((0). V0),the Mult of ((0). V0),nilfunc #)) ) & ( x = H1( CUNITSTR(# the carrier of ((0). V0),the Zero of ((0). V0),the add of ((0). V0),the Mult of ((0). V0),nilfunc #)) implies x .|. x = 0c ) & 0 <= Re (x .|. x) & 0 = Im (x .|. x) & x .|. y = (y .|. x) *' & (x + y) .|. z = (x .|. z) + (y .|. z) & (a * x) .|. y = a * (x .|. y) )

let a be Complex; :: thesis: ( ( x .|. x = 0c implies x = H1( CUNITSTR(# the carrier of ((0). V0),the Zero of ((0). V0),the add of ((0). V0),the Mult of ((0). V0),nilfunc #)) ) & ( x = H1( CUNITSTR(# the carrier of ((0). V0),the Zero of ((0). V0),the add of ((0). V0),the Mult of ((0). V0),nilfunc #)) implies x .|. x = 0c ) & 0 <= Re (x .|. x) & 0 = Im (x .|. x) & x .|. y = (y .|. x) *' & (x + y) .|. z = (x .|. z) + (y .|. z) & (a * x) .|. y = a * (x .|. y) )
thus ( x .|. x = 0c iff x = H1( CUNITSTR(# the carrier of ((0). V0),the Zero of ((0). V0),the add of ((0). V0),the Mult of ((0). V0),nilfunc #)) ) :: thesis: ( 0 <= Re (x .|. x) & 0 = Im (x .|. x) & x .|. y = (y .|. x) *' & (x + y) .|. z = (x .|. z) + (y .|. z) & (a * x) .|. y = a * (x .|. y) )
proof
H1( CUNITSTR(# the carrier of ((0). V0),the Zero of ((0). V0),the add of ((0). V0),the Mult of ((0). V0),nilfunc #)) = the Zero of CUNITSTR(# the carrier of ((0). V0),the Zero of ((0). V0),the add of ((0). V0),the Mult of ((0). V0),nilfunc #)
.= 0. ((0). V0)
.= 0. V0 by CLVECT_1:31 ;
hence ( x .|. x = 0c iff x = H1( CUNITSTR(# the carrier of ((0). V0),the Zero of ((0). V0),the add of ((0). V0),the Mult of ((0). V0),nilfunc #)) ) by Lm2, Lm4, TARSKI:def 1; :: thesis: verum
end;
thus ( 0 <= Re (x .|. x) & 0 = Im (x .|. x) ) by Lm5; :: thesis: ( x .|. y = (y .|. x) *' & (x + y) .|. z = (x .|. z) + (y .|. z) & (a * x) .|. y = a * (x .|. y) )
thus x .|. y = (y .|. x) *' by Lm6; :: thesis: ( (x + y) .|. z = (x .|. z) + (y .|. z) & (a * x) .|. y = a * (x .|. y) )
thus (x + y) .|. z = (x .|. z) + (y .|. z) :: thesis: (a * x) .|. y = a * (x .|. y)
proof
reconsider u = x, v = y, w = z as VECTOR of ((0). V0) ;
( (x + y) .|. z = nilfunc . [(u + v),w] & x .|. z = nilfunc . [u,w] & y .|. z = nilfunc . [v,w] ) ;
hence (x + y) .|. z = (x .|. z) + (y .|. z) by Lm7; :: thesis: verum
end;
thus (a * x) .|. y = a * (x .|. y) :: thesis: verum
proof
reconsider u = x, v = y as VECTOR of ((0). V0) ;
( (a * x) .|. y = nilfunc . [(a * u),v] & x .|. y = nilfunc . [u,v] ) ;
hence (a * x) .|. y = a * (x .|. y) by Lm8; :: thesis: verum
end;
end;

definition
let IT be non empty CUNITSTR ;
attr IT is ComplexUnitarySpace-like means :Def13: :: CSSPACE:def 13
for x, y, w being Point of IT
for a being Complex holds
( ( x .|. x = 0 implies x = 0. IT ) & ( x = 0. IT implies x .|. x = 0 ) & 0 <= Re (x .|. x) & 0 = Im (x .|. x) & x .|. y = (y .|. x) *' & (x + y) .|. w = (x .|. w) + (y .|. w) & (a * x) .|. y = a * (x .|. y) );
end;

:: deftheorem Def13 defines ComplexUnitarySpace-like CSSPACE:def 13 :
for IT being non empty CUNITSTR holds
( IT is ComplexUnitarySpace-like iff for x, y, w being Point of IT
for a being Complex holds
( ( x .|. x = 0 implies x = 0. IT ) & ( x = 0. IT implies x .|. x = 0 ) & 0 <= Re (x .|. x) & 0 = Im (x .|. x) & x .|. y = (y .|. x) *' & (x + y) .|. w = (x .|. w) + (y .|. w) & (a * x) .|. y = a * (x .|. y) ) );

registration
cluster non empty Abelian add-associative right_zeroed right_complementable ComplexLinearSpace-like strict ComplexUnitarySpace-like CUNITSTR ;
existence
ex b1 being non empty CUNITSTR st
( b1 is ComplexUnitarySpace-like & b1 is ComplexLinearSpace-like & b1 is Abelian & b1 is add-associative & b1 is right_zeroed & b1 is right_complementable & b1 is strict )
proof end;
end;

definition
mode ComplexUnitarySpace is non empty Abelian add-associative right_zeroed right_complementable ComplexLinearSpace-like ComplexUnitarySpace-like CUNITSTR ;
end;

theorem :: CSSPACE:18  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace holds (0. X) .|. (0. X) = 0 by Def13;

theorem Th19: :: CSSPACE:19  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for x, y, z being Point of X holds x .|. (y + z) = (x .|. y) + (x .|. z)
proof end;

theorem Th20: :: CSSPACE:20  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a being Complex
for X being ComplexUnitarySpace
for x, y being Point of X holds x .|. (a * y) = (a *' ) * (x .|. y)
proof end;

theorem Th21: :: CSSPACE:21  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a being Complex
for X being ComplexUnitarySpace
for x, y being Point of X holds (a * x) .|. y = x .|. ((a *' ) * y)
proof end;

theorem Th22: :: CSSPACE:22  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being Complex
for X being ComplexUnitarySpace
for x, y, z being Point of X holds ((a * x) + (b * y)) .|. z = (a * (x .|. z)) + (b * (y .|. z))
proof end;

theorem Th23: :: CSSPACE:23  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being Complex
for X being ComplexUnitarySpace
for x, y, z being Point of X holds x .|. ((a * y) + (b * z)) = ((a *' ) * (x .|. y)) + ((b *' ) * (x .|. z))
proof end;

theorem Th24: :: CSSPACE:24  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for x, y being Point of X holds (- x) .|. y = x .|. (- y)
proof end;

theorem Th25: :: CSSPACE:25  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for x, y being Point of X holds (- x) .|. y = - (x .|. y)
proof end;

theorem Th26: :: CSSPACE:26  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for x, y being Point of X holds x .|. (- y) = - (x .|. y)
proof end;

theorem Th27: :: CSSPACE:27  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for x, y being Point of X holds (- x) .|. (- y) = x .|. y
proof end;

theorem Th28: :: CSSPACE:28  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for x, y, z being Point of X holds (x - y) .|. z = (x .|. z) - (y .|. z)
proof end;

theorem Th29: :: CSSPACE:29  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for x, y, z being Point of X holds x .|. (y - z) = (x .|. y) - (x .|. z)
proof end;

theorem :: CSSPACE:30  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for x, y, u, v being Point of X holds (x - y) .|. (u - v) = (((x .|. u) - (x .|. v)) - (y .|. u)) + (y .|. v)
proof end;

theorem Th31: :: CSSPACE:31  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for x being Point of X holds (0. X) .|. x = 0
proof end;

theorem Th32: :: CSSPACE:32  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for x being Point of X holds x .|. (0. X) = 0
proof end;

theorem Th33: :: CSSPACE:33  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for x, y being Point of X holds (x + y) .|. (x + y) = (((x .|. x) + (x .|. y)) + (y .|. x)) + (y .|. y)
proof end;

theorem :: CSSPACE:34  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for x, y being Point of X holds (x + y) .|. (x - y) = (((x .|. x) - (x .|. y)) + (y .|. x)) - (y .|. y)
proof end;

theorem Th35: :: CSSPACE:35  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for x, y being Point of X holds (x - y) .|. (x - y) = (((x .|. x) - (x .|. y)) - (y .|. x)) + (y .|. y)
proof end;

Lm10: for X being ComplexUnitarySpace
for p, q being Complex
for x, y being Point of X holds ((p * x) + (q * y)) .|. ((p * x) + (q * y)) = ((((p * (p *' )) * (x .|. x)) + ((p * (q *' )) * (x .|. y))) + (((p *' ) * q) * (y .|. x))) + ((q * (q *' )) * (y .|. y))
proof end;

theorem Th36: :: CSSPACE:36  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for x being Point of X holds |.(x .|. x).| = Re (x .|. x)
proof end;

theorem Th37: :: CSSPACE:37  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for x, y being Point of X holds |.(x .|. y).| <= (sqrt |.(x .|. x).|) * (sqrt |.(y .|. y).|)
proof end;

definition
let X be ComplexUnitarySpace;
let x, y be Point of X;
pred x,y are_orthogonal means :Def14: :: CSSPACE:def 14
x .|. y = 0;
symmetry
for x, y being Point of X st x .|. y = 0 holds
y .|. x = 0
by Def13, COMPLEX1:113;
end;

:: deftheorem Def14 defines are_orthogonal CSSPACE:def 14 :
for X being ComplexUnitarySpace
for x, y being Point of X holds
( x,y are_orthogonal iff x .|. y = 0 );

theorem :: CSSPACE:38  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for x, y being Point of X st x,y are_orthogonal holds
x, - y are_orthogonal
proof end;

theorem :: CSSPACE:39  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for x, y being Point of X st x,y are_orthogonal holds
- x,y are_orthogonal
proof end;

theorem :: CSSPACE:40  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for x, y being Point of X st x,y are_orthogonal holds
- x, - y are_orthogonal
proof end;

theorem :: CSSPACE:41  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for x being Point of X holds x, 0. X are_orthogonal
proof end;

theorem :: CSSPACE:42  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for x, y being Point of X st x,y are_orthogonal holds
(x + y) .|. (x + y) = (x .|. x) + (y .|. y)
proof end;

theorem :: CSSPACE:43  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for x, y being Point of X st x,y are_orthogonal holds
(x - y) .|. (x - y) = (x .|. x) + (y .|. y)
proof end;

definition
let X be ComplexUnitarySpace;
let x be Point of X;
func ||.x.|| -> Real equals :: CSSPACE:def 15
sqrt |.(x .|. x).|;
correctness
coherence
sqrt |.(x .|. x).| is Real
;
;
end;

:: deftheorem defines ||. CSSPACE:def 15 :
for X being ComplexUnitarySpace
for x being Point of X holds ||.x.|| = sqrt |.(x .|. x).|;

theorem Th44: :: CSSPACE:44  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for x being Point of X holds
( ||.x.|| = 0 iff x = 0. X )
proof end;

theorem Th45: :: CSSPACE:45  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a being Complex
for X being ComplexUnitarySpace
for x being Point of X holds ||.(a * x).|| = |.a.| * ||.x.||
proof end;

theorem Th46: :: CSSPACE:46  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for x being Point of X holds 0 <= ||.x.||
proof end;

theorem Th47: :: CSSPACE:47  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for x, y being Point of X holds |.(x .|. y).| <= ||.x.|| * ||.y.|| by Th37;

theorem Th48: :: CSSPACE:48  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for x, y being Point of X holds ||.(x + y).|| <= ||.x.|| + ||.y.||
proof end;

theorem Th49: :: CSSPACE:49  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for x being Point of X holds ||.(- x).|| = ||.x.||
proof end;

theorem Th50: :: CSSPACE:50  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for x, y being Point of X holds ||.x.|| - ||.y.|| <= ||.(x - y).||
proof end;

theorem :: CSSPACE:51  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for x, y being Point of X holds abs (||.x.|| - ||.y.||) <= ||.(x - y).||
proof end;

definition
let X be ComplexUnitarySpace;
let x, y be Point of X;
func dist x,y -> Real equals :: CSSPACE:def 16
||.(x - y).||;
correctness
coherence
||.(x - y).|| is Real
;
;
end;

:: deftheorem defines dist CSSPACE:def 16 :
for X being ComplexUnitarySpace
for x, y being Point of X holds dist x,y = ||.(x - y).||;

theorem Th52: :: CSSPACE:52  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for x, y being Point of X holds dist x,y = dist y,x
proof end;

definition
let X be ComplexUnitarySpace;
let x, y be Point of X;
:: original: dist
redefine func dist x,y -> Real;
commutativity
for x, y being Point of X holds dist x,y = dist y,x
by Th52;
end;

theorem Th53: :: CSSPACE:53  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for x being Point of X holds dist x,x = 0
proof end;

theorem :: CSSPACE:54  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for x, z, y being Point of X holds dist x,z <= (dist x,y) + (dist y,z)
proof end;

theorem Th55: :: CSSPACE:55  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for x, y being Point of X holds
( x <> y iff dist x,y <> 0 )
proof end;

theorem Th56: :: CSSPACE:56  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for x, y being Point of X holds dist x,y >= 0 by Th46;

theorem :: CSSPACE:57  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for x, y being Point of X holds
( x <> y iff dist x,y > 0 )
proof end;

theorem :: CSSPACE:58  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for x, y being Point of X holds dist x,y = sqrt |.((x - y) .|. (x - y)).| ;

theorem :: CSSPACE:59  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for x, y, u, v being Point of X holds dist (x + y),(u + v) <= (dist x,u) + (dist y,v)
proof end;

theorem :: CSSPACE:60  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for x, y, u, v being Point of X holds dist (x - y),(u - v) <= (dist x,u) + (dist y,v)
proof end;

theorem :: CSSPACE:61  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for x, z, y being Point of X holds dist (x - z),(y - z) = dist x,y
proof end;

theorem :: CSSPACE:62  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for x, z, y being Point of X holds dist (x - z),(y - z) <= (dist z,x) + (dist z,y)
proof end;

definition
let X be ComplexUnitarySpace;
let seq be sequence of X;
func - seq -> sequence of X means :Def17: :: CSSPACE:def 17
for n being Nat holds it . n = - (seq . n);
existence
ex b1 being sequence of X st
for n being Nat holds b1 . n = - (seq . n)
proof end;
uniqueness
for b1, b2 being sequence of X st ( for n being Nat holds b1 . n = - (seq . n) ) & ( for n being Nat holds b2 . n = - (seq . n) ) holds
b1 = b2
proof end;
end;

:: deftheorem Def17 defines - CSSPACE:def 17 :
for X being ComplexUnitarySpace
for seq, b3 being sequence of X holds
( b3 = - seq iff for n being Nat holds b3 . n = - (seq . n) );

definition
let X be ComplexUnitarySpace;
let seq be sequence of X;
let x be Point of X;
func seq + x -> sequence of X means :Def18: :: CSSPACE:def 18
for n being Nat holds it . n = (seq . n) + x;
existence
ex b1 being sequence of X st
for n being Nat holds b1 . n = (seq . n) + x
proof end;
uniqueness
for b1, b2 being sequence of X st ( for n being Nat holds b1 . n = (seq . n) + x ) & ( for n being Nat holds b2 . n = (seq . n) + x ) holds
b1 = b2
proof end;
end;

:: deftheorem Def18 defines + CSSPACE:def 18 :
for X being ComplexUnitarySpace
for seq being sequence of X
for x being Point of X
for b4 being sequence of X holds
( b4 = seq + x iff for n being Nat holds b4 . n = (seq . n) + x );

theorem Th63: :: CSSPACE:63  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for seq1, seq2 being sequence of X holds seq1 + seq2 = seq2 + seq1
proof end;

definition
let X be ComplexUnitarySpace;
let seq1, seq2 be sequence of X;
:: original: +
redefine func seq1 + seq2 -> M6( NAT ,the carrier of X);
commutativity
for seq1, seq2 being sequence of X holds seq1 + seq2 = seq2 + seq1
by Th63;
end;

theorem :: CSSPACE:64  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for seq1, seq2, seq3 being sequence of X holds seq1 + (seq2 + seq3) = (seq1 + seq2) + seq3
proof end;

theorem :: CSSPACE:65  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for seq1, seq2, seq being sequence of X st seq1 is V67 & seq2 is V67 & seq = seq1 + seq2 holds
seq is V67
proof end;

theorem :: CSSPACE:66  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for seq1, seq2, seq being sequence of X st seq1 is V67 & seq2 is V67 & seq = seq1 - seq2 holds
seq is V67
proof end;

theorem :: CSSPACE:67  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a being Complex
for X being ComplexUnitarySpace
for seq1, seq being sequence of X st seq1 is V67 & seq = a * seq1 holds
seq is V67
proof end;

theorem Th68: :: CSSPACE:68  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for seq being sequence of X holds
( seq is V67 iff for n being Nat holds seq . n = seq . (n + 1) )
proof end;

theorem Th69: :: CSSPACE:69  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for seq being sequence of X holds
( seq is V67 iff for n, k being Nat holds seq . n = seq . (n + k) )
proof end;

theorem :: CSSPACE:70  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for seq being sequence of X holds
( seq is V67 iff for n, m being Nat holds seq . n = seq . m )
proof end;

theorem :: CSSPACE:71  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for seq1, seq2 being sequence of X holds seq1 - seq2 = seq1 + (- seq2)
proof end;

theorem :: CSSPACE:72  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for seq being sequence of X holds seq = seq + (0. X)
proof end;

theorem :: CSSPACE:73  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a being Complex
for X being ComplexUnitarySpace
for seq1, seq2 being sequence of X holds a * (seq1 + seq2) = (a * seq1) + (a * seq2)
proof end;

theorem :: CSSPACE:74  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being Complex
for X being ComplexUnitarySpace
for seq being sequence of X holds (a + b) * seq = (a * seq) + (b * seq)
proof end;

theorem :: CSSPACE:75  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being Complex
for X being ComplexUnitarySpace
for seq being sequence of X holds (a * b) * seq = a * (b * seq)
proof end;

theorem :: CSSPACE:76  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for seq being sequence of X holds 1r * seq = seq
proof end;

theorem :: CSSPACE:77  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for seq being sequence of X holds (- 1r ) * seq = - seq
proof end;

theorem :: CSSPACE:78  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for x being Point of X
for seq being sequence of X holds seq - x = seq + (- x)
proof end;

theorem :: CSSPACE:79  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for seq1, seq2 being sequence of X holds seq1 - seq2 = - (seq2 - seq1)
proof end;

theorem :: CSSPACE:80  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for seq being sequence of X holds seq = seq - (0. X)
proof end;

theorem :: CSSPACE:81  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for seq being sequence of X holds seq = - (- seq)
proof end;

theorem :: CSSPACE:82  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for seq1, seq2, seq3 being sequence of X holds seq1 - (seq2 + seq3) = (seq1 - seq2) - seq3
proof end;

theorem :: CSSPACE:83  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for seq1, seq2, seq3 being sequence of X holds (seq1 + seq2) - seq3 = seq1 + (seq2 - seq3)
proof end;

theorem :: CSSPACE:84  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexUnitarySpace
for seq1, seq2, seq3 being sequence of X holds seq1 - (seq2 - seq3) = (seq1 - seq2) + seq3
proof end;

theorem :: CSSPACE:85  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a being Complex
for X being ComplexUnitarySpace
for seq1, seq2 being sequence of X holds a * (seq1 - seq2) = (a * seq1) - (a * seq2)
proof end;

theorem Th86: :: CSSPACE:86  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
ex f being Function of [:the_set_of_l2ComplexSequences ,the_set_of_l2ComplexSequences :], COMPLEX st
for x, y being set st x in the_set_of_l2ComplexSequences & y in the_set_of_l2ComplexSequences holds
f . [x,y] = Sum ((seq_id x) (#) ((seq_id y) *' ))
proof end;

definition
func cl_scalar -> Function of [:the_set_of_l2ComplexSequences ,the_set_of_l2ComplexSequences :], COMPLEX means :: CSSPACE:def 19
for x, y being set st x in the_set_of_l2ComplexSequences & y in the_set_of_l2ComplexSequences holds
it . [x,y] = Sum ((seq_id x) (#) ((seq_id y) *' ));
existence
ex b1 being Function of [:the_set_of_l2ComplexSequences ,the_set_of_l2ComplexSequences :], COMPLEX st
for x, y being set st x in the_set_of_l2ComplexSequences & y in the_set_of_l2ComplexSequences holds
b1 . [x,y] = Sum ((seq_id x) (#) ((seq_id y) *' ))
by Th86;
uniqueness
for b1, b2 being Function of [:the_set_of_l2ComplexSequences ,the_set_of_l2ComplexSequences :], COMPLEX st ( for x, y being set st x in the_set_of_l2ComplexSequences & y in the_set_of_l2ComplexSequences holds
b1 . [x,y] = Sum ((seq_id x) (#) ((seq_id y) *' )) ) & ( for x, y being set st x in the_set_of_l2ComplexSequences & y in the_set_of_l2ComplexSequences holds
b2 . [x,y] = Sum ((seq_id x) (#) ((seq_id y) *' )) ) holds
b1 = b2
proof end;
end;

:: deftheorem defines cl_scalar CSSPACE:def 19 :
for b1 being Function of [:the_set_of_l2ComplexSequences ,the_set_of_l2ComplexSequences :], COMPLEX holds
( b1 = cl_scalar iff for x, y being set st x in the_set_of_l2ComplexSequences & y in the_set_of_l2ComplexSequences holds
b1 . [x,y] = Sum ((seq_id x) (#) ((seq_id y) *' )) );

registration
cluster CUNITSTR(# the_set_of_l2ComplexSequences ,(Zero_ the_set_of_l2ComplexSequences ,Linear_Space_of_ComplexSequences ),(Add_ the_set_of_l2ComplexSequences ,Linear_Space_of_ComplexSequences ),(Mult_ the_set_of_l2ComplexSequences ,Linear_Space_of_ComplexSequences ),cl_scalar #) -> non empty ;
coherence
not CUNITSTR(# the_set_of_l2ComplexSequences ,(Zero_ the_set_of_l2ComplexSequences ,Linear_Space_of_ComplexSequences ),(Add_ the_set_of_l2ComplexSequences ,Linear_Space_of_ComplexSequences ),(Mult_ the_set_of_l2ComplexSequences ,Linear_Space_of_ComplexSequences ),cl_scalar #) is empty
proof end;
end;

definition
func Complex_l2_Space -> non empty CUNITSTR equals :: CSSPACE:def 20
CUNITSTR(# the_set_of_l2ComplexSequences ,(Zero_ the_set_of_l2ComplexSequences ,Linear_Space_of_ComplexSequences ),(Add_ the_set_of_l2ComplexSequences ,Linear_Space_of_ComplexSequences ),(Mult_ the_set_of_l2ComplexSequences ,Linear_Space_of_ComplexSequences ),cl_scalar #);
correctness
coherence
CUNITSTR(# the_set_of_l2ComplexSequences ,(Zero_ the_set_of_l2ComplexSequences ,Linear_Space_of_ComplexSequences ),(Add_ the_set_of_l2ComplexSequences ,Linear_Space_of_ComplexSequences ),(Mult_ the_set_of_l2ComplexSequences ,Linear_Space_of_ComplexSequences ),cl_scalar #) is non empty CUNITSTR
;
;
end;

:: deftheorem defines Complex_l2_Space CSSPACE:def 20 :
Complex_l2_Space = CUNITSTR(# the_set_of_l2ComplexSequences ,(Zero_ the_set_of_l2ComplexSequences ,Linear_Space_of_ComplexSequences ),(Add_ the_set_of_l2ComplexSequences ,Linear_Space_of_ComplexSequences ),(Mult_ the_set_of_l2ComplexSequences ,Linear_Space_of_ComplexSequences ),cl_scalar #);

theorem Th87: :: CSSPACE:87  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for l being CUNITSTR st CLSStruct(# the carrier of l,the Zero of l,the add of l,the Mult of l #) is ComplexLinearSpace holds
l is ComplexLinearSpace
proof end;

theorem :: CSSPACE:88  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for seq being Complex_Sequence st ( for n being Nat holds seq . n = 0c ) holds
( seq is summable & Sum seq = 0c )
proof end;

registration
cluster Complex_l2_Space -> non empty Abelian add-associative right_zeroed right_complementable ComplexLinearSpace-like ;
coherence
( Complex_l2_Space is Abelian & Complex_l2_Space is add-associative & Complex_l2_Space is right_zeroed & Complex_l2_Space is right_complementable & Complex_l2_Space is ComplexLinearSpace-like )
by Th16, Th87;
end;