set W = ComplexBoundedFunctions X;
set V = CAlgebra X;
for v, u being Element of (CAlgebra X) st v in ComplexBoundedFunctions X & u in ComplexBoundedFunctions X holds
v + u in ComplexBoundedFunctions X
proof
let v,
u be
Element of
(CAlgebra X);
( v in ComplexBoundedFunctions X & u in ComplexBoundedFunctions X implies v + u in ComplexBoundedFunctions X )
assume A2:
(
v in ComplexBoundedFunctions X &
u in ComplexBoundedFunctions X )
;
v + u in ComplexBoundedFunctions X
consider v1 being
Function of
X,
COMPLEX such that A3:
(
v1 = v &
v1 | X is
bounded )
by A2;
consider u1 being
Function of
X,
COMPLEX such that A4:
(
u1 = u &
u1 | X is
bounded )
by A2;
dom (v1 + u1) = X /\ X
by FUNCT_2:def 1;
then A5:
(
v1 + u1 is
Function of
X,
COMPLEX &
(v1 + u1) | X is
bounded )
by A3, A4, CFUNCT_1:87;
reconsider h =
v + u as
Element of
Funcs (
X,
COMPLEX) ;
A6:
ex
f being
Function st
(
h = f &
dom f = X &
rng f c= COMPLEX )
by FUNCT_2:def 2;
(dom v1) /\ (dom u1) = X /\ (dom u1)
by FUNCT_2:def 1;
then A7:
(dom v1) /\ (dom u1) = X /\ X
by FUNCT_2:def 1;
for
x being
set st
x in dom h holds
h . x = (v1 . x) + (u1 . x)
by A3, A4, CFUNCDOM:1;
then
v + u = v1 + u1
by A7, A6, VALUED_1:def 1;
hence
v + u in ComplexBoundedFunctions X
by A5;
verum
end;
then A8:
ComplexBoundedFunctions X is add-closed
by IDEAL_1:def 1;
for v being Element of (CAlgebra X) st v in ComplexBoundedFunctions X holds
- v in ComplexBoundedFunctions X
then A15:
ComplexBoundedFunctions X is having-inverse
by C0SP1:def 1;
for a being Complex
for u being Element of (CAlgebra X) st u in ComplexBoundedFunctions X holds
a * u in ComplexBoundedFunctions X
hence
ComplexBoundedFunctions X is Cadditively-linearly-closed
by A8, A15, Def10; ComplexBoundedFunctions X is multiplicatively-closed
A21:
for v, u being Element of (CAlgebra X) st v in ComplexBoundedFunctions X & u in ComplexBoundedFunctions X holds
v * u in ComplexBoundedFunctions X
proof
let v,
u be
Element of
(CAlgebra X);
( v in ComplexBoundedFunctions X & u in ComplexBoundedFunctions X implies v * u in ComplexBoundedFunctions X )
assume A22:
(
v in ComplexBoundedFunctions X &
u in ComplexBoundedFunctions X )
;
v * u in ComplexBoundedFunctions X
consider v1 being
Function of
X,
COMPLEX such that A23:
(
v1 = v &
v1 | X is
bounded )
by A22;
consider u1 being
Function of
X,
COMPLEX such that A24:
(
u1 = u &
u1 | X is
bounded )
by A22;
dom (v1 (#) u1) = X /\ X
by FUNCT_2:def 1;
then A25:
(
v1 (#) u1 is
Function of
X,
COMPLEX &
(v1 (#) u1) | X is
bounded )
by A23, A24, CFUNCT_1:88;
reconsider h =
v * u as
Element of
Funcs (
X,
COMPLEX) ;
A26:
ex
f being
Function st
(
h = f &
dom f = X &
rng f c= COMPLEX )
by FUNCT_2:def 2;
(dom v1) /\ (dom u1) = X /\ (dom u1)
by FUNCT_2:def 1;
then A27:
(dom v1) /\ (dom u1) = X /\ X
by FUNCT_2:def 1;
for
x being
set st
x in dom h holds
h . x = (v1 . x) * (u1 . x)
by A23, A24, CFUNCDOM:2;
then
v * u = v1 (#) u1
by A27, A26, VALUED_1:def 4;
hence
v * u in ComplexBoundedFunctions X
by A25;
verum
end;
reconsider g = ComplexFuncUnit X as Function of X,COMPLEX ;
g | X is bounded
;
then
1. (CAlgebra X) in ComplexBoundedFunctions X
;
hence
ComplexBoundedFunctions X is multiplicatively-closed
by C0SP1:def 4, A21; verum