:: NCFCONT1 semantic presentation

definition
let c1 be ComplexLinearSpace;
let c2 be sequence of c1;
func - c2 -> sequence of a1 means :Def1: :: NCFCONT1:def 1
for b1 being Nat holds a3 . b1 = - (a2 . b1);
existence
ex b1 being sequence of c1 st
for b2 being Nat holds b1 . b2 = - (c2 . b2)
proof end;
uniqueness
for b1, b2 being sequence of c1 st ( for b3 being Nat holds b1 . b3 = - (c2 . b3) ) & ( for b3 being Nat holds b2 . b3 = - (c2 . b3) ) holds
b1 = b2
proof end;
end;

:: deftheorem Def1 defines - NCFCONT1:def 1 :
for b1 being ComplexLinearSpace
for b2, b3 being sequence of b1 holds
( b3 = - b2 iff for b4 being Nat holds b3 . b4 = - (b2 . b4) );

theorem Th1: :: NCFCONT1:1
for b1 being ComplexNormSpace
for b2, b3 being sequence of b1 holds b2 - b3 = b2 + (- b3)
proof end;

theorem Th2: :: NCFCONT1:2
for b1 being ComplexNormSpace
for b2 being sequence of b1 holds - b2 = (- 1r ) * b2
proof end;

definition
let c1, c2 be ComplexNormSpace;
let c3 be PartFunc of c1,c2;
func ||.c3.|| -> PartFunc of the carrier of a1, REAL means :Def2: :: NCFCONT1:def 2
( dom a4 = dom a3 & ( for b1 being Point of a1 st b1 in dom a4 holds
a4 . b1 = ||.(a3 /. b1).|| ) );
existence
ex b1 being PartFunc of the carrier of c1, REAL st
( dom b1 = dom c3 & ( for b2 being Point of c1 st b2 in dom b1 holds
b1 . b2 = ||.(c3 /. b2).|| ) )
proof end;
uniqueness
for b1, b2 being PartFunc of the carrier of c1, REAL st dom b1 = dom c3 & ( for b3 being Point of c1 st b3 in dom b1 holds
b1 . b3 = ||.(c3 /. b3).|| ) & dom b2 = dom c3 & ( for b3 being Point of c1 st b3 in dom b2 holds
b2 . b3 = ||.(c3 /. b3).|| ) holds
b1 = b2
proof end;
end;

:: deftheorem Def2 defines ||. NCFCONT1:def 2 :
for b1, b2 being ComplexNormSpace
for b3 being PartFunc of b1,b2
for b4 being PartFunc of the carrier of b1, REAL holds
( b4 = ||.b3.|| iff ( dom b4 = dom b3 & ( for b5 being Point of b1 st b5 in dom b4 holds
b4 . b5 = ||.(b3 /. b5).|| ) ) );

definition
let c1 be ComplexNormSpace;
let c2 be RealNormSpace;
let c3 be PartFunc of c1,c2;
func ||.c3.|| -> PartFunc of the carrier of a1, REAL means :Def3: :: NCFCONT1:def 3
( dom a4 = dom a3 & ( for b1 being Point of a1 st b1 in dom a4 holds
a4 . b1 = ||.(a3 /. b1).|| ) );
existence
ex b1 being PartFunc of the carrier of c1, REAL st
( dom b1 = dom c3 & ( for b2 being Point of c1 st b2 in dom b1 holds
b1 . b2 = ||.(c3 /. b2).|| ) )
proof end;
uniqueness
for b1, b2 being PartFunc of the carrier of c1, REAL st dom b1 = dom c3 & ( for b3 being Point of c1 st b3 in dom b1 holds
b1 . b3 = ||.(c3 /. b3).|| ) & dom b2 = dom c3 & ( for b3 being Point of c1 st b3 in dom b2 holds
b2 . b3 = ||.(c3 /. b3).|| ) holds
b1 = b2
proof end;
end;

:: deftheorem Def3 defines ||. NCFCONT1:def 3 :
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being PartFunc of b1,b2
for b4 being PartFunc of the carrier of b1, REAL holds
( b4 = ||.b3.|| iff ( dom b4 = dom b3 & ( for b5 being Point of b1 st b5 in dom b4 holds
b4 . b5 = ||.(b3 /. b5).|| ) ) );

definition
let c1 be RealNormSpace;
let c2 be ComplexNormSpace;
let c3 be PartFunc of c1,c2;
func ||.c3.|| -> PartFunc of the carrier of a1, REAL means :Def4: :: NCFCONT1:def 4
( dom a4 = dom a3 & ( for b1 being Point of a1 st b1 in dom a4 holds
a4 . b1 = ||.(a3 /. b1).|| ) );
existence
ex b1 being PartFunc of the carrier of c1, REAL st
( dom b1 = dom c3 & ( for b2 being Point of c1 st b2 in dom b1 holds
b1 . b2 = ||.(c3 /. b2).|| ) )
proof end;
uniqueness
for b1, b2 being PartFunc of the carrier of c1, REAL st dom b1 = dom c3 & ( for b3 being Point of c1 st b3 in dom b1 holds
b1 . b3 = ||.(c3 /. b3).|| ) & dom b2 = dom c3 & ( for b3 being Point of c1 st b3 in dom b2 holds
b2 . b3 = ||.(c3 /. b3).|| ) holds
b1 = b2
proof end;
end;

:: deftheorem Def4 defines ||. NCFCONT1:def 4 :
for b1 being RealNormSpace
for b2 being ComplexNormSpace
for b3 being PartFunc of b1,b2
for b4 being PartFunc of the carrier of b1, REAL holds
( b4 = ||.b3.|| iff ( dom b4 = dom b3 & ( for b5 being Point of b1 st b5 in dom b4 holds
b4 . b5 = ||.(b3 /. b5).|| ) ) );

definition
let c1 be ComplexNormSpace;
let c2 be Point of c1;
mode Neighbourhood of c2 -> Subset of a1 means :Def5: :: NCFCONT1:def 5
ex b1 being Real st
( 0 < b1 & { b2 where B is Point of a1 : ||.(b2 - a2).|| < b1 } c= a3 );
existence
ex b1 being Subset of c1ex b2 being Real st
( 0 < b2 & { b3 where B is Point of c1 : ||.(b3 - c2).|| < b2 } c= b1 )
proof end;
end;

:: deftheorem Def5 defines Neighbourhood NCFCONT1:def 5 :
for b1 being ComplexNormSpace
for b2 being Point of b1
for b3 being Subset of b1 holds
( b3 is Neighbourhood of b2 iff ex b4 being Real st
( 0 < b4 & { b5 where B is Point of b1 : ||.(b5 - b2).|| < b4 } c= b3 ) );

theorem Th3: :: NCFCONT1:3
for b1 being ComplexNormSpace
for b2 being Point of b1
for b3 being Real st 0 < b3 holds
{ b4 where B is Point of b1 : ||.(b4 - b2).|| < b3 } is Neighbourhood of b2
proof end;

theorem Th4: :: NCFCONT1:4
for b1 being ComplexNormSpace
for b2 being Point of b1
for b3 being Neighbourhood of b2 holds b2 in b3
proof end;

definition
let c1 be ComplexNormSpace;
let c2 be Subset of c1;
attr a2 is compact means :Def6: :: NCFCONT1:def 6
for b1 being sequence of a1 st rng b1 c= a2 holds
ex b2 being sequence of a1 st
( b2 is subsequence of b1 & b2 is convergent & lim b2 in a2 );
end;

:: deftheorem Def6 defines compact NCFCONT1:def 6 :
for b1 being ComplexNormSpace
for b2 being Subset of b1 holds
( b2 is compact iff for b3 being sequence of b1 st rng b3 c= b2 holds
ex b4 being sequence of b1 st
( b4 is subsequence of b3 & b4 is convergent & lim b4 in b2 ) );

definition
let c1 be ComplexNormSpace;
let c2 be Subset of c1;
attr a2 is closed means :: NCFCONT1:def 7
for b1 being sequence of a1 st rng b1 c= a2 & b1 is convergent holds
lim b1 in a2;
end;

:: deftheorem Def7 defines closed NCFCONT1:def 7 :
for b1 being ComplexNormSpace
for b2 being Subset of b1 holds
( b2 is closed iff for b3 being sequence of b1 st rng b3 c= b2 & b3 is convergent holds
lim b3 in b2 );

definition
let c1 be ComplexNormSpace;
let c2 be Subset of c1;
attr a2 is open means :: NCFCONT1:def 8
a2 ` is closed;
end;

:: deftheorem Def8 defines open NCFCONT1:def 8 :
for b1 being ComplexNormSpace
for b2 being Subset of b1 holds
( b2 is open iff b2 ` is closed );

definition
let c1, c2 be ComplexNormSpace;
let c3 be PartFunc of c1,c2;
let c4 be sequence of c1;
assume E10: rng c4 c= dom c3 ;
func c3 * c4 -> sequence of a2 equals :Def9: :: NCFCONT1:def 9
a3 * a4;
coherence
c3 * c4 is sequence of c2
proof end;
end;

:: deftheorem Def9 defines * NCFCONT1:def 9 :
for b1, b2 being ComplexNormSpace
for b3 being PartFunc of b1,b2
for b4 being sequence of b1 st rng b4 c= dom b3 holds
b3 * b4 = b3 * b4;

definition
let c1 be ComplexNormSpace;
let c2 be RealNormSpace;
let c3 be PartFunc of c1,c2;
let c4 be sequence of c1;
assume E11: rng c4 c= dom c3 ;
func c3 * c4 -> sequence of a2 equals :Def10: :: NCFCONT1:def 10
a3 * a4;
coherence
c3 * c4 is sequence of c2
proof end;
end;

