let x, y, z be Point of l2_Space; for a being Real holds
( ( x .|. x = 0 implies x = 0. l2_Space ) & ( x = 0. l2_Space 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; ( ( x .|. x = 0 implies x = 0. l2_Space ) & ( x = 0. l2_Space implies x .|. x = 0 ) & 0 <= x .|. x & x .|. y = y .|. x & (x + y) .|. z = (x .|. z) + (y .|. z) & (a * x) .|. y = a * (x .|. y) )
A1:
for n being Nat holds 0 <= ((seq_id x) (#) (seq_id x)) . n
A2:
( (seq_id x) (#) (seq_id x) is summable & x .|. x = Sum ((seq_id x) (#) (seq_id x)) )
by Th1;
A8: x .|. y =
Sum ((seq_id x) (#) (seq_id y))
by Th1
.=
y .|. x
by Th1
;
A12:
(seq_id x) (#) (seq_id y) is summable
by Th1;
A13: (a * x) .|. y =
Sum ((seq_id (a * x)) (#) (seq_id y))
by Th1
.=
Sum ((a (#) (seq_id x)) (#) (seq_id y))
by Th1
.=
Sum (a (#) ((seq_id x) (#) (seq_id y)))
by SEQ_1:18
.=
a * (Sum ((seq_id x) (#) (seq_id y)))
by A12, SERIES_1:10
.=
a * (x .|. y)
by Th1
;
A14:
( (seq_id x) (#) (seq_id z) is summable & (seq_id y) (#) (seq_id z) is summable )
by Th1;
(x + y) .|. z =
Sum ((seq_id (x + y)) (#) (seq_id z))
by Th1
.=
Sum (((seq_id x) + (seq_id y)) (#) (seq_id z))
by Th1
.=
Sum (((seq_id x) (#) (seq_id z)) + ((seq_id y) (#) (seq_id z)))
by SEQ_1:16
.=
(Sum ((seq_id x) (#) (seq_id z))) + (Sum ((seq_id y) (#) (seq_id z)))
by A14, SERIES_1:7
.=
(x .|. z) + (Sum ((seq_id y) (#) (seq_id z)))
by Th1
.=
(x .|. z) + (y .|. z)
by Th1
;
hence
( ( x .|. x = 0 implies x = 0. l2_Space ) & ( x = 0. l2_Space implies x .|. x = 0 ) & 0 <= x .|. x & x .|. y = y .|. x & (x + y) .|. z = (x .|. z) + (y .|. z) & (a * x) .|. y = a * (x .|. y) )
by A3, A9, A1, A2, A8, A13, SERIES_1:18; verum