let X be RealNormSpace; for x being object holds
( x is additive homogeneous Function of X,REAL iff x is additive homogeneous Function of X,RNS_Real )
let x be object ; ( x is additive homogeneous Function of X,REAL iff x is additive homogeneous Function of X,RNS_Real )
assume B1:
x is additive homogeneous Function of X,RNS_Real
; x is additive homogeneous Function of X,REAL
then reconsider g = x as additive homogeneous Function of X,RNS_Real ;
reconsider f = x as Function of X,REAL by B1;
B2:
for v, w being Element of X holds f . (v + w) = (f . v) + (f . w)
for v being VECTOR of X
for r being Real holds f . (r * v) = r * (f . v)
hence
x is additive homogeneous Function of X,REAL
by B2, HAHNBAN:def 2, HAHNBAN:def 3; verum