let S be RealUnitarySpace; :: thesis: TopSpaceNorm (RUSp2RNSp S) = TopUnitSpace S
set PM = MetricSpaceNorm (RUSp2RNSp S);
set FPM = Family_open_set (MetricSpaceNorm (RUSp2RNSp S));
for M being Subset of S holds
( M in Family_open_set (MetricSpaceNorm (RUSp2RNSp S)) iff for x being Point of S st x in M holds
ex r being Real st
( r > 0 & Ball (x,r) c= M ) )
proof
let M be Subset of S; :: thesis: ( M in Family_open_set (MetricSpaceNorm (RUSp2RNSp S)) iff for x being Point of S st x in M holds
ex r being Real st
( r > 0 & Ball (x,r) c= M ) )

reconsider N = M as Subset of (MetricSpaceNorm (RUSp2RNSp S)) ;
hereby :: thesis: ( ( for x being Point of S st x in M holds
ex r being Real st
( r > 0 & Ball (x,r) c= M ) ) implies M in Family_open_set (MetricSpaceNorm (RUSp2RNSp S)) )
assume A1: M in Family_open_set (MetricSpaceNorm (RUSp2RNSp S)) ; :: thesis: for x being Point of S st x in M holds
ex r being Real st
( r > 0 & Ball (x,r) c= M )

thus for x being Point of S st x in M holds
ex r being Real st
( r > 0 & Ball (x,r) c= M ) :: thesis: verum
proof
let x be Point of S; :: thesis: ( x in M implies ex r being Real st
( r > 0 & Ball (x,r) c= M ) )

assume A2: x in M ; :: thesis: ex r being Real st
( r > 0 & Ball (x,r) c= M )

reconsider y = x as Element of (MetricSpaceNorm (RUSp2RNSp S)) ;
consider r being Real such that
A3: ( r > 0 & Ball (y,r) c= N ) by A2, A1, PCOMPS_1:def 4;
take r ; :: thesis: ( r > 0 & Ball (x,r) c= M )
thus 0 < r by A3; :: thesis: Ball (x,r) c= M
thus Ball (x,r) c= M by A3, Th13; :: thesis: verum
end;
end;
assume A4: for x being Point of S st x in M holds
ex r being Real st
( r > 0 & Ball (x,r) c= M ) ; :: thesis: M in Family_open_set (MetricSpaceNorm (RUSp2RNSp S))
for y being Element of (MetricSpaceNorm (RUSp2RNSp S)) st y in N holds
ex r being Real st
( r > 0 & Ball (y,r) c= N )
proof
let y be Element of (MetricSpaceNorm (RUSp2RNSp S)); :: thesis: ( y in N implies ex r being Real st
( r > 0 & Ball (y,r) c= N ) )

assume A5: y in N ; :: thesis: ex r being Real st
( r > 0 & Ball (y,r) c= N )

reconsider x = y as Point of S ;
consider r being Real such that
A6: ( r > 0 & Ball (x,r) c= M ) by A4, A5;
take r ; :: thesis: ( r > 0 & Ball (y,r) c= N )
thus 0 < r by A6; :: thesis: Ball (y,r) c= N
thus Ball (y,r) c= N by A6, Th13; :: thesis: verum
end;
hence M in Family_open_set (MetricSpaceNorm (RUSp2RNSp S)) by PCOMPS_1:def 4; :: thesis: verum
end;
hence TopSpaceNorm (RUSp2RNSp S) = TopUnitSpace S by RUSUB_5:def 5; :: thesis: verum