:: VFUNCT_2 semantic presentation

definition
let c1 be non empty set ;
let c2 be ComplexNormSpace;
let c3, c4 be PartFunc of c1,the carrier of c2;
deffunc H1( Element of c1) -> Element of the carrier of c2 = (c3 /. a1) + (c4 /. a1);
deffunc H2( Element of c1) -> Element of the carrier of c2 = (c3 /. a1) - (c4 /. a1);
defpred S1[ set ] means a1 in (dom c3) /\ (dom c4);
set c5 = (dom c3) /\ (dom c4);
func c3 + c4 -> PartFunc of a1,the carrier of a2 means :Def1: :: VFUNCT_2:def 1
( dom a5 = (dom a3) /\ (dom a4) & ( for b1 being Element of a1 st b1 in dom a5 holds
a5 /. b1 = (a3 /. b1) + (a4 /. b1) ) );
existence
ex b1 being PartFunc of c1,the carrier of c2 st
( dom b1 = (dom c3) /\ (dom c4) & ( for b2 being Element of c1 st b2 in dom b1 holds
b1 /. b2 = (c3 /. b2) + (c4 /. b2) ) )
proof end;
uniqueness
for b1, b2 being PartFunc of c1,the carrier of c2 st dom b1 = (dom c3) /\ (dom c4) & ( for b3 being Element of c1 st b3 in dom b1 holds
b1 /. b3 = (c3 /. b3) + (c4 /. b3) ) & dom b2 = (dom c3) /\ (dom c4) & ( for b3 being Element of c1 st b3 in dom b2 holds
b2 /. b3 = (c3 /. b3) + (c4 /. b3) ) holds
b1 = b2
proof end;
func c3 - c4 -> PartFunc of a1,the carrier of a2 means :Def2: :: VFUNCT_2:def 2
( dom a5 = (dom a3) /\ (dom a4) & ( for b1 being Element of a1 st b1 in dom a5 holds
a5 /. b1 = (a3 /. b1) - (a4 /. b1) ) );
existence
ex b1 being PartFunc of c1,the carrier of c2 st
( dom b1 = (dom c3) /\ (dom c4) & ( for b2 being Element of c1 st b2 in dom b1 holds
b1 /. b2 = (c3 /. b2) - (c4 /. b2) ) )
proof end;
uniqueness
for b1, b2 being PartFunc of c1,the carrier of c2 st dom b1 = (dom c3) /\ (dom c4) & ( for b3 being Element of c1 st b3 in dom b1 holds
b1 /. b3 = (c3 /. b3) - (c4 /. b3) ) & dom b2 = (dom c3) /\ (dom c4) & ( for b3 being Element of c1 st b3 in dom b2 holds
b2 /. b3 = (c3 /. b3) - (c4 /. b3) ) holds
b1 = b2
proof end;
end;

:: deftheorem Def1 defines + VFUNCT_2:def 1 :
for b1 being non empty set
for b2 being ComplexNormSpace
for b3, b4, b5 being PartFunc of b1,the carrier of b2 holds
( b5 = b3 + b4 iff ( dom b5 = (dom b3) /\ (dom b4) & ( for b6 being Element of b1 st b6 in dom b5 holds
b5 /. b6 = (b3 /. b6) + (b4 /. b6) ) ) );

:: deftheorem Def2 defines - VFUNCT_2:def 2 :
for b1 being non empty set
for b2 being ComplexNormSpace
for b3, b4, b5 being PartFunc of b1,the carrier of b2 holds
( b5 = b3 - b4 iff ( dom b5 = (dom b3) /\ (dom b4) & ( for b6 being Element of b1 st b6 in dom b5 holds
b5 /. b6 = (b3 /. b6) - (b4 /. b6) ) ) );