:: deftheorem Def10 defines * NCFCONT1:def 10 :
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being PartFunc of b1,b2
for b4 being sequence of b1 st rng b4 c= dom b3 holds
b3 * b4 = b3 * b4;

definition
let c1 be ComplexNormSpace;
let c2 be RealNormSpace;
let c3 be PartFunc of c2,c1;
let c4 be sequence of c2;
assume E12: rng c4 c= dom c3 ;
func c3 * c4 -> sequence of a1 equals :Def11: :: NCFCONT1:def 11
a3 * a4;
coherence
c3 * c4 is sequence of c1
proof end;
end;

:: deftheorem Def11 defines * NCFCONT1:def 11 :
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being PartFunc of b2,b1
for b4 being sequence of b2 st rng b4 c= dom b3 holds
b3 * b4 = b3 * b4;

definition
let c1 be ComplexNormSpace;
let c2 be PartFunc of the carrier of c1, COMPLEX ;
let c3 be sequence of c1;
assume E13: rng c3 c= dom c2 ;
func c2 * c3 -> Complex_Sequence equals :Def12: :: NCFCONT1:def 12
a2 * a3;
coherence
c2 * c3 is Complex_Sequence
proof end;
end;

:: deftheorem Def12 defines * NCFCONT1:def 12 :
for b1 being ComplexNormSpace
for b2 being PartFunc of the carrier of b1, COMPLEX
for b3 being sequence of b1 st rng b3 c= dom b2 holds
b2 * b3 = b2 * b3;

definition
let c1 be RealNormSpace;
let c2 be PartFunc of the carrier of c1, COMPLEX ;
let c3 be sequence of c1;
assume E14: rng c3 c= dom c2 ;
func c2 * c3 -> Complex_Sequence equals :Def13: :: NCFCONT1:def 13
a2 * a3;
coherence
c2 * c3 is Complex_Sequence
proof end;
end;

:: deftheorem Def13 defines * NCFCONT1:def 13 :
for b1 being RealNormSpace
for b2 being PartFunc of the carrier of b1, COMPLEX
for b3 being sequence of b1 st rng b3 c= dom b2 holds
b2 * b3 = b2 * b3;

definition
let c1 be ComplexNormSpace;
let c2 be PartFunc of the carrier of c1, REAL ;
let c3 be sequence of c1;
assume E15: rng c3 c= dom c2 ;
func c2 * c3 -> Real_Sequence equals :Def14: :: NCFCONT1:def 14
a2 * a3;
coherence
c2 * c3 is Real_Sequence
proof end;
end;

:: deftheorem Def14 defines * NCFCONT1:def 14 :
for b1 being ComplexNormSpace
for b2 being PartFunc of the carrier of b1, REAL
for b3 being sequence of b1 st rng b3 c= dom b2 holds
b2 * b3 = b2 * b3;

definition
let c1, c2 be ComplexNormSpace;
let c3 be PartFunc of c1,c2;
let c4 be Point of c1;
pred c3 is_continuous_in c4 means :Def15: :: NCFCONT1:def 15
( a4 in dom a3 & ( for b1 being sequence of a1 st rng b1 c= dom a3 & b1 is convergent & lim b1 = a4 holds
( a3 * b1 is convergent & a3 /. a4 = lim (a3 * b1) ) ) );
end;

:: deftheorem Def15 defines is_continuous_in NCFCONT1:def 15 :
for b1, b2 being ComplexNormSpace
for b3 being PartFunc of b1,b2
for b4 being Point of b1 holds
( b3 is_continuous_in b4 iff ( b4 in dom b3 & ( for b5 being sequence of b1 st rng b5 c= dom b3 & b5 is convergent & lim b5 = b4 holds
( b3 * b5 is convergent & b3 /. b4 = lim (b3 * b5) ) ) ) );

definition
let c1 be ComplexNormSpace;
let c2 be RealNormSpace;
let c3 be PartFunc of c1,c2;
let c4 be Point of c1;
pred c3 is_continuous_in c4 means :Def16: :: NCFCONT1:def 16
( a4 in dom a3 & ( for b1 being sequence of a1 st rng b1 c= dom a3 & b1 is convergent & lim b1 = a4 holds
( a3 * b1 is convergent & a3 /. a4 = lim (a3 * b1) ) ) );
end;

:: deftheorem Def16 defines is_continuous_in NCFCONT1:def 16 :
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being PartFunc of b1,b2
for b4 being Point of b1 holds
( b3 is_continuous_in b4 iff ( b4 in dom b3 & ( for b5 being sequence of b1 st rng b5 c= dom b3 & b5 is convergent & lim b5 = b4 holds
( b3 * b5 is convergent & b3 /. b4 = lim (b3 * b5) ) ) ) );

definition
let c1 be RealNormSpace;
let c2 be ComplexNormSpace;
let c3 be PartFunc of c1,c2;
let c4 be Point of c1;
pred c3 is_continuous_in c4 means :Def17: :: NCFCONT1:def 17
( a4 in dom a3 & ( for b1 being sequence of a1 st rng b1 c= dom a3 & b1 is convergent & lim b1 = a4 holds
( a3 * b1 is convergent & a3 /. a4 = lim (a3 * b1) ) ) );
end;

:: deftheorem Def17 defines is_continuous_in NCFCONT1:def 17 :
for b1 being RealNormSpace
for b2 being ComplexNormSpace
for b3 being PartFunc of b1,b2
for b4 being Point of b1 holds
( b3 is_continuous_in b4 iff ( b4 in dom b3 & ( for b5 being sequence of b1 st rng b5 c= dom b3 & b5 is convergent & lim b5 = b4 holds
( b3 * b5 is convergent & b3 /. b4 = lim (b3 * b5) ) ) ) );

definition
let c1 be ComplexNormSpace;
let c2 be PartFunc of the carrier of c1, COMPLEX ;
let c3 be Point of c1;
pred c2 is_continuous_in c3 means :Def18: :: NCFCONT1:def 18
( a3 in dom a2 & ( for b1 being sequence of a1 st rng b1 c= dom a2 & b1 is convergent & lim b1 = a3 holds
( a2 * b1 is convergent & a2 /. a3 = lim (a2 * b1) ) ) );
end;

:: deftheorem Def18 defines is_continuous_in NCFCONT1:def 18 :
for b1 being ComplexNormSpace
for b2 being PartFunc of the carrier of b1, COMPLEX
for b3 being Point of b1 holds
( b2 is_continuous_in b3 iff ( b3 in dom b2 & ( for b4 being sequence of b1 st rng b4 c= dom b2 & b4 is convergent & lim b4 = b3 holds
( b2 * b4 is convergent & b2 /. b3 = lim (b2 * b4) ) ) ) );

definition
let c1 be ComplexNormSpace;
let c2 be PartFunc of the carrier of c1, REAL ;
let c3 be Point of c1;
pred c2 is_continuous_in c3 means :Def19: :: NCFCONT1:def 19
( a3 in dom a2 & ( for b1 being sequence of a1 st rng b1 c= dom a2 & b1 is convergent & lim b1 = a3 holds
( a2 * b1 is convergent & a2 /. a3 = lim (a2 * b1) ) ) );
end;

:: deftheorem Def19 defines is_continuous_in NCFCONT1:def 19 :
for b1 being ComplexNormSpace
for b2 being PartFunc of the carrier of b1, REAL
for b3 being Point of b1 holds
( b2 is_continuous_in b3 iff ( b3 in dom b2 & ( for b4 being sequence of b1 st rng b4 c= dom b2 & b4 is convergent & lim b4 = b3 holds
( b2 * b4 is convergent & b2 /. b3 = lim (b2 * b4) ) ) ) );

definition
let c1 be RealNormSpace;
let c2 be PartFunc of the carrier of c1, COMPLEX ;
let c3 be Point of c1;
pred c2 is_continuous_in c3 means :Def20: :: NCFCONT1:def 20
( a3 in dom a2 & ( for b1 being sequence of a1 st rng b1 c= dom a2 & b1 is convergent & lim b1 = a3 holds
( a2 * b1 is convergent & a2 /. a3 = lim (a2 * b1) ) ) );
end;

:: deftheorem Def20 defines is_continuous_in NCFCONT1:def 20 :
for b1 being RealNormSpace
for b2 being PartFunc of the carrier of b1, COMPLEX
for b3 being Point of b1 holds
( b2 is_continuous_in b3 iff ( b3 in dom b2 & ( for b4 being sequence of b1 st rng b4 c= dom b2 & b4 is convergent & lim b4 = b3 holds
( b2 * b4 is convergent & b2 /. b3 = lim (b2 * b4) ) ) ) );

theorem Th5: :: NCFCONT1:5
for b1 being Nat
for b2, b3 being ComplexNormSpace
for b4 being sequence of b2
for b5 being PartFunc of b2,b3 st rng b4 c= dom b5 holds
b4 . b1 in dom b5
proof end;

theorem Th6: :: NCFCONT1:6
for b1 being Nat
for b2 being ComplexNormSpace
for b3 being RealNormSpace
for b4 being sequence of b2
for b5 being PartFunc of b2,b3 st rng b4 c= dom b5 holds
b4 . b1 in dom b5
proof end;

theorem Th7: :: NCFCONT1:7
for b1 being Nat
for b2 being ComplexNormSpace
for b3 being RealNormSpace
for b4 being sequence of b3
for b5 being PartFunc of b3,b2 st rng b4 c= dom b5 holds
b4 . b1 in dom b5
proof end;

