let X, Y be set ; :: thesis: for C being non empty set
for V being RealNormSpace
for f being PartFunc of C,the carrier of V st f is_bounded_on X & f is_bounded_on Y holds
f is_bounded_on X \/ Y

let C be non empty set ; :: thesis: for V being RealNormSpace
for f being PartFunc of C,the carrier of V st f is_bounded_on X & f is_bounded_on Y holds
f is_bounded_on X \/ Y

let V be RealNormSpace; :: thesis: for f being PartFunc of C,the carrier of V st f is_bounded_on X & f is_bounded_on Y holds
f is_bounded_on X \/ Y

let f be PartFunc of C,the carrier of V; :: thesis: ( f is_bounded_on X & f is_bounded_on Y implies f is_bounded_on X \/ Y )
assume A1: ( f is_bounded_on X & f is_bounded_on Y ) ; :: thesis: f is_bounded_on X \/ Y
then consider r1 being Real such that
A2: for c being Element of C st c in X /\ (dom f) holds
||.(f /. c).|| <= r1 by Def7;
consider r2 being Real such that
A3: for c being Element of C st c in Y /\ (dom f) holds
||.(f /. c).|| <= r2 by A1, Def7;
take r = (abs r1) + (abs r2); :: according to VFUNCT_1:def 7 :: thesis: for c being Element of C st c in (X \/ Y) /\ (dom f) holds
||.(f /. c).|| <= r

let c be Element of C; :: thesis: ( c in (X \/ Y) /\ (dom f) implies ||.(f /. c).|| <= r )
assume c in (X \/ Y) /\ (dom f) ; :: thesis: ||.(f /. c).|| <= r
then A4: ( c in X \/ Y & c in dom f ) by XBOOLE_0:def 4;
now end;
hence ||.(f /. c).|| <= r ; :: thesis: verum