definition
let c1 be non empty set ;
let c2 be ComplexNormSpace;
let c3 be PartFunc of c1, COMPLEX ;
let c4 be PartFunc of c1,the carrier of c2;
deffunc H1( Element of c1) -> Element of the carrier of c2 = (c3 /. a1) * (c4 /. a1);
defpred S1[ set ] means a1 in (dom c3) /\ (dom c4);
set c5 = (dom c3) /\ (dom c4);
func c3 (#) c4 -> PartFunc of a1,the carrier of a2 means :Def3: :: VFUNCT_2:def 3
( dom a5 = (dom a3) /\ (dom a4) & ( for b1 being Element of a1 st b1 in dom a5 holds
a5 /. b1 = (a3 /. b1) * (a4 /. b1) ) );
existence
ex b1 being PartFunc of c1,the carrier of c2 st
( dom b1 = (dom c3) /\ (dom c4) & ( for b2 being Element of c1 st b2 in dom b1 holds
b1 /. b2 = (c3 /. b2) * (c4 /. b2) ) )
proof end;
uniqueness
for b1, b2 being PartFunc of c1,the carrier of c2 st dom b1 = (dom c3) /\ (dom c4) & ( for b3 being Element of c1 st b3 in dom b1 holds
b1 /. b3 = (c3 /. b3) * (c4 /. b3) ) & dom b2 = (dom c3) /\ (dom c4) & ( for b3 being Element of c1 st b3 in dom b2 holds
b2 /. b3 = (c3 /. b3) * (c4 /. b3) ) holds
b1 = b2
proof end;
end;

:: deftheorem Def3 defines (#) VFUNCT_2:def 3 :
for b1 being non empty set
for b2 being ComplexNormSpace
for b3 being PartFunc of b1, COMPLEX
for b4, b5 being PartFunc of b1,the carrier of b2 holds
( b5 = b3 (#) b4 iff ( dom b5 = (dom b3) /\ (dom b4) & ( for b6 being Element of b1 st b6 in dom b5 holds
b5 /. b6 = (b3 /. b6) * (b4 /. b6) ) ) );

definition
let c1 be non empty set ;
let c2 be ComplexNormSpace;
let c3 be PartFunc of c1,the carrier of c2;
let c4 be Complex;
deffunc H1( Element of c1) -> Element of the carrier of c2 = c4 * (c3 /. a1);
defpred S1[ set ] means a1 in dom c3;
set c5 = dom c3;
func c4 (#) c3 -> PartFunc of a1,the carrier of a2 means :Def4: :: VFUNCT_2:def 4
( dom a5 = dom a3 & ( for b1 being Element of a1 st b1 in dom a5 holds
a5 /. b1 = a4 * (a3 /. b1) ) );
existence
ex b1 being PartFunc of c1,the carrier of c2 st
( dom b1 = dom c3 & ( for b2 being Element of c1 st b2 in dom b1 holds
b1 /. b2 = c4 * (c3 /. b2) ) )
proof end;
uniqueness
for b1, b2 being PartFunc of c1,the carrier of c2 st dom b1 = dom c3 & ( for b3 being Element of c1 st b3 in dom b1 holds
b1 /. b3 = c4 * (c3 /. b3) ) & dom b2 = dom c3 & ( for b3 being Element of c1 st b3 in dom b2 holds
b2 /. b3 = c4 * (c3 /. b3) ) holds
b1 = b2
proof end;
end;

:: deftheorem Def4 defines (#) VFUNCT_2:def 4 :
for b1 being non empty set
for b2 being ComplexNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4 being Complex
for b5 being PartFunc of b1,the carrier of b2 holds
( b5 = b4 (#) b3 iff ( dom b5 = dom b3 & ( for b6 being Element of b1 st b6 in dom b5 holds
b5 /. b6 = b4 * (b3 /. b6) ) ) );

definition
let c1 be non empty set ;
let c2 be ComplexNormSpace;
let c3 be PartFunc of c1,the carrier of c2;
deffunc H1( Element of c1) -> Element of REAL = ||.(c3 /. a1).||;
deffunc H2( Element of c1) -> Element of the carrier of c2 = - (c3 /. a1);
defpred S1[ set ] means a1 in dom c3;
set c4 = dom c3;
func ||.c3.|| -> PartFunc of a1, REAL means :Def5: :: VFUNCT_2:def 5
( dom a4 = dom a3 & ( for b1 being Element of a1 st b1 in dom a4 holds
a4 . b1 = ||.(a3 /. b1).|| ) );
existence
ex b1 being PartFunc of c1, REAL st
( dom b1 = dom c3 & ( for b2 being Element of c1 st b2 in dom b1 holds
b1 . b2 = ||.(c3 /. b2).|| ) )
proof end;
uniqueness
for b1, b2 being PartFunc of c1, REAL st dom b1 = dom c3 & ( for b3 being Element of c1 st b3 in dom b1 holds
b1 . b3 = ||.(c3 /. b3).|| ) & dom b2 = dom c3 & ( for b3 being Element of c1 st b3 in dom b2 holds
b2 . b3 = ||.(c3 /. b3).|| ) holds
b1 = b2
proof end;
func - c3 -> PartFunc of a1,the carrier of a2 means :Def6: :: VFUNCT_2:def 6
( dom a4 = dom a3 & ( for b1 being Element of a1 st b1 in dom a4 holds
a4 /. b1 = - (a3 /. b1) ) );
existence
ex b1 being PartFunc of c1,the carrier of c2 st
( dom b1 = dom c3 & ( for b2 being Element of c1 st b2 in dom b1 holds
b1 /. b2 = - (c3 /. b2) ) )
proof end;
uniqueness
for b1, b2 being PartFunc of c1,the carrier of c2 st dom b1 = dom c3 & ( for b3 being Element of c1 st b3 in dom b1 holds
b1 /. b3 = - (c3 /. b3) ) & dom b2 = dom c3 & ( for b3 being Element of c1 st b3 in dom b2 holds
b2 /. b3 = - (c3 /. b3) ) holds
b1 = b2
proof end;
end;

:: deftheorem Def5 defines ||. VFUNCT_2:def 5 :
for b1 being non empty set
for b2 being ComplexNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4 being PartFunc of b1, REAL holds
( b4 = ||.b3.|| iff ( dom b4 = dom b3 & ( for b5 being Element of b1 st b5 in dom b4 holds
b4 . b5 = ||.(b3 /. b5).|| ) ) );

:: deftheorem Def6 defines - VFUNCT_2:def 6 :
for b1 being non empty set
for b2 being ComplexNormSpace
for b3, b4 being PartFunc of b1,the carrier of b2 holds
( b4 = - b3 iff ( dom b4 = dom b3 & ( for b5 being Element of b1 st b5 in dom b4 holds
b4 /. b5 = - (b3 /. b5) ) ) );

theorem Th1: :: VFUNCT_2:1
for b1 being non empty set
for b2 being ComplexNormSpace
for b3 being PartFunc of b1, COMPLEX
for b4 being PartFunc of b1,the carrier of b2 holds (dom (b3 (#) b4)) \ ((b3 (#) b4) " {(0. b2)}) = ((dom b3) \ (b3 " {0})) /\ ((dom b4) \ (b4 " {(0. b2)}))
proof end;

theorem Th2: :: VFUNCT_2:2
for b1 being non empty set
for b2 being ComplexNormSpace
for b3 being PartFunc of b1,the carrier of b2 holds
( ||.b3.|| " {0} = b3 " {(0. b2)} & (- b3) " {(0. b2)} = b3 " {(0. b2)} )
proof end;

theorem Th3: :: VFUNCT_2:3
for b1 being non empty set
for b2 being ComplexNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4 being Complex st b4 <> 0c holds
(b4 (#) b3) " {(0. b2)} = b3 " {(0. b2)}
proof end;

theorem Th4: :: VFUNCT_2:4
for b1 being non empty set
for b2 being ComplexNormSpace
for b3, b4 being PartFunc of b1,the carrier of b2 holds b3 + b4 = b4 + b3
proof end;

theorem Th5: :: VFUNCT_2:5
for b1 being non empty set
for b2 being ComplexNormSpace
for b3, b4, b5 being PartFunc of b1,the carrier of b2 holds (b3 + b4) + b5 = b3 + (b4 + b5)
proof end;

theorem Th6: :: VFUNCT_2:6
for b1 being non empty set
for b2 being ComplexNormSpace
for b3, b4 being PartFunc of b1, COMPLEX
for b5 being PartFunc of b1,the carrier of b2 holds (b3 (#) b4) (#) b5 = b3 (#) (b4 (#) b5)
proof end;

theorem Th7: :: VFUNCT_2:7
for b1 being non empty set
for b2 being ComplexNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4, b5 being PartFunc of b1, COMPLEX holds (b4 + b5) (#) b3 = (b4 (#) b3) + (b5 (#) b3)
proof end;

theorem Th8: :: VFUNCT_2:8
for b1 being non empty set
for b2 being ComplexNormSpace
for b3, b4 being PartFunc of b1,the carrier of b2
for b5 being PartFunc of b1, COMPLEX holds b5 (#) (b3 + b4) = (b5 (#) b3) + (b5 (#) b4)
proof end;

theorem Th9: :: VFUNCT_2:9
for b1 being non empty set
for b2 being ComplexNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4 being Complex
for b5 being PartFunc of b1, COMPLEX holds b4 (#) (b5 (#) b3) = (b4 (#) b5) (#) b3
proof end;

theorem Th10: :: VFUNCT_2:10
for b1 being non empty set
for b2 being ComplexNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4 being Complex
for b5 being PartFunc of b1, COMPLEX holds b4 (#) (b5 (#) b3) = b5 (#) (b4 (#) b3)
proof end;

theorem Th11: :: VFUNCT_2:11
for b1 being non empty set
for b2 being ComplexNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4, b5 being PartFunc of b1, COMPLEX holds (b4 - b5) (#) b3 = (b4 (#) b3) - (b5 (#) b3)
proof end;

theorem Th12: :: VFUNCT_2:12
for b1 being non empty set
for b2 being ComplexNormSpace
for b3, b4 being PartFunc of b1,the carrier of b2
for b5 being PartFunc of b1, COMPLEX holds (b5 (#) b3) - (b5 (#) b4) = b5 (#) (b3 - b4)
proof end;

theorem Th13: :: VFUNCT_2:13
for b1 being non empty set
for b2 being ComplexNormSpace
for b3, b4 being PartFunc of b1,the carrier of b2
for b5 being Complex holds b5 (#) (b3 + b4) = (b5 (#) b3) + (b5 (#) b4)
proof end;

theorem Th14: :: VFUNCT_2:14
for b1 being non empty set
for b2 being ComplexNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4, b5 being Complex holds (b4 * b5) (#) b3 = b4 (#) (b5 (#) b3)
proof end;

theorem Th15: :: VFUNCT_2:15
for b1 being non empty set
for b2 being ComplexNormSpace
for b3, b4 being PartFunc of b1,the carrier of b2
for b5 being Complex holds b5 (#) (b3 - b4) = (b5 (#) b3) - (b5 (#) b4)
proof end;

theorem Th16: :: VFUNCT_2:16
for b1 being non empty set
for b2 being ComplexNormSpace
for b3, b4 being PartFunc of b1,the carrier of b2 holds b3 - b4 = (- 1r ) (#) (b4 - b3)
proof end;

theorem Th17: :: VFUNCT_2:17
for b1 being non empty set
for b2 being ComplexNormSpace
for b3, b4, b5 being PartFunc of b1,the carrier of b2 holds b3 - (b4 + b5) = (b3 - b4) - b5
proof end;

theorem Th18: :: VFUNCT_2:18
for b1 being non empty set
for b2 being ComplexNormSpace
for b3 being PartFunc of b1,the carrier of b2 holds 1r (#) b3 = b3
proof end;

theorem Th19: :: VFUNCT_2:19
for b1 being non empty set
for b2 being ComplexNormSpace
for b3, b4, b5 being PartFunc of b1,the carrier of b2 holds b3 - (b4 - b5) = (b3 - b4) + b5
proof end;

theorem Th20: :: VFUNCT_2:20
for b1 being non empty set
for b2 being ComplexNormSpace
for b3, b4, b5 being PartFunc of b1,the carrier of b2 holds b3 + (b4 - b5) = (b3 + b4) - b5
proof end;

theorem Th21: :: VFUNCT_2:21
for b1 being non empty set
for b2 being ComplexNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4 being PartFunc of b1, COMPLEX holds ||.(b4 (#) b3).|| = |.b4.| (#) ||.b3.||
proof end;

theorem Th22: :: VFUNCT_2:22
for b1 being non empty set
for b2 being ComplexNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4 being Complex holds ||.(b4 (#) b3).|| = |.b4.| (#) ||.b3.||
proof end;

theorem Th23: :: VFUNCT_2:23
for b1 being non empty set
for b2 being ComplexNormSpace
for b3 being PartFunc of b1,the carrier of b2 holds - b3 = (- 1r ) (#) b3
proof end;

theorem Th24: :: VFUNCT_2:24
for b1 being non empty set
for b2 being ComplexNormSpace
for b3 being PartFunc of b1,the carrier of b2 holds - (- b3) = b3
proof end;

theorem Th25: :: VFUNCT_2:25
for b1 being non empty set
for b2 being ComplexNormSpace
for b3, b4 being PartFunc of b1,the carrier of b2 holds b3 - b4 = b3 + (- b4)
proof end;

theorem Th26: :: VFUNCT_2:26
for b1 being non empty set
for b2 being ComplexNormSpace
for b3, b4 being PartFunc of b1,the carrier of b2 holds b3 - (- b4) = b3 + b4
proof end;

theorem Th27: :: VFUNCT_2:27
for b1 being non empty set
for b2 being ComplexNormSpace
for b3, b4 being PartFunc of b1,the carrier of b2
for b5 being set holds
( (b3 + b4) | b5 = (b3 | b5) + (b4 | b5) & (b3 + b4) | b5 = (b3 | b5) + b4 & (b3 + b4) | b5 = b3 + (b4 | b5) )
proof end;

theorem Th28: :: VFUNCT_2:28
for b1 being non empty set
for b2 being ComplexNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4 being set
for b5 being PartFunc of b1, COMPLEX holds
( (b5 (#) b3) | b4 = (b5 | b4) (#) (b3 | b4) & (b5 (#) b3) | b4 = (b5 | b4) (#) b3 & (b5 (#) b3) | b4 = b5 (#) (b3 | b4) )
proof end;

theorem Th29: :: VFUNCT_2:29
for b1 being non empty set
for b2 being ComplexNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4 being set holds
( (- b3) | b4 = - (b3 | b4) & ||.b3.|| | b4 = ||.(b3 | b4).|| )
proof end;

theorem Th30: :: VFUNCT_2:30
for b1 being non empty set
for b2 being ComplexNormSpace
for b3, b4 being PartFunc of b1,the carrier of b2
for b5 being set holds
( (b3 - b4) | b5 = (b3 | b5) - (b4 | b5) & (b3 - b4) | b5 = (b3 | b5) - b4 & (b3 - b4) | b5 = b3 - (b4 | b5) )
proof end;

theorem Th31: :: VFUNCT_2:31
for b1 being non empty set
for b2 being ComplexNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4 being Complex
for b5 being set holds (b4 (#) b3) | b5 = b4 (#) (b3 | b5)
proof end;

theorem Th32: :: VFUNCT_2:32
for b1 being non empty set
for b2 being ComplexNormSpace
for b3, b4 being PartFunc of b1,the carrier of b2 holds
( ( b3 is total & b4 is total implies b3 + b4 is total ) & ( b3 + b4 is total implies ( b3 is total & b4 is total ) ) & ( b3 is total & b4 is total implies b3 - b4 is total ) & ( b3 - b4 is total implies ( b3 is total & b4 is total ) ) )
proof end;

theorem Th33: :: VFUNCT_2:33
for b1 being non empty set
for b2 being ComplexNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4 being PartFunc of b1, COMPLEX holds
( ( b4 is total & b3 is total ) iff b4 (#) b3 is total )
proof end;

theorem Th34: :: VFUNCT_2:34
for b1 being non empty set
for b2 being ComplexNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4 being Complex holds
( b3 is total iff b4 (#) b3 is total )
proof end;

theorem Th35: :: VFUNCT_2:35
for b1 being non empty set
for b2 being ComplexNormSpace
for b3 being PartFunc of b1,the carrier of b2 holds
( b3 is total iff - b3 is total )
proof end;

theorem Th36: :: VFUNCT_2:36
for b1 being non empty set
for b2 being ComplexNormSpace
for b3 being PartFunc of b1,the carrier of b2 holds
( b3 is total iff ||.b3.|| is total )
proof end;

theorem Th37: :: VFUNCT_2:37
for b1 being non empty set
for b2 being ComplexNormSpace
for b3, b4 being PartFunc of b1,the carrier of b2
for b5 being Element of b1 st b3 is total & b4 is total holds
( (b3 + b4) /. b5 = (b3 /. b5) + (b4 /. b5) & (b3 - b4) /. b5 = (b3 /. b5) - (b4 /. b5) )
proof end;

theorem Th38: :: VFUNCT_2:38
for b1 being non empty set
for b2 being ComplexNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4 being PartFunc of b1, COMPLEX
for b5 being Element of b1 st b4 is total & b3 is total holds
(b4 (#) b3) /. b5 = (b4 /. b5) * (b3 /. b5)
proof end;

theorem Th39: :: VFUNCT_2:39
for b1 being non empty set
for b2 being ComplexNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4 being Complex
for b5 being Element of b1 st b3 is total holds
(b4 (#) b3) /. b5 = b4 * (b3 /. b5)
proof end;

theorem Th40: :: VFUNCT_2:40
for b1 being non empty set
for b2 being ComplexNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4 being Element of b1 st b3 is total holds
( (- b3) /. b4 = - (b3 /. b4) & ||.b3.|| . b4 = ||.(b3 /. b4).|| )
proof end;

definition
let c1 be non empty set ;
let c2 be ComplexNormSpace;
let c3 be PartFunc of c1,the carrier of c2;
let c4 be set ;
pred c3 is_bounded_on c4 means :Def7: :: VFUNCT_2:def 7
ex b1 being Real st
for b2 being Element of a1 st b2 in a4 /\ (dom a3) holds
||.(a3 /. b2).|| <= b1;
end;

:: deftheorem Def7 defines is_bounded_on VFUNCT_2:def 7 :
for b1 being non empty set
for b2 being ComplexNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4 being set holds
( b3 is_bounded_on b4 iff ex b5 being Real st
for b6 being Element of b1 st b6 in b4 /\ (dom b3) holds
||.(b3 /. b6).|| <= b5 );

theorem Th41: :: VFUNCT_2:41
for b1 being non empty set
for b2 being ComplexNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4, b5 being set st b4 c= b5 & b3 is_bounded_on b5 holds
b3 is_bounded_on b4
proof end;

theorem Th42: :: VFUNCT_2:42
for b1 being non empty set
for b2 being ComplexNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4 being set st b4 misses dom b3 holds
b3 is_bounded_on b4
proof end;

theorem Th43: :: VFUNCT_2:43
for b1 being non empty set
for b2 being ComplexNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4 being set holds 0c (#) b3 is_bounded_on b4
proof end;

theorem Th44: :: VFUNCT_2:44
for b1 being non empty set
for b2 being ComplexNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4 being Complex
for b5 being set st b3 is_bounded_on b5 holds
b4 (#) b3 is_bounded_on b5
proof end;

theorem Th45: :: VFUNCT_2:45
for b1 being non empty set
for b2 being ComplexNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4 being set st b3 is_bounded_on b4 holds
( ||.b3.|| is_bounded_on b4 & - b3 is_bounded_on b4 )
proof end;

theorem Th46: :: VFUNCT_2:46
for b1 being non empty set
for b2 being ComplexNormSpace
for b3, b4 being PartFunc of b1,the carrier of b2
for b5, b6 being set st b3 is_bounded_on b5 & b4 is_bounded_on b6 holds
b3 + b4 is_bounded_on b5 /\ b6
proof end;

theorem Th47: :: VFUNCT_2:47
for b1 being non empty set
for b2 being ComplexNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4, b5 being set
for b6 being PartFunc of b1, COMPLEX st b6 is_bounded_on b4 & b3 is_bounded_on b5 holds
b6 (#) b3 is_bounded_on b4 /\ b5
proof end;

theorem Th48: :: VFUNCT_2:48
for b1 being non empty set
for b2 being ComplexNormSpace
for b3, b4 being PartFunc of b1,the carrier of b2
for b5, b6 being set st b3 is_bounded_on b5 & b4 is_bounded_on b6 holds
b3 - b4 is_bounded_on b5 /\ b6
proof end;

theorem Th49: :: VFUNCT_2:49
for b1 being non empty set
for b2 being ComplexNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4, b5 being set st b3 is_bounded_on b4 & b3 is_bounded_on b5 holds
b3 is_bounded_on b4 \/ b5
proof end;

theorem Th50: :: VFUNCT_2:50
for b1 being non empty set
for b2 being ComplexNormSpace
for b3, b4 being PartFunc of b1,the carrier of b2
for b5, b6 being set st b3 is_constant_on b5 & b4 is_constant_on b6 holds
( b3 + b4 is_constant_on b5 /\ b6 & b3 - b4 is_constant_on b5 /\ b6 )
proof end;

theorem Th51: :: VFUNCT_2:51
for b1 being non empty set
for b2 being ComplexNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4, b5 being set
for b6 being PartFunc of b1, COMPLEX st b6 is_constant_on b4 & b3 is_constant_on b5 holds
b6 (#) b3 is_constant_on b4 /\ b5
proof end;

theorem Th52: :: VFUNCT_2:52
for b1 being non empty set
for b2 being ComplexNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4 being Complex
for b5 being set st b3 is_constant_on b5 holds
b4 (#) b3 is_constant_on b5
proof end;

theorem Th53: :: VFUNCT_2:53
for b1 being non empty set
for b2 being ComplexNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4 being set st b3 is_constant_on b4 holds
( ||.b3.|| is_constant_on b4 & - b3 is_constant_on b4 )
proof end;

theorem Th54: :: VFUNCT_2:54
for b1 being non empty set
for b2 being ComplexNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4 being set st b3 is_constant_on b4 holds
b3 is_bounded_on b4
proof end;

theorem Th55: :: VFUNCT_2:55
for b1 being non empty set
for b2 being ComplexNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4 being set st b3 is_constant_on b4 holds
( ( for b5 being Complex holds b5 (#) b3 is_bounded_on b4 ) & - b3 is_bounded_on b4 & ||.b3.|| is_bounded_on b4 )
proof end;

theorem Th56: :: VFUNCT_2:56
for b1 being non empty set
for b2 being ComplexNormSpace
for b3, b4 being PartFunc of b1,the carrier of b2
for b5, b6 being set st b3 is_bounded_on b5 & b4 is_constant_on b6 holds
b3 + b4 is_bounded_on b5 /\ b6
proof end;

theorem Th57: :: VFUNCT_2:57
for b1 being non empty set
for b2 being ComplexNormSpace
for b3, b4 being PartFunc of b1,the carrier of b2
for b5, b6 being set st b3 is_bounded_on b5 & b4 is_constant_on b6 holds
( b3 - b4 is_bounded_on b5 /\ b6 & b4 - b3 is_bounded_on b5 /\ b6 )
proof end;