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

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

registration
cluster non empty strict UNITSTR ;
existence
ex b1 being UNITSTR 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 [:REAL ,D:],D;
let s be Function of [:D,D:], REAL ;
cluster UNITSTR(# D,Z,a,m,s #) -> non empty ;
coherence
not UNITSTR(# D,Z,a,m,s #) is empty
proof end;
end;

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

definition
let X be non empty UNITSTR ;
let x, y be Point of X;
func x .|. y -> Real equals :: BHSP_1:def 1
the scalar of X . [x,y];
correctness
coherence
the scalar of X . [x,y] is Real
;
;
end;

:: deftheorem defines .|. BHSP_1:def 1 :
for X being non empty UNITSTR
for x, y being Point of X holds x .|. y = the scalar of X . [x,y];

consider V0 being RealLinearSpace;

Lm1: the carrier of ((0). V0) = {(0. V0)}
by RLSUB_1:def 3;

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

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

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

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

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

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

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

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

Lm7: now
let x, y, z be Point of UNITSTR(# 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 Real holds
( ( x .|. x = 0 implies x = H1( UNITSTR(# the carrier of ((0). V0),the Zero of ((0). V0),the add of ((0). V0),the Mult of ((0). V0),nilfunc #)) ) & ( x = H1( UNITSTR(# the carrier of ((0). V0),the Zero of ((0). V0),the add of ((0). V0),the Mult of ((0). V0),nilfunc #)) implies x .|. x = 0 ) & 0 <= x .|. x & x .|. y = y .|. x & (x + y) .|. z = (x .|. z) + (y .|. z) & (a * x) .|. y = a * (x .|. y) )

let a be Real; :: thesis: ( ( x .|. x = 0 implies x = H1( UNITSTR(# the carrier of ((0). V0),the Zero of ((0). V0),the add of ((0). V0),the Mult of ((0). V0),nilfunc #)) ) & ( x = H1( UNITSTR(# the carrier of ((0). V0),the Zero of ((0). V0),the add of ((0). V0),the Mult of ((0). V0),nilfunc #)) implies x .|. x = 0 ) & 0 <= x .|. x & x .|. y = y .|. x & (x + y) .|. z = (x .|. z) + (y .|. z) & (a * x) .|. y = a * (x .|. y) )
thus ( x .|. x = 0 iff x = H1( UNITSTR(# the carrier of ((0). V0),the Zero of ((0). V0),the add of ((0). V0),the Mult of ((0). V0),nilfunc #)) ) :: thesis: ( 0 <= x .|. x & x .|. y = y .|. x & (x + y) .|. z = (x .|. z) + (y .|. z) & (a * x) .|. y = a * (x .|. y) )
proof
H1( UNITSTR(# the carrier of ((0). V0),the Zero of ((0). V0),the add of ((0). V0),the Mult of ((0). V0),nilfunc #)) = the Zero of UNITSTR(# 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 RLSUB_1:19 ;
hence ( x .|. x = 0 iff x = H1( UNITSTR(# the carrier of ((0). V0),the Zero of ((0). V0),the add of ((0). V0),the Mult of ((0). V0),nilfunc #)) ) by Lm1, Lm3, TARSKI:def 1; :: thesis: verum
end;
thus 0 <= x .|. x by FUNCOP_1:13; :: thesis: ( x .|. y = y .|. x & (x + y) .|. z = (x .|. z) + (y .|. z) & (a * x) .|. y = a * (x .|. y) )
thus x .|. y = y .|. x by Lm4; :: 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 Lm5; :: 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 Lm6; :: thesis: verum
end;
end;

definition
let IT be non empty UNITSTR ;
attr IT is RealUnitarySpace-like means :Def2: :: BHSP_1:def 2
for x, y, z being Point of IT
for a being Real holds
( ( x .|. x = 0 implies x = 0. IT ) & ( x = 0. IT implies x .|. x = 0 ) & 0 <= x .|. x & x .|. y = y .|. x & (x + y) .|. z = (x .|. z) + (y .|. z) & (a * x) .|. y = a * (x .|. y) );
end;

:: deftheorem Def2 defines RealUnitarySpace-like BHSP_1:def 2 :
for IT being non empty UNITSTR holds
( IT is RealUnitarySpace-like iff for x, y, z being Point of IT
for a being Real holds
( ( x .|. x = 0 implies x = 0. IT ) & ( x = 0. IT implies x .|. x = 0 ) & 0 <= x .|. x & x .|. y = y .|. x & (x + y) .|. z = (x .|. z) + (y .|. z) & (a * x) .|. y = a * (x .|. y) ) );

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

definition
mode RealUnitarySpace is non empty Abelian add-associative right_zeroed right_complementable RealLinearSpace-like RealUnitarySpace-like UNITSTR ;
end;

definition
let X be RealUnitarySpace;
let x, y be Point of X;
:: original: .|.
redefine func x .|. y -> Real;
commutativity
for x, y being Point of X holds x .|. y = y .|. x
by Def2;
end;

theorem :: BHSP_1:1  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
canceled;

theorem :: BHSP_1:2  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
canceled;

theorem :: BHSP_1:3  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
canceled;

theorem :: BHSP_1:4  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
canceled;

theorem :: BHSP_1:5  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
canceled;

theorem :: BHSP_1:6  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being RealUnitarySpace holds (0. X) .|. (0. X) = 0 by Def2;

theorem :: BHSP_1:7  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being RealUnitarySpace
for x, y, z being Point of X holds x .|. (y + z) = (x .|. y) + (x .|. z) by Def2;

theorem :: BHSP_1:8  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a being Real
for X being RealUnitarySpace
for x, y being Point of X holds x .|. (a * y) = a * (x .|. y) by Def2;

theorem :: BHSP_1:9  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a being Real
for X being RealUnitarySpace
for x, y being Point of X holds (a * x) .|. y = x .|. (a * y)
proof end;

theorem Th10: :: BHSP_1:10  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being Real
for X being RealUnitarySpace
for x, y, z being Point of X holds ((a * x) + (b * y)) .|. z = (a * (x .|. z)) + (b * (y .|. z))
proof end;

theorem :: BHSP_1:11  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being Real
for X being RealUnitarySpace
for x, y, z being Point of X holds x .|. ((a * y) + (b * z)) = (a * (x .|. y)) + (b * (x .|. z)) by Th10;

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

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

theorem :: BHSP_1:14  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being RealUnitarySpace
for x, y being Point of X holds x .|. (- y) = - (x .|. y) by Th13;

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

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

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

theorem :: BHSP_1:18  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being RealUnitarySpace
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 Th19: :: BHSP_1:19  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being RealUnitarySpace
for x being Point of X holds (0. X) .|. x = 0
proof end;

theorem :: BHSP_1:20  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being RealUnitarySpace
for x being Point of X holds x .|. (0. X) = 0 by Th19;

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

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

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

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

definition
let X be RealUnitarySpace;
let x, y be Point of X;
pred x,y are_orthogonal means :Def3: :: BHSP_1:def 3
x .|. y = 0;
symmetry
for x, y being Point of X st x .|. y = 0 holds
y .|. x = 0
;
end;

:: deftheorem Def3 defines are_orthogonal BHSP_1:def 3 :
for X being RealUnitarySpace
for x, y being Point of X holds
( x,y are_orthogonal iff x .|. y = 0 );

theorem :: BHSP_1:25  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
canceled;

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

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

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

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

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

theorem :: BHSP_1:31  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being RealUnitarySpace
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 RealUnitarySpace;
let x be Point of X;
func ||.x.|| -> Real equals :: BHSP_1:def 4
sqrt (x .|. x);
correctness
coherence
sqrt (x .|. x) is Real
;
;
end;

:: deftheorem defines ||. BHSP_1:def 4 :
for X being RealUnitarySpace
for x being Point of X holds ||.x.|| = sqrt (x .|. x);

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

theorem Th33: :: BHSP_1:33  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a being Real
for X being RealUnitarySpace
for x being Point of X holds ||.(a * x).|| = (abs a) * ||.x.||
proof end;

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

theorem Th35: :: BHSP_1:35  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being RealUnitarySpace
for x, y being Point of X holds abs (x .|. y) <= ||.x.|| * ||.y.|| by Th24;

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

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

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

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

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

:: deftheorem defines dist BHSP_1:def 5 :
for X being RealUnitarySpace
for x, y being Point of X holds dist x,y = ||.(x - y).||;

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

definition
let X be RealUnitarySpace;
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 Th40;
end;

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

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

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

theorem Th44: :: BHSP_1:44  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being RealUnitarySpace
for x, y being Point of X holds dist x,y >= 0 by Th34;

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

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

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

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

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

theorem :: BHSP_1:50  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being RealUnitarySpace
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 RealUnitarySpace;
let seq be sequence of X;
canceled;
canceled;
canceled;
canceled;
func - seq -> sequence of X means :Def10: :: BHSP_1:def 10
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 BHSP_1:def 6 :
canceled;

:: deftheorem BHSP_1:def 7 :
canceled;

:: deftheorem BHSP_1:def 8 :
canceled;

:: deftheorem BHSP_1:def 9 :
canceled;

:: deftheorem Def10 defines - BHSP_1:def 10 :
for X being RealUnitarySpace
for seq, b3 being sequence of X holds
( b3 = - seq iff for n being Nat holds b3 . n = - (seq . n) );

definition
let X be RealUnitarySpace;
let seq be sequence of X;
let x be Point of X;
canceled;
func seq + x -> sequence of X means :Def12: :: BHSP_1:def 12
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 BHSP_1:def 11 :
canceled;

:: deftheorem Def12 defines + BHSP_1:def 12 :
for X being RealUnitarySpace
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 :: BHSP_1:51  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
canceled;

theorem :: BHSP_1:52  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
canceled;

theorem :: BHSP_1:53  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
canceled;

theorem :: BHSP_1:54  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
canceled;

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

definition
let X be RealUnitarySpace;
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 Th55;
end;

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

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

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

theorem :: BHSP_1:59  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a being Real
for X being RealUnitarySpace
for seq1, seq being sequence of X st seq1 is V45 & seq = a * seq1 holds
seq is V45
proof end;

theorem :: BHSP_1:60  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
canceled;

theorem :: BHSP_1:61  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
canceled;

theorem :: BHSP_1:62  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
canceled;

theorem :: BHSP_1:63  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
canceled;

theorem :: BHSP_1:64  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
canceled;

theorem :: BHSP_1:65  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
canceled;

theorem :: BHSP_1:66  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
canceled;

theorem :: BHSP_1:67  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
canceled;

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

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

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

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

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

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

theorem :: BHSP_1: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 Real
for X being RealUnitarySpace
for seq being sequence of X holds (a + b) * seq = (a * seq) + (b * seq)
proof end;

theorem :: BHSP_1: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 Real
for X being RealUnitarySpace
for seq being sequence of X holds (a * b) * seq = a * (b * seq)
proof end;

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

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

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

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

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

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

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

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

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

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