Lm1:
for a, b being Real st 0 < a & ( for e being Real st 0 < e holds
((a + e) ") * a <= b ) holds
1 <= b
definition
let V be
RealNormSpace;
let W be
Subspace of
V;
existence
ex b1 being strict RealNormSpace st
( RLSStruct(# the carrier of b1, the ZeroF of b1, the addF of b1, the Mult of b1 #) = RLSStruct(# the carrier of W, the ZeroF of W, the addF of W, the Mult of W #) & the normF of b1 = the normF of V | the carrier of b1 )
uniqueness
for b1, b2 being strict RealNormSpace st RLSStruct(# the carrier of b1, the ZeroF of b1, the addF of b1, the Mult of b1 #) = RLSStruct(# the carrier of W, the ZeroF of W, the addF of W, the Mult of W #) & the normF of b1 = the normF of V | the carrier of b1 & RLSStruct(# the carrier of b2, the ZeroF of b2, the addF of b2, the Mult of b2 #) = RLSStruct(# the carrier of W, the ZeroF of W, the addF of W, the Mult of W #) & the normF of b2 = the normF of V | the carrier of b2 holds
b1 = b2
;
end;