theorem Th8: :: NCFCONT1:8
for b1 being ComplexNormSpace
for b2 being sequence of b1
for b3 being set holds
( b3 in rng b2 iff ex b4 being Nat st b3 = b2 . b4 )
proof end;

theorem Th9: :: NCFCONT1:9
for b1 being ComplexNormSpace
for b2, b3 being sequence of b1 st b3 is subsequence of b2 holds
rng b3 c= rng b2
proof end;

theorem Th10: :: NCFCONT1:10
for b1, b2 being ComplexNormSpace
for b3 being PartFunc of b1,b2
for b4 being sequence of b1 st rng b4 c= dom b3 holds
for b5 being Nat holds (b3 * b4) . b5 = b3 /. (b4 . b5)
proof end;

theorem Th11: :: NCFCONT1:11
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being PartFunc of b1,b2
for b4 being sequence of b1 st rng b4 c= dom b3 holds
for b5 being Nat holds (b3 * b4) . b5 = b3 /. (b4 . b5)
proof end;

theorem Th12: :: NCFCONT1:12
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being PartFunc of b2,b1
for b4 being sequence of b2 st rng b4 c= dom b3 holds
for b5 being Nat holds (b3 * b4) . b5 = b3 /. (b4 . b5)
proof end;

theorem Th13: :: NCFCONT1:13
for b1 being ComplexNormSpace
for b2 being PartFunc of the carrier of b1, COMPLEX
for b3 being sequence of b1 st rng b3 c= dom b2 holds
for b4 being Nat holds (b2 * b3) . b4 = b2 /. (b3 . b4)
proof end;

theorem Th14: :: NCFCONT1:14
for b1 being ComplexNormSpace
for b2 being PartFunc of the carrier of b1, REAL
for b3 being sequence of b1 st rng b3 c= dom b2 holds
for b4 being Nat holds (b2 * b3) . b4 = b2 /. (b3 . b4)
proof end;

theorem Th15: :: NCFCONT1:15
for b1 being RealNormSpace
for b2 being PartFunc of the carrier of b1, COMPLEX
for b3 being sequence of b1 st rng b3 c= dom b2 holds
for b4 being Nat holds (b2 * b3) . b4 = b2 /. (b3 . b4)
proof end;

theorem Th16: :: NCFCONT1:16
for b1, b2 being ComplexNormSpace
for b3 being PartFunc of b1,b2
for b4 being sequence of b1
for b5 being increasing Seq_of_Nat st rng b4 c= dom b3 holds
(b3 * b4) * b5 = b3 * (b4 * b5)
proof end;

theorem Th17: :: NCFCONT1:17
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being PartFunc of b1,b2
for b4 being sequence of b1
for b5 being increasing Seq_of_Nat st rng b4 c= dom b3 holds
(b3 * b4) * b5 = b3 * (b4 * b5)
proof end;

theorem Th18: :: NCFCONT1:18
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being PartFunc of b2,b1
for b4 being sequence of b2
for b5 being increasing Seq_of_Nat st rng b4 c= dom b3 holds
(b3 * b4) * b5 = b3 * (b4 * b5)
proof end;

theorem Th19: :: NCFCONT1:19
for b1 being ComplexNormSpace
for b2 being PartFunc of the carrier of b1, COMPLEX
for b3 being sequence of b1
for b4 being increasing Seq_of_Nat st rng b3 c= dom b2 holds
(b2 * b3) * b4 = b2 * (b3 * b4)
proof end;

theorem Th20: :: NCFCONT1:20
for b1 being ComplexNormSpace
for b2 being PartFunc of the carrier of b1, REAL
for b3 being sequence of b1
for b4 being increasing Seq_of_Nat st rng b3 c= dom b2 holds
(b2 * b3) * b4 = b2 * (b3 * b4)
proof end;

theorem Th21: :: NCFCONT1:21
for b1 being RealNormSpace
for b2 being PartFunc of the carrier of b1, COMPLEX
for b3 being sequence of b1
for b4 being increasing Seq_of_Nat st rng b3 c= dom b2 holds
(b2 * b3) * b4 = b2 * (b3 * b4)
proof end;

theorem Th22: :: NCFCONT1:22
for b1, b2 being ComplexNormSpace
for b3 being PartFunc of b1,b2
for b4, b5 being sequence of b1 st rng b4 c= dom b3 & b5 is subsequence of b4 holds
b3 * b5 is subsequence of b3 * b4
proof end;

theorem Th23: :: NCFCONT1:23
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being PartFunc of b1,b2
for b4, b5 being sequence of b1 st rng b4 c= dom b3 & b5 is subsequence of b4 holds
b3 * b5 is subsequence of b3 * b4
proof end;

theorem Th24: :: NCFCONT1:24
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being PartFunc of b2,b1
for b4, b5 being sequence of b2 st rng b4 c= dom b3 & b5 is subsequence of b4 holds
b3 * b5 is subsequence of b3 * b4
proof end;

theorem Th25: :: NCFCONT1:25
for b1 being Complex_Sequence
for b2 being Nat
for b3 being increasing Seq_of_Nat holds (b1 * b3) . b2 = b1 . (b3 . b2)
proof end;

theorem Th26: :: NCFCONT1:26
for b1 being ComplexNormSpace
for b2 being PartFunc of the carrier of b1, COMPLEX
for b3, b4 being sequence of b1 st rng b3 c= dom b2 & b4 is subsequence of b3 holds
b2 * b4 is subsequence of b2 * b3
proof end;

theorem Th27: :: NCFCONT1:27
for b1 being ComplexNormSpace
for b2 being PartFunc of the carrier of b1, REAL
for b3, b4 being sequence of b1 st rng b3 c= dom b2 & b4 is subsequence of b3 holds
b2 * b4 is subsequence of b2 * b3
proof end;

theorem Th28: :: NCFCONT1:28
for b1 being RealNormSpace
for b2 being PartFunc of the carrier of b1, COMPLEX
for b3, b4 being sequence of b1 st rng b3 c= dom b2 & b4 is subsequence of b3 holds
b2 * b4 is subsequence of b2 * b3
proof end;

theorem Th29: :: NCFCONT1:29
for b1, b2 being ComplexNormSpace
for b3 being PartFunc of b1,b2
for b4 being Point of b1 holds
( b3 is_continuous_in b4 iff ( b4 in dom b3 & ( for b5 being Real st 0 < b5 holds
ex b6 being Real st
( 0 < b6 & ( for b7 being Point of b1 st b7 in dom b3 & ||.(b7 - b4).|| < b6 holds
||.((b3 /. b7) - (b3 /. b4)).|| < b5 ) ) ) ) )
proof end;

theorem Th30: :: NCFCONT1:30
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being PartFunc of b1,b2
for b4 being Point of b1 holds
( b3 is_continuous_in b4 iff ( b4 in dom b3 & ( for b5 being Real st 0 < b5 holds
ex b6 being Real st
( 0 < b6 & ( for b7 being Point of b1 st b7 in dom b3 & ||.(b7 - b4).|| < b6 holds
||.((b3 /. b7) - (b3 /. b4)).|| < b5 ) ) ) ) )
proof end;

theorem Th31: :: NCFCONT1:31
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being PartFunc of b2,b1
for b4 being Point of b2 holds
( b3 is_continuous_in b4 iff ( b4 in dom b3 & ( for b5 being Real st 0 < b5 holds
ex b6 being Real st
( 0 < b6 & ( for b7 being Point of b2 st b7 in dom b3 & ||.(b7 - b4).|| < b6 holds
||.((b3 /. b7) - (b3 /. b4)).|| < b5 ) ) ) ) )
proof end;

theorem Th32: :: NCFCONT1:32
for b1 being ComplexNormSpace
for b2 being PartFunc of the carrier of b1, REAL
for b3 being Point of b1 holds
( b2 is_continuous_in b3 iff ( b3 in dom b2 & ( for b4 being Real st 0 < b4 holds
ex b5 being Real st
( 0 < b5 & ( for b6 being Point of b1 st b6 in dom b2 & ||.(b6 - b3).|| < b5 holds
abs ((b2 /. b6) - (b2 /. b3)) < b4 ) ) ) ) )
proof end;

theorem Th33: :: NCFCONT1:33
for b1 being ComplexNormSpace
for b2 being PartFunc of the carrier of b1, COMPLEX
for b3 being Point of b1 holds
( b2 is_continuous_in b3 iff ( b3 in dom b2 & ( for b4 being Real st 0 < b4 holds
ex b5 being Real st
( 0 < b5 & ( for b6 being Point of b1 st b6 in dom b2 & ||.(b6 - b3).|| < b5 holds
|.((b2 /. b6) - (b2 /. b3)).| < b4 ) ) ) ) )
proof end;

theorem Th34: :: NCFCONT1:34
for b1 being RealNormSpace
for b2 being PartFunc of the carrier of b1, COMPLEX
for b3 being Point of b1 holds
( b2 is_continuous_in b3 iff ( b3 in dom b2 & ( for b4 being Real st 0 < b4 holds
ex b5 being Real st
( 0 < b5 & ( for b6 being Point of b1 st b6 in dom b2 & ||.(b6 - b3).|| < b5 holds
|.((b2 /. b6) - (b2 /. b3)).| < b4 ) ) ) ) )
proof end;

theorem Th35: :: NCFCONT1:35
for b1, b2 being ComplexNormSpace
for b3 being PartFunc of b1,b2
for b4 being Point of b1 holds
( b3 is_continuous_in b4 iff ( b4 in dom b3 & ( for b5 being Neighbourhood of b3 /. b4 ex b6 being Neighbourhood of b4 st
for b7 being Point of b1 st b7 in dom b3 & b7 in b6 holds
b3 /. b7 in b5 ) ) )
proof end;

