let X, Y be set ; for C being non empty set
for f1, f2 being PartFunc of C,COMPLEX st f1 | X is bounded & f2 | Y is bounded holds
( (f1 (#) f2) | (X /\ Y) is bounded & (f1 - f2) | (X /\ Y) is bounded )
let C be non empty set ; for f1, f2 being PartFunc of C,COMPLEX st f1 | X is bounded & f2 | Y is bounded holds
( (f1 (#) f2) | (X /\ Y) is bounded & (f1 - f2) | (X /\ Y) is bounded )
let f1, f2 be PartFunc of C,COMPLEX; ( f1 | X is bounded & f2 | Y is bounded implies ( (f1 (#) f2) | (X /\ Y) is bounded & (f1 - f2) | (X /\ Y) is bounded ) )
assume that
A1:
f1 | X is bounded
and
A2:
f2 | Y is bounded
; ( (f1 (#) f2) | (X /\ Y) is bounded & (f1 - f2) | (X /\ Y) is bounded )
consider r1 being Real such that
A3:
for c being Element of C st c in X /\ (dom f1) holds
|.(f1 /. c).| <= r1
by A1, Th68;
consider r2 being Real such that
A4:
for c being Element of C st c in Y /\ (dom f2) holds
|.(f2 /. c).| <= r2
by A2, Th68;
hence
(f1 (#) f2) | (X /\ Y) is bounded
by Th68; (f1 - f2) | (X /\ Y) is bounded
(- f2) | Y is bounded
by A2, Th73;
hence
(f1 - f2) | (X /\ Y) is bounded
by A1, Th74; verum