:: VFUNCT_1 semantic presentation

definition
let c1 be non empty set ;
let c2 be RealNormSpace;
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_1: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_1: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_1:def 1 :
for b1 being non empty set
for b2 being RealNormSpace
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_1:def 2 :
for b1 being non empty set
for b2 being RealNormSpace
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 RealNormSpace;
let c3 be PartFunc of c1, REAL ;
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_1: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_1:def 3 :
for b1 being non empty set
for b2 being RealNormSpace
for b3 being PartFunc of b1, REAL
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 RealNormSpace;
let c3 be PartFunc of c1,the carrier of c2;
let c4 be Real;
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_1: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_1:def 4 :
for b1 being non empty set
for b2 being RealNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4 being Real
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 RealNormSpace;
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_1: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_1: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_1:def 5 :
for b1 being non empty set
for b2 being RealNormSpace
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_1:def 6 :
for b1 being non empty set
for b2 being RealNormSpace
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_1:1
canceled;

theorem Th2: :: VFUNCT_1:2
canceled;

theorem Th3: :: VFUNCT_1:3
canceled;

theorem Th4: :: VFUNCT_1:4
canceled;

theorem Th5: :: VFUNCT_1:5
canceled;

theorem Th6: :: VFUNCT_1:6
canceled;

theorem Th7: :: VFUNCT_1:7
for b1 being non empty set
for b2 being RealNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4 being PartFunc of b1, REAL holds (dom (b4 (#) b3)) \ ((b4 (#) b3) " {(0. b2)}) = ((dom b4) \ (b4 " {0})) /\ ((dom b3) \ (b3 " {(0. b2)}))
proof end;

theorem Th8: :: VFUNCT_1:8
for b1 being non empty set
for b2 being RealNormSpace
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 Th9: :: VFUNCT_1:9
for b1 being non empty set
for b2 being RealNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4 being Real st b4 <> 0 holds
(b4 (#) b3) " {(0. b2)} = b3 " {(0. b2)}
proof end;

theorem Th10: :: VFUNCT_1:10
for b1 being non empty set
for b2 being RealNormSpace
for b3, b4 being PartFunc of b1,the carrier of b2 holds b3 + b4 = b4 + b3
proof end;

theorem Th11: :: VFUNCT_1:11
for b1 being non empty set
for b2 being RealNormSpace
for b3, b4, b5 being PartFunc of b1,the carrier of b2 holds (b3 + b4) + b5 = b3 + (b4 + b5)
proof end;

theorem Th12: :: VFUNCT_1:12
for b1 being non empty set
for b2 being RealNormSpace
for b3, b4 being PartFunc of b1, REAL
for b5 being PartFunc of b1,the carrier of b2 holds (b3 (#) b4) (#) b5 = b3 (#) (b4 (#) b5)
proof end;

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

theorem Th14: :: VFUNCT_1:14
for b1 being non empty set
for b2 being RealNormSpace
for b3, b4 being PartFunc of b1,the carrier of b2
for b5 being PartFunc of b1, REAL holds b5 (#) (b3 + b4) = (b5 (#) b3) + (b5 (#) b4)
proof end;

theorem Th15: :: VFUNCT_1:15
for b1 being non empty set
for b2 being RealNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4 being Real
for b5 being PartFunc of b1, REAL holds b4 (#) (b5 (#) b3) = (b4 (#) b5) (#) b3
proof end;

theorem Th16: :: VFUNCT_1:16
for b1 being non empty set
for b2 being RealNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4 being Real
for b5 being PartFunc of b1, REAL holds b4 (#) (b5 (#) b3) = b5 (#) (b4 (#) b3)
proof end;

theorem Th17: :: VFUNCT_1:17
for b1 being non empty set
for b2 being RealNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4, b5 being PartFunc of b1, REAL holds (b4 - b5) (#) b3 = (b4 (#) b3) - (b5 (#) b3)
proof end;

theorem Th18: :: VFUNCT_1:18
for b1 being non empty set
for b2 being RealNormSpace
for b3, b4 being PartFunc of b1,the carrier of b2
for b5 being PartFunc of b1, REAL holds (b5 (#) b3) - (b5 (#) b4) = b5 (#) (b3 - b4)
proof end;

theorem Th19: :: VFUNCT_1:19
for b1 being non empty set
for b2 being RealNormSpace
for b3, b4 being PartFunc of b1,the carrier of b2
for b5 being Real holds b5 (#) (b3 + b4) = (b5 (#) b3) + (b5 (#) b4)
proof end;

theorem Th20: :: VFUNCT_1:20
for b1 being non empty set
for b2 being RealNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4, b5 being Real holds (b4 * b5) (#) b3 = b4 (#) (b5 (#) b3)
proof end;

theorem Th21: :: VFUNCT_1:21
for b1 being non empty set
for b2 being RealNormSpace
for b3, b4 being PartFunc of b1,the carrier of b2
for b5 being Real holds b5 (#) (b3 - b4) = (b5 (#) b3) - (b5 (#) b4)
proof end;

theorem Th22: :: VFUNCT_1:22
for b1 being non empty set
for b2 being RealNormSpace
for b3, b4 being PartFunc of b1,the carrier of b2 holds b3 - b4 = (- 1) (#) (b4 - b3)
proof end;

theorem Th23: :: VFUNCT_1:23
for b1 being non empty set
for b2 being RealNormSpace
for b3, b4, b5 being PartFunc of b1,the carrier of b2 holds b3 - (b4 + b5) = (b3 - b4) - b5
proof end;

theorem Th24: :: VFUNCT_1:24
for b1 being non empty set
for b2 being RealNormSpace
for b3 being PartFunc of b1,the carrier of b2 holds 1 (#) b3 = b3
proof end;

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

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

theorem Th27: :: VFUNCT_1:27
for b1 being non empty set
for b2 being RealNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4 being PartFunc of b1, REAL holds ||.(b4 (#) b3).|| = (abs b4) (#) ||.b3.||
proof end;

theorem Th28: :: VFUNCT_1:28
for b1 being non empty set
for b2 being RealNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4 being Real holds ||.(b4 (#) b3).|| = (abs b4) (#) ||.b3.||
proof end;

theorem Th29: :: VFUNCT_1:29
for b1 being non empty set
for b2 being RealNormSpace
for b3 being PartFunc of b1,the carrier of b2 holds - b3 = (- 1) (#) b3
proof end;

theorem Th30: :: VFUNCT_1:30
for b1 being non empty set
for b2 being RealNormSpace
for b3 being PartFunc of b1,the carrier of b2 holds - (- b3) = b3
proof end;

theorem Th31: :: VFUNCT_1:31
for b1 being non empty set
for b2 being RealNormSpace
for b3, b4 being PartFunc of b1,the carrier of b2 holds b3 - b4 = b3 + (- b4)
proof end;

theorem Th32: :: VFUNCT_1:32
for b1 being non empty set
for b2 being RealNormSpace
for b3, b4 being PartFunc of b1,the carrier of b2 holds b3 - (- b4) = b3 + b4
proof end;

theorem Th33: :: VFUNCT_1:33
for b1 being set
for b2 being non empty set
for b3 being RealNormSpace
for b4, b5 being PartFunc of b2,the carrier of b3 holds
( (b4 + b5) | b1 = (b4 | b1) + (b5 | b1) & (b4 + b5) | b1 = (b4 | b1) + b5 & (b4 + b5) | b1 = b4 + (b5 | b1) )
proof end;

theorem Th34: :: VFUNCT_1:34
for b1 being set
for b2 being non empty set
for b3 being RealNormSpace
for b4 being PartFunc of b2,the carrier of b3
for b5 being PartFunc of b2, REAL holds
( (b5 (#) b4) | b1 = (b5 | b1) (#) (b4 | b1) & (b5 (#) b4) | b1 = (b5 | b1) (#) b4 & (b5 (#) b4) | b1 = b5 (#) (b4 | b1) )
proof end;

theorem Th35: :: VFUNCT_1:35
for b1 being set
for b2 being non empty set
for b3 being RealNormSpace
for b4 being PartFunc of b2,the carrier of b3 holds
( (- b4) | b1 = - (b4 | b1) & ||.b4.|| | b1 = ||.(b4 | b1).|| )
proof end;

theorem Th36: :: VFUNCT_1:36
for b1 being set
for b2 being non empty set
for b3 being RealNormSpace
for b4, b5 being PartFunc of b2,the carrier of b3 holds
( (b4 - b5) | b1 = (b4 | b1) - (b5 | b1) & (b4 - b5) | b1 = (b4 | b1) - b5 & (b4 - b5) | b1 = b4 - (b5 | b1) )
proof end;

theorem Th37: :: VFUNCT_1:37
for b1 being set
for b2 being non empty set
for b3 being RealNormSpace
for b4 being PartFunc of b2,the carrier of b3
for b5 being Real holds (b5 (#) b4) | b1 = b5 (#) (b4 | b1)
proof end;

theorem Th38: :: VFUNCT_1:38
for b1 being non empty set
for b2 being RealNormSpace
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 Th39: :: VFUNCT_1:39
for b1 being non empty set
for b2 being RealNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4 being PartFunc of b1, REAL holds
( ( b4 is total & b3 is total ) iff b4 (#) b3 is total )
proof end;

theorem Th40: :: VFUNCT_1:40
for b1 being non empty set
for b2 being RealNormSpace
for b3 being PartFunc of b1,the carrier of b2
for b4 being Real holds
( b3 is total iff b4 (#) b3 is total )
proof end;

theorem Th41: :: VFUNCT_1:41
for b1 being non empty set
for b2 being RealNormSpace
for b3 being PartFunc of b1,the carrier of b2 holds
( b3 is total iff - b3 is total )
proof end;

theorem Th42: :: VFUNCT_1:42
for b1 being non empty set
for b2 being RealNormSpace
for b3 being PartFunc of b1,the carrier of b2 holds
( b3 is total iff ||.b3.|| is total )
proof end;

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

theorem Th44: :: VFUNCT_1:44
for b1 being non empty set
for b2 being Element of b1
for b3 being RealNormSpace
for b4 being PartFunc of b1,the carrier of b3
for b5 being PartFunc of b1, REAL st b5 is total & b4 is total holds
(b5 (#) b4) /. b2 = (b5 . b2) * (b4 /. b2)
proof end;

theorem Th45: :: VFUNCT_1:45
for b1 being non empty set
for b2 being Element of b1
for b3 being RealNormSpace
for b4 being PartFunc of b1,the carrier of b3
for b5 being Real st b4 is total holds
(b5 (#) b4) /. b2 = b5 * (b4 /. b2)
proof end;

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

definition
let c1 be non empty set ;
let c2 be RealNormSpace;
let c3 be PartFunc of c1,the carrier of c2;
let c4 be set ;
pred c3 is_bounded_on c4 means :Def7: :: VFUNCT_1: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_1:def 7 :
for b1 being non empty set
for b2 being RealNormSpace
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 Th47: :: VFUNCT_1:47
canceled;

theorem Th48: :: VFUNCT_1:48
for b1, b2 being set
for b3 being non empty set
for b4 being RealNormSpace
for b5 being PartFunc of b3,the carrier of b4 st b1 c= b2 & b5 is_bounded_on b2 holds
b5 is_bounded_on b1
proof end;

theorem Th49: :: VFUNCT_1:49
for b1 being set
for b2 being non empty set
for b3 being RealNormSpace
for b4 being PartFunc of b2,the carrier of b3 st b1 misses dom b4 holds
b4 is_bounded_on b1
proof end;

theorem Th50: :: VFUNCT_1:50
for b1 being set
for b2 being non empty set
for b3 being RealNormSpace
for b4 being PartFunc of b2,the carrier of b3 holds 0 (#) b4 is_bounded_on b1
proof end;

theorem Th51: :: VFUNCT_1:51
for b1 being set
for b2 being non empty set
for b3 being RealNormSpace
for b4 being PartFunc of b2,the carrier of b3
for b5 being Real st b4 is_bounded_on b1 holds
b5 (#) b4 is_bounded_on b1
proof end;

theorem Th52: :: VFUNCT_1:52
for b1 being set
for b2 being non empty set
for b3 being RealNormSpace
for b4 being PartFunc of b2,the carrier of b3 st b4 is_bounded_on b1 holds
( ||.b4.|| is_bounded_on b1 & - b4 is_bounded_on b1 )
proof end;

theorem Th53: :: VFUNCT_1:53
for b1, b2 being set
for b3 being non empty set
for b4 being RealNormSpace
for b5, b6 being PartFunc of b3,the carrier of b4 st b5 is_bounded_on b1 & b6 is_bounded_on b2 holds
b5 + b6 is_bounded_on b1 /\ b2
proof end;

theorem Th54: :: VFUNCT_1:54
for b1, b2 being set
for b3 being non empty set
for b4 being RealNormSpace
for b5 being PartFunc of b3,the carrier of b4
for b6 being PartFunc of b3, REAL st b6 is_bounded_on b1 & b5 is_bounded_on b2 holds
b6 (#) b5 is_bounded_on b1 /\ b2
proof end;

theorem Th55: :: VFUNCT_1:55
for b1, b2 being set
for b3 being non empty set
for b4 being RealNormSpace
for b5, b6 being PartFunc of b3,the carrier of b4 st b5 is_bounded_on b1 & b6 is_bounded_on b2 holds
b5 - b6 is_bounded_on b1 /\ b2
proof end;

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

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

theorem Th58: :: VFUNCT_1:58
for b1, b2 being set
for b3 being non empty set
for b4 being RealNormSpace
for b5 being PartFunc of b3,the carrier of b4
for b6 being PartFunc of b3, REAL st b6 is_constant_on b1 & b5 is_constant_on b2 holds
b6 (#) b5 is_constant_on b1 /\ b2
proof end;

theorem Th59: :: VFUNCT_1:59
for b1 being set
for b2 being non empty set
for b3 being RealNormSpace
for b4 being PartFunc of b2,the carrier of b3
for b5 being Real st b4 is_constant_on b1 holds
b5 (#) b4 is_constant_on b1
proof end;

theorem Th60: :: VFUNCT_1:60
for b1 being set
for b2 being non empty set
for b3 being RealNormSpace
for b4 being PartFunc of b2,the carrier of b3 st b4 is_constant_on b1 holds
( ||.b4.|| is_constant_on b1 & - b4 is_constant_on b1 )
proof end;

theorem Th61: :: VFUNCT_1:61
for b1 being set
for b2 being non empty set
for b3 being RealNormSpace
for b4 being PartFunc of b2,the carrier of b3 st b4 is_constant_on b1 holds
b4 is_bounded_on b1
proof end;

theorem Th62: :: VFUNCT_1:62
for b1 being set
for b2 being non empty set
for b3 being RealNormSpace
for b4 being PartFunc of b2,the carrier of b3 st b4 is_constant_on b1 holds
( ( for b5 being Real holds b5 (#) b4 is_bounded_on b1 ) & - b4 is_bounded_on b1 & ||.b4.|| is_bounded_on b1 )
proof end;

theorem Th63: :: VFUNCT_1:63
for b1, b2 being set
for b3 being non empty set
for b4 being RealNormSpace
for b5, b6 being PartFunc of b3,the carrier of b4 st b5 is_bounded_on b1 & b6 is_constant_on b2 holds
b5 + b6 is_bounded_on b1 /\ b2
proof end;

theorem Th64: :: VFUNCT_1:64
for b1, b2 being set
for b3 being non empty set
for b4 being RealNormSpace
for b5, b6 being PartFunc of b3,the carrier of b4 st b5 is_bounded_on b1 & b6 is_constant_on b2 holds
( b5 - b6 is_bounded_on b1 /\ b2 & b6 - b5 is_bounded_on b1 /\ b2 )
proof end;