theorem Th36: :: NCFCONT1:36
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being PartFunc of b1,b2
for b4 being Point of b1 holds
( b3 is_continuous_in b4 iff ( b4 in dom b3 & ( for b5 being Neighbourhood of b3 /. b4 ex b6 being Neighbourhood of b4 st
for b7 being Point of b1 st b7 in dom b3 & b7 in b6 holds
b3 /. b7 in b5 ) ) )
proof end;

theorem Th37: :: NCFCONT1:37
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being PartFunc of b2,b1
for b4 being Point of b2 holds
( b3 is_continuous_in b4 iff ( b4 in dom b3 & ( for b5 being Neighbourhood of b3 /. b4 ex b6 being Neighbourhood of b4 st
for b7 being Point of b2 st b7 in dom b3 & b7 in b6 holds
b3 /. b7 in b5 ) ) )
proof end;

theorem Th38: :: NCFCONT1:38
for b1, b2 being ComplexNormSpace
for b3 being PartFunc of b1,b2
for b4 being Point of b1 holds
( b3 is_continuous_in b4 iff ( b4 in dom b3 & ( for b5 being Neighbourhood of b3 /. b4 ex b6 being Neighbourhood of b4 st b3 .: b6 c= b5 ) ) )
proof end;

theorem Th39: :: NCFCONT1:39
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being PartFunc of b1,b2
for b4 being Point of b1 holds
( b3 is_continuous_in b4 iff ( b4 in dom b3 & ( for b5 being Neighbourhood of b3 /. b4 ex b6 being Neighbourhood of b4 st b3 .: b6 c= b5 ) ) )
proof end;

theorem Th40: :: NCFCONT1:40
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being PartFunc of b2,b1
for b4 being Point of b2 holds
( b3 is_continuous_in b4 iff ( b4 in dom b3 & ( for b5 being Neighbourhood of b3 /. b4 ex b6 being Neighbourhood of b4 st b3 .: b6 c= b5 ) ) )
proof end;

theorem Th41: :: NCFCONT1:41
for b1, b2 being ComplexNormSpace
for b3 being PartFunc of b1,b2
for b4 being Point of b1 st b4 in dom b3 & ex b5 being Neighbourhood of b4 st (dom b3) /\ b5 = {b4} holds
b3 is_continuous_in b4
proof end;

theorem Th42: :: NCFCONT1:42
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being PartFunc of b1,b2
for b4 being Point of b1 st b4 in dom b3 & ex b5 being Neighbourhood of b4 st (dom b3) /\ b5 = {b4} holds
b3 is_continuous_in b4
proof end;

theorem Th43: :: NCFCONT1:43
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being PartFunc of b2,b1
for b4 being Point of b2 st b4 in dom b3 & ex b5 being Neighbourhood of b4 st (dom b3) /\ b5 = {b4} holds
b3 is_continuous_in b4
proof end;

theorem Th44: :: NCFCONT1:44
for b1, b2 being ComplexNormSpace
for b3, b4 being PartFunc of b1,b2
for b5 being sequence of b1 st rng b5 c= (dom b3) /\ (dom b4) holds
( (b3 + b4) * b5 = (b3 * b5) + (b4 * b5) & (b3 - b4) * b5 = (b3 * b5) - (b4 * b5) )
proof end;

theorem Th45: :: NCFCONT1:45
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3, b4 being PartFunc of b1,b2
for b5 being sequence of b1 st rng b5 c= (dom b3) /\ (dom b4) holds
( (b3 + b4) * b5 = (b3 * b5) + (b4 * b5) & (b3 - b4) * b5 = (b3 * b5) - (b4 * b5) )
proof end;

theorem Th46: :: NCFCONT1:46
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3, b4 being PartFunc of b2,b1
for b5 being sequence of b2 st rng b5 c= (dom b3) /\ (dom b4) holds
( (b3 + b4) * b5 = (b3 * b5) + (b4 * b5) & (b3 - b4) * b5 = (b3 * b5) - (b4 * b5) )
proof end;

