deffunc H1( Real) -> Element of REAL 1 = In (<*$1*>,(REAL 1));
consider f being Function of REAL,(REAL 1) such that
A1:
for x being Element of REAL holds f . x = H1(x)
from FUNCT_2:sch 4();
A2:
for x being Element of RNS_Real holds f . x = <*x*>
reconsider f = f as Function of the carrier of RNS_Real, the carrier of (REAL-NS 1) by REAL_NS1:def 4;
for v, w being Element of RNS_Real holds f . (v + w) = (f . v) + (f . w)
then A7:
f is additive
;
for x being VECTOR of RNS_Real
for r being Real holds f . (r * x) = r * (f . x)
then reconsider f = f as LinearOperator of RNS_Real,(REAL-NS 1) by A7, LOPBAN_1:def 5;
take
f
; ( f is isomorphism & ( for x being Element of RNS_Real holds f . x = <*x*> ) )
then A10:
f is one-to-one
by FUNCT_2:19;
then
the carrier of (REAL-NS 1) c= rng f
;
then A14:
f is onto
by FUNCT_2:def 3, XBOOLE_0:def 10;
for x being Point of RNS_Real holds ||.x.|| = ||.(f . x).||
hence
( f is isomorphism & ( for x being Element of RNS_Real holds f . x = <*x*> ) )
by A2, A10, A14, NORMSP_3:def 11; verum