let l0 be RealNormSpace; NORMSTR(# the carrier of l0, the ZeroF of l0, the addF of l0, the Mult of l0, the normF of l0 #) is strict RealNormSpace
set l = NORMSTR(# the carrier of l0, the ZeroF of l0, the addF of l0, the Mult of l0, the normF of l0 #);
reconsider l = NORMSTR(# the carrier of l0, the ZeroF of l0, the addF of l0, the Mult of l0, the normF of l0 #) as non empty NORMSTR ;
A1:
l is Abelian
A2:
l is right_zeroed
A3:
l is right_complementable
A5:
for v being VECTOR of l holds 1 * v = v
A6:
for a, b being Real
for v being VECTOR of l holds (a * b) * v = a * (b * v)
A7:
for a, b being Real
for v being VECTOR of l holds (a + b) * v = (a * v) + (b * v)
A8:
for a being Real
for v, w being VECTOR of l holds a * (v + w) = (a * v) + (a * w)
A9:
l is add-associative
then
( l is discerning & l is reflexive & l is RealNormSpace-like )
;
hence
NORMSTR(# the carrier of l0, the ZeroF of l0, the addF of l0, the Mult of l0, the normF of l0 #) is strict RealNormSpace
by A1, A2, A3, A5, A6, A7, A8, A9, RLVECT_1:def 5, RLVECT_1:def 6, RLVECT_1:def 7, RLVECT_1:def 8; verum