theorem Th47: :: NCFCONT1:47
for b1, b2 being ComplexNormSpace
for b3 being PartFunc of b1,b2
for b4 being sequence of b1
for b5 being Complex st rng b4 c= dom b3 holds
(b5 (#) b3) * b4 = b5 * (b3 * b4)
proof end;

theorem Th48: :: NCFCONT1:48
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being PartFunc of b1,b2
for b4 being sequence of b1
for b5 being Real st rng b4 c= dom b3 holds
(b5 (#) b3) * b4 = b5 * (b3 * b4)
proof end;

theorem Th49: :: NCFCONT1:49
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being PartFunc of b2,b1
for b4 being sequence of b2
for b5 being Complex st rng b4 c= dom b3 holds
(b5 (#) b3) * b4 = b5 * (b3 * b4)
proof end;

theorem Th50: :: NCFCONT1:50
for b1, b2 being ComplexNormSpace
for b3 being PartFunc of b1,b2
for b4 being sequence of b1 st rng b4 c= dom b3 holds
( ||.(b3 * b4).|| = ||.b3.|| * b4 & - (b3 * b4) = (- b3) * b4 )
proof end;

theorem Th51: :: NCFCONT1:51
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being PartFunc of b1,b2
for b4 being sequence of b1 st rng b4 c= dom b3 holds
( ||.(b3 * b4).|| = ||.b3.|| * b4 & - (b3 * b4) = (- b3) * b4 )
proof end;

theorem Th52: :: NCFCONT1:52
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being PartFunc of b2,b1
for b4 being sequence of b2 st rng b4 c= dom b3 holds
( ||.(b3 * b4).|| = ||.b3.|| * b4 & - (b3 * b4) = (- b3) * b4 )
proof end;

theorem Th53: :: NCFCONT1:53
for b1, b2 being ComplexNormSpace
for b3, b4 being PartFunc of b1,b2
for b5 being Point of b1 st b3 is_continuous_in b5 & b4 is_continuous_in b5 holds
( b3 + b4 is_continuous_in b5 & b3 - b4 is_continuous_in b5 )
proof end;

theorem Th54: :: NCFCONT1:54
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3, b4 being PartFunc of b1,b2
for b5 being Point of b1 st b3 is_continuous_in b5 & b4 is_continuous_in b5 holds
( b3 + b4 is_continuous_in b5 & b3 - b4 is_continuous_in b5 )
proof end;

theorem Th55: :: NCFCONT1:55
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3, b4 being PartFunc of b2,b1
for b5 being Point of b2 st b3 is_continuous_in b5 & b4 is_continuous_in b5 holds
( b3 + b4 is_continuous_in b5 & b3 - b4 is_continuous_in b5 )
proof end;

theorem Th56: :: NCFCONT1:56
for b1, b2 being ComplexNormSpace
for b3 being PartFunc of b1,b2
for b4 being Point of b1
for b5 being Complex st b3 is_continuous_in b4 holds
b5 (#) b3 is_continuous_in b4
proof end;

theorem Th57: :: NCFCONT1:57
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being PartFunc of b1,b2
for b4 being Point of b1
for b5 being Real st b3 is_continuous_in b4 holds
b5 (#) b3 is_continuous_in b4
proof end;

theorem Th58: :: NCFCONT1:58
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being PartFunc of b2,b1
for b4 being Point of b2
for b5 being Complex st b3 is_continuous_in b4 holds
b5 (#) b3 is_continuous_in b4
proof end;

theorem Th59: :: NCFCONT1:59
for b1, b2 being ComplexNormSpace
for b3 being PartFunc of b1,b2
for b4 being Point of b1 st b3 is_continuous_in b4 holds
( ||.b3.|| is_continuous_in b4 & - b3 is_continuous_in b4 )
proof end;

theorem Th60: :: NCFCONT1:60
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being PartFunc of b1,b2
for b4 being Point of b1 st b3 is_continuous_in b4 holds
( ||.b3.|| is_continuous_in b4 & - b3 is_continuous_in b4 )
proof end;

theorem Th61: :: NCFCONT1:61
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being PartFunc of b2,b1
for b4 being Point of b2 st b3 is_continuous_in b4 holds
( ||.b3.|| is_continuous_in b4 & - b3 is_continuous_in b4 )
proof end;

definition
let c1, c2 be ComplexNormSpace;
let c3 be PartFunc of c1,c2;
let c4 be set ;
pred c3 is_continuous_on c4 means :Def21: :: NCFCONT1:def 21
( a4 c= dom a3 & ( for b1 being Point of a1 st b1 in a4 holds
a3 | a4 is_continuous_in b1 ) );
end;

:: deftheorem Def21 defines is_continuous_on NCFCONT1:def 21 :
for b1, b2 being ComplexNormSpace
for b3 being PartFunc of b1,b2
for b4 being set holds
( b3 is_continuous_on b4 iff ( b4 c= dom b3 & ( for b5 being Point of b1 st b5 in b4 holds
b3 | b4 is_continuous_in b5 ) ) );

definition
let c1 be ComplexNormSpace;
let c2 be RealNormSpace;
let c3 be PartFunc of c1,c2;
let c4 be set ;
pred c3 is_continuous_on c4 means :Def22: :: NCFCONT1:def 22
( a4 c= dom a3 & ( for b1 being Point of a1 st b1 in a4 holds
a3 | a4 is_continuous_in b1 ) );
end;

:: deftheorem Def22 defines is_continuous_on NCFCONT1:def 22 :
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being PartFunc of b1,b2
for b4 being set holds
( b3 is_continuous_on b4 iff ( b4 c= dom b3 & ( for b5 being Point of b1 st b5 in b4 holds
b3 | b4 is_continuous_in b5 ) ) );

definition
let c1 be RealNormSpace;
let c2 be ComplexNormSpace;
let c3 be PartFunc of c1,c2;
let c4 be set ;
pred c3 is_continuous_on c4 means :Def23: :: NCFCONT1:def 23
( a4 c= dom a3 & ( for b1 being Point of a1 st b1 in a4 holds
a3 | a4 is_continuous_in b1 ) );
end;

:: deftheorem Def23 defines is_continuous_on NCFCONT1:def 23 :
for b1 being RealNormSpace
for b2 being ComplexNormSpace
for b3 being PartFunc of b1,b2
for b4 being set holds
( b3 is_continuous_on b4 iff ( b4 c= dom b3 & ( for b5 being Point of b1 st b5 in b4 holds
b3 | b4 is_continuous_in b5 ) ) );

definition
let c1 be ComplexNormSpace;
let c2 be PartFunc of the carrier of c1, COMPLEX ;
let c3 be set ;
pred c2 is_continuous_on c3 means :Def24: :: NCFCONT1:def 24
( a3 c= dom a2 & ( for b1 being Point of a1 st b1 in a3 holds
a2 | a3 is_continuous_in b1 ) );
end;

:: deftheorem Def24 defines is_continuous_on NCFCONT1:def 24 :
for b1 being ComplexNormSpace
for b2 being PartFunc of the carrier of b1, COMPLEX
for b3 being set holds
( b2 is_continuous_on b3 iff ( b3 c= dom b2 & ( for b4 being Point of b1 st b4 in b3 holds
b2 | b3 is_continuous_in b4 ) ) );

definition
let c1 be ComplexNormSpace;
let c2 be PartFunc of the carrier of c1, REAL ;
let c3 be set ;
pred c2 is_continuous_on c3 means :Def25: :: NCFCONT1:def 25
( a3 c= dom a2 & ( for b1 being Point of a1 st b1 in a3 holds
a2 | a3 is_continuous_in b1 ) );
end;

:: deftheorem Def25 defines is_continuous_on NCFCONT1:def 25 :
for b1 being ComplexNormSpace
for b2 being PartFunc of the carrier of b1, REAL
for b3 being set holds
( b2 is_continuous_on b3 iff ( b3 c= dom b2 & ( for b4 being Point of b1 st b4 in b3 holds
b2 | b3 is_continuous_in b4 ) ) );

definition
let c1 be RealNormSpace;
let c2 be PartFunc of the carrier of c1, COMPLEX ;
let c3 be set ;
pred c2 is_continuous_on c3 means :Def26: :: NCFCONT1:def 26
( a3 c= dom a2 & ( for b1 being Point of a1 st b1 in a3 holds
a2 | a3 is_continuous_in b1 ) );
end;

:: deftheorem Def26 defines is_continuous_on NCFCONT1:def 26 :
for b1 being RealNormSpace
for b2 being PartFunc of the carrier of b1, COMPLEX
for b3 being set holds
( b2 is_continuous_on b3 iff ( b3 c= dom b2 & ( for b4 being Point of b1 st b4 in b3 holds
b2 | b3 is_continuous_in b4 ) ) );

theorem Th62: :: NCFCONT1:62
for b1, b2 being ComplexNormSpace
for b3 being set
for b4 being PartFunc of b1,b2 holds
( b4 is_continuous_on b3 iff ( b3 c= dom b4 & ( for b5 being sequence of b1 st rng b5 c= b3 & b5 is convergent & lim b5 in b3 holds
( b4 * b5 is convergent & b4 /. (lim b5) = lim (b4 * b5) ) ) ) )
proof end;

theorem Th63: :: NCFCONT1:63
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being set
for b4 being PartFunc of b1,b2 holds
( b4 is_continuous_on b3 iff ( b3 c= dom b4 & ( for b5 being sequence of b1 st rng b5 c= b3 & b5 is convergent & lim b5 in b3 holds
( b4 * b5 is convergent & b4 /. (lim b5) = lim (b4 * b5) ) ) ) )
proof end;

theorem Th64: :: NCFCONT1:64
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being set
for b4 being PartFunc of b2,b1 holds
( b4 is_continuous_on b3 iff ( b3 c= dom b4 & ( for b5 being sequence of b2 st rng b5 c= b3 & b5 is convergent & lim b5 in b3 holds
( b4 * b5 is convergent & b4 /. (lim b5) = lim (b4 * b5) ) ) ) )
proof end;

theorem Th65: :: NCFCONT1:65
for b1, b2 being ComplexNormSpace
for b3 being set
for b4 being PartFunc of b1,b2 holds
( b4 is_continuous_on b3 iff ( b3 c= dom b4 & ( for b5 being Point of b1
for b6 being Real st b5 in b3 & 0 < b6 holds
ex b7 being Real st
( 0 < b7 & ( for b8 being Point of b1 st b8 in b3 & ||.(b8 - b5).|| < b7 holds
||.((b4 /. b8) - (b4 /. b5)).|| < b6 ) ) ) ) )
proof end;

theorem Th66: :: NCFCONT1:66
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being set
for b4 being PartFunc of b1,b2 holds
( b4 is_continuous_on b3 iff ( b3 c= dom b4 & ( for b5 being Point of b1
for b6 being Real st b5 in b3 & 0 < b6 holds
ex b7 being Real st
( 0 < b7 & ( for b8 being Point of b1 st b8 in b3 & ||.(b8 - b5).|| < b7 holds
||.((b4 /. b8) - (b4 /. b5)).|| < b6 ) ) ) ) )
proof end;

theorem Th67: :: NCFCONT1:67
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being set
for b4 being PartFunc of b2,b1 holds
( b4 is_continuous_on b3 iff ( b3 c= dom b4 & ( for b5 being Point of b2
for b6 being Real st b5 in b3 & 0 < b6 holds
ex b7 being Real st
( 0 < b7 & ( for b8 being Point of b2 st b8 in b3 & ||.(b8 - b5).|| < b7 holds
||.((b4 /. b8) - (b4 /. b5)).|| < b6 ) ) ) ) )
proof end;

theorem Th68: :: NCFCONT1:68
for b1 being ComplexNormSpace
for b2 being set
for b3 being PartFunc of the carrier of b1, COMPLEX holds
( b3 is_continuous_on b2 iff ( b2 c= dom b3 & ( for b4 being Point of b1
for b5 being Real st b4 in b2 & 0 < b5 holds
ex b6 being Real st
( 0 < b6 & ( for b7 being Point of b1 st b7 in b2 & ||.(b7 - b4).|| < b6 holds
|.((b3 /. b7) - (b3 /. b4)).| < b5 ) ) ) ) )
proof end;

theorem Th69: :: NCFCONT1:69
for b1 being ComplexNormSpace
for b2 being set
for b3 being PartFunc of the carrier of b1, REAL holds
( b3 is_continuous_on b2 iff ( b2 c= dom b3 & ( for b4 being Point of b1
for b5 being Real st b4 in b2 & 0 < b5 holds
ex b6 being Real st
( 0 < b6 & ( for b7 being Point of b1 st b7 in b2 & ||.(b7 - b4).|| < b6 holds
abs ((b3 /. b7) - (b3 /. b4)) < b5 ) ) ) ) )
proof end;

theorem Th70: :: NCFCONT1:70
for b1 being RealNormSpace
for b2 being set
for b3 being PartFunc of the carrier of b1, COMPLEX holds
( b3 is_continuous_on b2 iff ( b2 c= dom b3 & ( for b4 being Point of b1
for b5 being Real st b4 in b2 & 0 < b5 holds
ex b6 being Real st
( 0 < b6 & ( for b7 being Point of b1 st b7 in b2 & ||.(b7 - b4).|| < b6 holds
|.((b3 /. b7) - (b3 /. b4)).| < b5 ) ) ) ) )
proof end;

theorem Th71: :: NCFCONT1:71
for b1, b2 being ComplexNormSpace
for b3 being set
for b4 being PartFunc of b1,b2 holds
( b4 is_continuous_on b3 iff b4 | b3 is_continuous_on b3 )
proof end;

theorem Th72: :: NCFCONT1:72
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being set
for b4 being PartFunc of b1,b2 holds
( b4 is_continuous_on b3 iff b4 | b3 is_continuous_on b3 )
proof end;

theorem Th73: :: NCFCONT1:73
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being set
for b4 being PartFunc of b2,b1 holds
( b4 is_continuous_on b3 iff b4 | b3 is_continuous_on b3 )
proof end;

theorem Th74: :: NCFCONT1:74
for b1 being ComplexNormSpace
for b2 being set
for b3 being PartFunc of the carrier of b1, COMPLEX holds
( b3 is_continuous_on b2 iff b3 | b2 is_continuous_on b2 )
proof end;

theorem Th75: :: NCFCONT1:75
for b1 being ComplexNormSpace
for b2 being set
for b3 being PartFunc of the carrier of b1, REAL holds
( b3 is_continuous_on b2 iff b3 | b2 is_continuous_on b2 )
proof end;

theorem Th76: :: NCFCONT1:76
for b1 being RealNormSpace
for b2 being set
for b3 being PartFunc of the carrier of b1, COMPLEX holds
( b3 is_continuous_on b2 iff b3 | b2 is_continuous_on b2 )
proof end;

theorem Th77: :: NCFCONT1:77
for b1, b2 being ComplexNormSpace
for b3, b4 being set
for b5 being PartFunc of b1,b2 st b5 is_continuous_on b3 & b4 c= b3 holds
b5 is_continuous_on b4
proof end;

theorem Th78: :: NCFCONT1:78
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3, b4 being set
for b5 being PartFunc of b1,b2 st b5 is_continuous_on b3 & b4 c= b3 holds
b5 is_continuous_on b4
proof end;

theorem Th79: :: NCFCONT1:79
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3, b4 being set
for b5 being PartFunc of b2,b1 st b5 is_continuous_on b3 & b4 c= b3 holds
b5 is_continuous_on b4
proof end;

theorem Th80: :: NCFCONT1:80
for b1, b2 being ComplexNormSpace
for b3 being PartFunc of b1,b2
for b4 being Point of b1 st b4 in dom b3 holds
b3 is_continuous_on {b4}
proof end;

theorem Th81: :: NCFCONT1:81
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being PartFunc of b1,b2
for b4 being Point of b1 st b4 in dom b3 holds
b3 is_continuous_on {b4}
proof end;

theorem Th82: :: NCFCONT1:82
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being PartFunc of b2,b1
for b4 being Point of b2 st b4 in dom b3 holds
b3 is_continuous_on {b4}
proof end;

theorem Th83: :: NCFCONT1:83
for b1, b2 being ComplexNormSpace
for b3 being set
for b4, b5 being PartFunc of b1,b2 st b4 is_continuous_on b3 & b5 is_continuous_on b3 holds
( b4 + b5 is_continuous_on b3 & b4 - b5 is_continuous_on b3 )
proof end;

theorem Th84: :: NCFCONT1:84
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being set
for b4, b5 being PartFunc of b1,b2 st b4 is_continuous_on b3 & b5 is_continuous_on b3 holds
( b4 + b5 is_continuous_on b3 & b4 - b5 is_continuous_on b3 )
proof end;

theorem Th85: :: NCFCONT1:85
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being set
for b4, b5 being PartFunc of b2,b1 st b4 is_continuous_on b3 & b5 is_continuous_on b3 holds
( b4 + b5 is_continuous_on b3 & b4 - b5 is_continuous_on b3 )
proof end;

theorem Th86: :: NCFCONT1:86
for b1, b2 being ComplexNormSpace
for b3, b4 being set
for b5, b6 being PartFunc of b1,b2 st b5 is_continuous_on b3 & b6 is_continuous_on b4 holds
( b5 + b6 is_continuous_on b3 /\ b4 & b5 - b6 is_continuous_on b3 /\ b4 )
proof end;

theorem Th87: :: NCFCONT1:87
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3, b4 being set
for b5, b6 being PartFunc of b1,b2 st b5 is_continuous_on b3 & b6 is_continuous_on b4 holds
( b5 + b6 is_continuous_on b3 /\ b4 & b5 - b6 is_continuous_on b3 /\ b4 )
proof end;

theorem Th88: :: NCFCONT1:88
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3, b4 being set
for b5, b6 being PartFunc of b2,b1 st b5 is_continuous_on b3 & b6 is_continuous_on b4 holds
( b5 + b6 is_continuous_on b3 /\ b4 & b5 - b6 is_continuous_on b3 /\ b4 )
proof end;

theorem Th89: :: NCFCONT1:89
for b1 being Complex
for b2, b3 being ComplexNormSpace
for b4 being set
for b5 being PartFunc of b2,b3 st b5 is_continuous_on b4 holds
b1 (#) b5 is_continuous_on b4
proof end;

theorem Th90: :: NCFCONT1:90
for b1 being Real
for b2 being ComplexNormSpace
for b3 being RealNormSpace
for b4 being set
for b5 being PartFunc of b2,b3 st b5 is_continuous_on b4 holds
b1 (#) b5 is_continuous_on b4
proof end;

theorem Th91: :: NCFCONT1:91
for b1 being Complex
for b2 being ComplexNormSpace
for b3 being RealNormSpace
for b4 being set
for b5 being PartFunc of b3,b2 st b5 is_continuous_on b4 holds
b1 (#) b5 is_continuous_on b4
proof end;

theorem Th92: :: NCFCONT1:92
for b1, b2 being ComplexNormSpace
for b3 being set
for b4 being PartFunc of b1,b2 st b4 is_continuous_on b3 holds
( ||.b4.|| is_continuous_on b3 & - b4 is_continuous_on b3 )
proof end;

theorem Th93: :: NCFCONT1:93
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being set
for b4 being PartFunc of b1,b2 st b4 is_continuous_on b3 holds
( ||.b4.|| is_continuous_on b3 & - b4 is_continuous_on b3 )
proof end;

theorem Th94: :: NCFCONT1:94
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being set
for b4 being PartFunc of b2,b1 st b4 is_continuous_on b3 holds
( ||.b4.|| is_continuous_on b3 & - b4 is_continuous_on b3 )
proof end;

theorem Th95: :: NCFCONT1:95
for b1, b2 being ComplexNormSpace
for b3 being PartFunc of b1,b2 st b3 is total & ( for b4, b5 being Point of b1 holds b3 /. (b4 + b5) = (b3 /. b4) + (b3 /. b5) ) & ex b4 being Point of b1 st b3 is_continuous_in b4 holds
b3 is_continuous_on the carrier of b1
proof end;

theorem Th96: :: NCFCONT1:96
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being PartFunc of b1,b2 st b3 is total & ( for b4, b5 being Point of b1 holds b3 /. (b4 + b5) = (b3 /. b4) + (b3 /. b5) ) & ex b4 being Point of b1 st b3 is_continuous_in b4 holds
b3 is_continuous_on the carrier of b1
proof end;

theorem Th97: :: NCFCONT1:97
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being PartFunc of b2,b1 st b3 is total & ( for b4, b5 being Point of b2 holds b3 /. (b4 + b5) = (b3 /. b4) + (b3 /. b5) ) & ex b4 being Point of b2 st b3 is_continuous_in b4 holds
b3 is_continuous_on the carrier of b2
proof end;

theorem Th98: :: NCFCONT1:98
for b1, b2 being ComplexNormSpace
for b3 being PartFunc of b1,b2 st dom b3 is compact & b3 is_continuous_on dom b3 holds
rng b3 is compact
proof end;

theorem Th99: :: NCFCONT1:99
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being PartFunc of b1,b2 st dom b3 is compact & b3 is_continuous_on dom b3 holds
rng b3 is compact
proof end;

theorem Th100: :: NCFCONT1:100
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being PartFunc of b2,b1 st dom b3 is compact & b3 is_continuous_on dom b3 holds
rng b3 is compact
proof end;

theorem Th101: :: NCFCONT1:101
for b1 being ComplexNormSpace
for b2 being PartFunc of the carrier of b1, COMPLEX st dom b2 is compact & b2 is_continuous_on dom b2 holds
rng b2 is compact
proof end;

theorem Th102: :: NCFCONT1:102
for b1 being ComplexNormSpace
for b2 being PartFunc of the carrier of b1, REAL st dom b2 is compact & b2 is_continuous_on dom b2 holds
rng b2 is compact
proof end;

theorem Th103: :: NCFCONT1:103
for b1 being RealNormSpace
for b2 being PartFunc of the carrier of b1, COMPLEX st dom b2 is compact & b2 is_continuous_on dom b2 holds
rng b2 is compact
proof end;

theorem Th104: :: NCFCONT1:104
for b1, b2 being ComplexNormSpace
for b3 being Subset of b1
for b4 being PartFunc of b1,b2 st b3 c= dom b4 & b3 is compact & b4 is_continuous_on b3 holds
b4 .: b3 is compact
proof end;

theorem Th105: :: NCFCONT1:105
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being Subset of b1
for b4 being PartFunc of b1,b2 st b3 c= dom b4 & b3 is compact & b4 is_continuous_on b3 holds
b4 .: b3 is compact
proof end;

theorem Th106: :: NCFCONT1:106
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being Subset of b2
for b4 being PartFunc of b2,b1 st b3 c= dom b4 & b3 is compact & b4 is_continuous_on b3 holds
b4 .: b3 is compact
proof end;

theorem Th107: :: NCFCONT1:107
for b1 being ComplexNormSpace
for b2 being PartFunc of the carrier of b1, REAL st dom b2 <> {} & dom b2 is compact & b2 is_continuous_on dom b2 holds
ex b3, b4 being Point of b1 st
( b3 in dom b2 & b4 in dom b2 & b2 /. b3 = upper_bound (rng b2) & b2 /. b4 = lower_bound (rng b2) )
proof end;

theorem Th108: :: NCFCONT1:108
for b1, b2 being ComplexNormSpace
for b3 being PartFunc of b1,b2 st dom b3 <> {} & dom b3 is compact & b3 is_continuous_on dom b3 holds
ex b4, b5 being Point of b1 st
( b4 in dom b3 & b5 in dom b3 & ||.b3.|| /. b4 = upper_bound (rng ||.b3.||) & ||.b3.|| /. b5 = lower_bound (rng ||.b3.||) )
proof end;

theorem Th109: :: NCFCONT1:109
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being PartFunc of b1,b2 st dom b3 <> {} & dom b3 is compact & b3 is_continuous_on dom b3 holds
ex b4, b5 being Point of b1 st
( b4 in dom b3 & b5 in dom b3 & ||.b3.|| /. b4 = upper_bound (rng ||.b3.||) & ||.b3.|| /. b5 = lower_bound (rng ||.b3.||) )
proof end;

theorem Th110: :: NCFCONT1:110
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being PartFunc of b2,b1 st dom b3 <> {} & dom b3 is compact & b3 is_continuous_on dom b3 holds
ex b4, b5 being Point of b2 st
( b4 in dom b3 & b5 in dom b3 & ||.b3.|| /. b4 = upper_bound (rng ||.b3.||) & ||.b3.|| /. b5 = lower_bound (rng ||.b3.||) )
proof end;

theorem Th111: :: NCFCONT1:111
for b1, b2 being ComplexNormSpace
for b3 being set
for b4 being PartFunc of b1,b2 holds ||.b4.|| | b3 = ||.(b4 | b3).||
proof end;

theorem Th112: :: NCFCONT1:112
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being set
for b4 being PartFunc of b1,b2 holds ||.b4.|| | b3 = ||.(b4 | b3).||
proof end;

theorem Th113: :: NCFCONT1:113
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being set
for b4 being PartFunc of b2,b1 holds ||.b4.|| | b3 = ||.(b4 | b3).||
proof end;

theorem Th114: :: NCFCONT1:114
for b1, b2 being ComplexNormSpace
for b3 being PartFunc of b1,b2
for b4 being Subset of b1 st b4 <> {} & b4 c= dom b3 & b4 is compact & b3 is_continuous_on b4 holds
ex b5, b6 being Point of b1 st
( b5 in b4 & b6 in b4 & ||.b3.|| /. b5 = upper_bound (||.b3.|| .: b4) & ||.b3.|| /. b6 = lower_bound (||.b3.|| .: b4) )
proof end;

theorem Th115: :: NCFCONT1:115
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being PartFunc of b1,b2
for b4 being Subset of b1 st b4 <> {} & b4 c= dom b3 & b4 is compact & b3 is_continuous_on b4 holds
ex b5, b6 being Point of b1 st
( b5 in b4 & b6 in b4 & ||.b3.|| /. b5 = upper_bound (||.b3.|| .: b4) & ||.b3.|| /. b6 = lower_bound (||.b3.|| .: b4) )
proof end;

theorem Th116: :: NCFCONT1:116
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being PartFunc of b2,b1
for b4 being Subset of b2 st b4 <> {} & b4 c= dom b3 & b4 is compact & b3 is_continuous_on b4 holds
ex b5, b6 being Point of b2 st
( b5 in b4 & b6 in b4 & ||.b3.|| /. b5 = upper_bound (||.b3.|| .: b4) & ||.b3.|| /. b6 = lower_bound (||.b3.|| .: b4) )
proof end;

theorem Th117: :: NCFCONT1:117
for b1 being ComplexNormSpace
for b2 being PartFunc of the carrier of b1, REAL
for b3 being Subset of b1 st b3 <> {} & b3 c= dom b2 & b3 is compact & b2 is_continuous_on b3 holds
ex b4, b5 being Point of b1 st
( b4 in b3 & b5 in b3 & b2 /. b4 = upper_bound (b2 .: b3) & b2 /. b5 = lower_bound (b2 .: b3) )
proof end;

definition
let c1, c2 be ComplexNormSpace;
let c3 be set ;
let c4 be PartFunc of c1,c2;
pred c4 is_Lipschitzian_on c3 means :Def27: :: NCFCONT1:def 27
( a3 c= dom a4 & ex b1 being Real st
( 0 < b1 & ( for b2, b3 being Point of a1 st b2 in a3 & b3 in a3 holds
||.((a4 /. b2) - (a4 /. b3)).|| <= b1 * ||.(b2 - b3).|| ) ) );
end;

:: deftheorem Def27 defines is_Lipschitzian_on NCFCONT1:def 27 :
for b1, b2 being ComplexNormSpace
for b3 being set
for b4 being PartFunc of b1,b2 holds
( b4 is_Lipschitzian_on b3 iff ( b3 c= dom b4 & ex b5 being Real st
( 0 < b5 & ( for b6, b7 being Point of b1 st b6 in b3 & b7 in b3 holds
||.((b4 /. b6) - (b4 /. b7)).|| <= b5 * ||.(b6 - b7).|| ) ) ) );

definition
let c1 be ComplexNormSpace;
let c2 be RealNormSpace;
let c3 be set ;
let c4 be PartFunc of c1,c2;
pred c4 is_Lipschitzian_on c3 means :Def28: :: NCFCONT1:def 28
( a3 c= dom a4 & ex b1 being Real st
( 0 < b1 & ( for b2, b3 being Point of a1 st b2 in a3 & b3 in a3 holds
||.((a4 /. b2) - (a4 /. b3)).|| <= b1 * ||.(b2 - b3).|| ) ) );
end;

:: deftheorem Def28 defines is_Lipschitzian_on NCFCONT1:def 28 :
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being set
for b4 being PartFunc of b1,b2 holds
( b4 is_Lipschitzian_on b3 iff ( b3 c= dom b4 & ex b5 being Real st
( 0 < b5 & ( for b6, b7 being Point of b1 st b6 in b3 & b7 in b3 holds
||.((b4 /. b6) - (b4 /. b7)).|| <= b5 * ||.(b6 - b7).|| ) ) ) );

definition
let c1 be RealNormSpace;
let c2 be ComplexNormSpace;
let c3 be set ;
let c4 be PartFunc of c1,c2;
pred c4 is_Lipschitzian_on c3 means :Def29: :: NCFCONT1:def 29
( a3 c= dom a4 & ex b1 being Real st
( 0 < b1 & ( for b2, b3 being Point of a1 st b2 in a3 & b3 in a3 holds
||.((a4 /. b2) - (a4 /. b3)).|| <= b1 * ||.(b2 - b3).|| ) ) );
end;

:: deftheorem Def29 defines is_Lipschitzian_on NCFCONT1:def 29 :
for b1 being RealNormSpace
for b2 being ComplexNormSpace
for b3 being set
for b4 being PartFunc of b1,b2 holds
( b4 is_Lipschitzian_on b3 iff ( b3 c= dom b4 & ex b5 being Real st
( 0 < b5 & ( for b6, b7 being Point of b1 st b6 in b3 & b7 in b3 holds
||.((b4 /. b6) - (b4 /. b7)).|| <= b5 * ||.(b6 - b7).|| ) ) ) );

definition
let c1 be ComplexNormSpace;
let c2 be set ;
let c3 be PartFunc of the carrier of c1, COMPLEX ;
pred c3 is_Lipschitzian_on c2 means :Def30: :: NCFCONT1:def 30
( a2 c= dom a3 & ex b1 being Real st
( 0 < b1 & ( for b2, b3 being Point of a1 st b2 in a2 & b3 in a2 holds
|.((a3 /. b2) - (a3 /. b3)).| <= b1 * ||.(b2 - b3).|| ) ) );
end;

:: deftheorem Def30 defines is_Lipschitzian_on NCFCONT1:def 30 :
for b1 being ComplexNormSpace
for b2 being set
for b3 being PartFunc of the carrier of b1, COMPLEX holds
( b3 is_Lipschitzian_on b2 iff ( b2 c= dom b3 & ex b4 being Real st
( 0 < b4 & ( for b5, b6 being Point of b1 st b5 in b2 & b6 in b2 holds
|.((b3 /. b5) - (b3 /. b6)).| <= b4 * ||.(b5 - b6).|| ) ) ) );

definition
let c1 be ComplexNormSpace;
let c2 be set ;
let c3 be PartFunc of the carrier of c1, REAL ;
pred c3 is_Lipschitzian_on c2 means :Def31: :: NCFCONT1:def 31
( a2 c= dom a3 & ex b1 being Real st
( 0 < b1 & ( for b2, b3 being Point of a1 st b2 in a2 & b3 in a2 holds
abs ((a3 /. b2) - (a3 /. b3)) <= b1 * ||.(b2 - b3).|| ) ) );
end;

:: deftheorem Def31 defines is_Lipschitzian_on NCFCONT1:def 31 :
for b1 being ComplexNormSpace
for b2 being set
for b3 being PartFunc of the carrier of b1, REAL holds
( b3 is_Lipschitzian_on b2 iff ( b2 c= dom b3 & ex b4 being Real st
( 0 < b4 & ( for b5, b6 being Point of b1 st b5 in b2 & b6 in b2 holds
abs ((b3 /. b5) - (b3 /. b6)) <= b4 * ||.(b5 - b6).|| ) ) ) );

definition
let c1 be RealNormSpace;
let c2 be set ;
let c3 be PartFunc of the carrier of c1, COMPLEX ;
pred c3 is_Lipschitzian_on c2 means :Def32: :: NCFCONT1:def 32
( a2 c= dom a3 & ex b1 being Real st
( 0 < b1 & ( for b2, b3 being Point of a1 st b2 in a2 & b3 in a2 holds
|.((a3 /. b2) - (a3 /. b3)).| <= b1 * ||.(b2 - b3).|| ) ) );
end;

:: deftheorem Def32 defines is_Lipschitzian_on NCFCONT1:def 32 :
for b1 being RealNormSpace
for b2 being set
for b3 being PartFunc of the carrier of b1, COMPLEX holds
( b3 is_Lipschitzian_on b2 iff ( b2 c= dom b3 & ex b4 being Real st
( 0 < b4 & ( for b5, b6 being Point of b1 st b5 in b2 & b6 in b2 holds
|.((b3 /. b5) - (b3 /. b6)).| <= b4 * ||.(b5 - b6).|| ) ) ) );

theorem Th118: :: NCFCONT1:118
for b1, b2 being ComplexNormSpace
for b3, b4 being set
for b5 being PartFunc of b1,b2 st b5 is_Lipschitzian_on b3 & b4 c= b3 holds
b5 is_Lipschitzian_on b4
proof end;

theorem Th119: :: NCFCONT1:119
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3, b4 being set
for b5 being PartFunc of b1,b2 st b5 is_Lipschitzian_on b3 & b4 c= b3 holds
b5 is_Lipschitzian_on b4
proof end;

theorem Th120: :: NCFCONT1:120
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3, b4 being set
for b5 being PartFunc of b2,b1 st b5 is_Lipschitzian_on b3 & b4 c= b3 holds
b5 is_Lipschitzian_on b4
proof end;

theorem Th121: :: NCFCONT1:121
for b1, b2 being ComplexNormSpace
for b3, b4 being set
for b5, b6 being PartFunc of b1,b2 st b5 is_Lipschitzian_on b3 & b6 is_Lipschitzian_on b4 holds
b5 + b6 is_Lipschitzian_on b3 /\ b4
proof end;

theorem Th122: :: NCFCONT1:122
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3, b4 being set
for b5, b6 being PartFunc of b1,b2 st b5 is_Lipschitzian_on b3 & b6 is_Lipschitzian_on b4 holds
b5 + b6 is_Lipschitzian_on b3 /\ b4
proof end;

theorem Th123: :: NCFCONT1:123
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3, b4 being set
for b5, b6 being PartFunc of b2,b1 st b5 is_Lipschitzian_on b3 & b6 is_Lipschitzian_on b4 holds
b5 + b6 is_Lipschitzian_on b3 /\ b4
proof end;

theorem Th124: :: NCFCONT1:124
for b1, b2 being ComplexNormSpace
for b3, b4 being set
for b5, b6 being PartFunc of b1,b2 st b5 is_Lipschitzian_on b3 & b6 is_Lipschitzian_on b4 holds
b5 - b6 is_Lipschitzian_on b3 /\ b4
proof end;

theorem Th125: :: NCFCONT1:125
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3, b4 being set
for b5, b6 being PartFunc of b1,b2 st b5 is_Lipschitzian_on b3 & b6 is_Lipschitzian_on b4 holds
b5 - b6 is_Lipschitzian_on b3 /\ b4
proof end;

theorem Th126: :: NCFCONT1:126
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3, b4 being set
for b5, b6 being PartFunc of b2,b1 st b5 is_Lipschitzian_on b3 & b6 is_Lipschitzian_on b4 holds
b5 - b6 is_Lipschitzian_on b3 /\ b4
proof end;

theorem Th127: :: NCFCONT1:127
for b1 being Complex
for b2, b3 being ComplexNormSpace
for b4 being set
for b5 being PartFunc of b2,b3 st b5 is_Lipschitzian_on b4 holds
b1 (#) b5 is_Lipschitzian_on b4
proof end;

theorem Th128: :: NCFCONT1:128
for b1 being Real
for b2 being ComplexNormSpace
for b3 being RealNormSpace
for b4 being set
for b5 being PartFunc of b2,b3 st b5 is_Lipschitzian_on b4 holds
b1 (#) b5 is_Lipschitzian_on b4
proof end;

theorem Th129: :: NCFCONT1:129
for b1 being Complex
for b2 being ComplexNormSpace
for b3 being RealNormSpace
for b4 being set
for b5 being PartFunc of b3,b2 st b5 is_Lipschitzian_on b4 holds
b1 (#) b5 is_Lipschitzian_on b4
proof end;

theorem Th130: :: NCFCONT1:130
for b1, b2 being ComplexNormSpace
for b3 being set
for b4 being PartFunc of b1,b2 st b4 is_Lipschitzian_on b3 holds
( - b4 is_Lipschitzian_on b3 & ||.b4.|| is_Lipschitzian_on b3 )
proof end;

theorem Th131: :: NCFCONT1:131
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being set
for b4 being PartFunc of b1,b2 st b4 is_Lipschitzian_on b3 holds
( - b4 is_Lipschitzian_on b3 & ||.b4.|| is_Lipschitzian_on b3 )
proof end;

theorem Th132: :: NCFCONT1:132
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being set
for b4 being PartFunc of b2,b1 st b4 is_Lipschitzian_on b3 holds
( - b4 is_Lipschitzian_on b3 & ||.b4.|| is_Lipschitzian_on b3 )
proof end;

theorem Th133: :: NCFCONT1:133
for b1, b2 being ComplexNormSpace
for b3 being set
for b4 being PartFunc of b1,b2 st b3 c= dom b4 & b4 is_constant_on b3 holds
b4 is_Lipschitzian_on b3
proof end;

theorem Th134: :: NCFCONT1:134
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being set
for b4 being PartFunc of b1,b2 st b3 c= dom b4 & b4 is_constant_on b3 holds
b4 is_Lipschitzian_on b3
proof end;

theorem Th135: :: NCFCONT1:135
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being set
for b4 being PartFunc of b2,b1 st b3 c= dom b4 & b4 is_constant_on b3 holds
b4 is_Lipschitzian_on b3
proof end;

theorem Th136: :: NCFCONT1:136
for b1 being ComplexNormSpace
for b2 being Subset of b1 holds id b2 is_Lipschitzian_on b2
proof end;

theorem Th137: :: NCFCONT1:137
for b1, b2 being ComplexNormSpace
for b3 being set
for b4 being PartFunc of b1,b2 st b4 is_Lipschitzian_on b3 holds
b4 is_continuous_on b3
proof end;

theorem Th138: :: NCFCONT1:138
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being set
for b4 being PartFunc of b1,b2 st b4 is_Lipschitzian_on b3 holds
b4 is_continuous_on b3
proof end;

theorem Th139: :: NCFCONT1:139
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being set
for b4 being PartFunc of b2,b1 st b4 is_Lipschitzian_on b3 holds
b4 is_continuous_on b3
proof end;

theorem Th140: :: NCFCONT1:140
for b1 being ComplexNormSpace
for b2 being set
for b3 being PartFunc of the carrier of b1, COMPLEX st b3 is_Lipschitzian_on b2 holds
b3 is_continuous_on b2
proof end;

theorem Th141: :: NCFCONT1:141
for b1 being ComplexNormSpace
for b2 being set
for b3 being PartFunc of the carrier of b1, REAL st b3 is_Lipschitzian_on b2 holds
b3 is_continuous_on b2
proof end;

theorem Th142: :: NCFCONT1:142
for b1 being RealNormSpace
for b2 being set
for b3 being PartFunc of the carrier of b1, COMPLEX st b3 is_Lipschitzian_on b2 holds
b3 is_continuous_on b2
proof end;

theorem Th143: :: NCFCONT1:143
for b1, b2 being ComplexNormSpace
for b3 being PartFunc of b1,b2 st ex b4 being Point of b2 st rng b3 = {b4} holds
b3 is_continuous_on dom b3
proof end;

theorem Th144: :: NCFCONT1:144
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being PartFunc of b1,b2 st ex b4 being Point of b2 st rng b3 = {b4} holds
b3 is_continuous_on dom b3
proof end;

theorem Th145: :: NCFCONT1:145
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being PartFunc of b2,b1 st ex b4 being Point of b1 st rng b3 = {b4} holds
b3 is_continuous_on dom b3
proof end;

theorem Th146: :: NCFCONT1:146
for b1, b2 being ComplexNormSpace
for b3 being set
for b4 being PartFunc of b1,b2 st b3 c= dom b4 & b4 is_constant_on b3 holds
b4 is_continuous_on b3
proof end;

theorem Th147: :: NCFCONT1:147
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being set
for b4 being PartFunc of b1,b2 st b3 c= dom b4 & b4 is_constant_on b3 holds
b4 is_continuous_on b3
proof end;

theorem Th148: :: NCFCONT1:148
for b1 being ComplexNormSpace
for b2 being RealNormSpace
for b3 being set
for b4 being PartFunc of b2,b1 st b3 c= dom b4 & b4 is_constant_on b3 holds
b4 is_continuous_on b3
proof end;

theorem Th149: :: NCFCONT1:149
for b1 being ComplexNormSpace
for b2 being PartFunc of b1,b1 st ( for b3 being Point of b1 st b3 in dom b2 holds
b2 /. b3 = b3 ) holds
b2 is_continuous_on dom b2
proof end;

theorem Th150: :: NCFCONT1:150
for b1 being ComplexNormSpace
for b2 being PartFunc of b1,b1 st b2 = id (dom b2) holds
b2 is_continuous_on dom b2
proof end;

theorem Th151: :: NCFCONT1:151
for b1 being ComplexNormSpace
for b2 being PartFunc of b1,b1
for b3 being Subset of b1 st b3 c= dom b2 & b2 | b3 = id b3 holds
b2 is_continuous_on b3
proof end;

theorem Th152: :: NCFCONT1:152
for b1 being ComplexNormSpace
for b2 being set
for b3 being PartFunc of b1,b1
for b4 being Complex
for b5 being Point of b1 st b2 c= dom b3 & ( for b6 being Point of b1 st b6 in b2 holds
b3 /. b6 = (b4 * b6) + b5 ) holds
b3 is_continuous_on b2
proof end;

theorem Th153: :: NCFCONT1:153
for b1 being ComplexNormSpace
for b2 being PartFunc of the carrier of b1, REAL st ( for b3 being Point of b1 st b3 in dom b2 holds
b2 /. b3 = ||.b3.|| ) holds
b2 is_continuous_on dom b2
proof end;

theorem Th154: :: NCFCONT1:154
for b1 being ComplexNormSpace
for b2 being set
for b3 being PartFunc of the carrier of b1, REAL st b2 c= dom b3 & ( for b4 being Point of b1 st b4 in b2 holds
b3 /. b4 = ||.b4.|| ) holds
b3 is_continuous_on b2
proof end;