:: NCFCONT2 semantic presentation  Show TPTP formulae Show IDV graph for whole article:: Showing IDV graph ... (Click the Palm Trees again to close it)

definition
let X be set ;
let CNS1, CNS2 be ComplexNormSpace;
let f be PartFunc of CNS1,CNS2;
pred f is_uniformly_continuous_on X means :Def1: :: NCFCONT2:def 1
( X c= dom f & ( for r being Real st 0 < r holds
ex s being Real st
( 0 < s & ( for x1, x2 being Point of CNS1 st x1 in X & x2 in X & ||.(x1 - x2).|| < s holds
||.((f /. x1) - (f /. x2)).|| < r ) ) ) );
end;

:: deftheorem Def1 defines is_uniformly_continuous_on NCFCONT2:def 1 :
for X being set
for CNS1, CNS2 being ComplexNormSpace
for f being PartFunc of CNS1,CNS2 holds
( f is_uniformly_continuous_on X iff ( X c= dom f & ( for r being Real st 0 < r holds
ex s being Real st
( 0 < s & ( for x1, x2 being Point of CNS1 st x1 in X & x2 in X & ||.(x1 - x2).|| < s holds
||.((f /. x1) - (f /. x2)).|| < r ) ) ) ) );

definition
let X be set ;
let RNS be RealNormSpace;
let CNS be ComplexNormSpace;
let f be PartFunc of CNS,RNS;
pred f is_uniformly_continuous_on X means :Def2: :: NCFCONT2:def 2
( X c= dom f & ( for r being Real st 0 < r holds
ex s being Real st
( 0 < s & ( for x1, x2 being Point of CNS st x1 in X & x2 in X & ||.(x1 - x2).|| < s holds
||.((f /. x1) - (f /. x2)).|| < r ) ) ) );
end;

:: deftheorem Def2 defines is_uniformly_continuous_on NCFCONT2:def 2 :
for X being set
for RNS being RealNormSpace
for CNS being ComplexNormSpace
for f being PartFunc of CNS,RNS holds
( f is_uniformly_continuous_on X iff ( X c= dom f & ( for r being Real st 0 < r holds
ex s being Real st
( 0 < s & ( for x1, x2 being Point of CNS st x1 in X & x2 in X & ||.(x1 - x2).|| < s holds
||.((f /. x1) - (f /. x2)).|| < r ) ) ) ) );

definition
let X be set ;
let RNS be RealNormSpace;
let CNS be ComplexNormSpace;
let f be PartFunc of RNS,CNS;
pred f is_uniformly_continuous_on X means :Def3: :: NCFCONT2:def 3
( X c= dom f & ( for r being Real st 0 < r holds
ex s being Real st
( 0 < s & ( for x1, x2 being Point of RNS st x1 in X & x2 in X & ||.(x1 - x2).|| < s holds
||.((f /. x1) - (f /. x2)).|| < r ) ) ) );
end;

:: deftheorem Def3 defines is_uniformly_continuous_on NCFCONT2:def 3 :
for X being set
for RNS being RealNormSpace
for CNS being ComplexNormSpace
for f being PartFunc of RNS,CNS holds
( f is_uniformly_continuous_on X iff ( X c= dom f & ( for r being Real st 0 < r holds
ex s being Real st
( 0 < s & ( for x1, x2 being Point of RNS st x1 in X & x2 in X & ||.(x1 - x2).|| < s holds
||.((f /. x1) - (f /. x2)).|| < r ) ) ) ) );

definition
let X be set ;
let CNS be ComplexNormSpace;
let f be PartFunc of the carrier of CNS, COMPLEX ;
pred f is_uniformly_continuous_on X means :Def4: :: NCFCONT2:def 4
( X c= dom f & ( for r being Real st 0 < r holds
ex s being Real st
( 0 < s & ( for x1, x2 being Point of CNS st x1 in X & x2 in X & ||.(x1 - x2).|| < s holds
|.((f /. x1) - (f /. x2)).| < r ) ) ) );
end;

:: deftheorem Def4 defines is_uniformly_continuous_on NCFCONT2:def 4 :
for X being set
for CNS being ComplexNormSpace
for f being PartFunc of the carrier of CNS, COMPLEX holds
( f is_uniformly_continuous_on X iff ( X c= dom f & ( for r being Real st 0 < r holds
ex s being Real st
( 0 < s & ( for x1, x2 being Point of CNS st x1 in X & x2 in X & ||.(x1 - x2).|| < s holds
|.((f /. x1) - (f /. x2)).| < r ) ) ) ) );

definition
let X be set ;
let CNS be ComplexNormSpace;
let f be PartFunc of the carrier of CNS, REAL ;
pred f is_uniformly_continuous_on X means :Def5: :: NCFCONT2:def 5
( X c= dom f & ( for r being Real st 0 < r holds
ex s being Real st
( 0 < s & ( for x1, x2 being Point of CNS st x1 in X & x2 in X & ||.(x1 - x2).|| < s holds
abs ((f /. x1) - (f /. x2)) < r ) ) ) );
end;

:: deftheorem Def5 defines is_uniformly_continuous_on NCFCONT2:def 5 :
for X being set
for CNS being ComplexNormSpace
for f being PartFunc of the carrier of CNS, REAL holds
( f is_uniformly_continuous_on X iff ( X c= dom f & ( for r being Real st 0 < r holds
ex s being Real st
( 0 < s & ( for x1, x2 being Point of CNS st x1 in X & x2 in X & ||.(x1 - x2).|| < s holds
abs ((f /. x1) - (f /. x2)) < r ) ) ) ) );

definition
let X be set ;
let RNS be RealNormSpace;
let f be PartFunc of the carrier of RNS, COMPLEX ;
pred f is_uniformly_continuous_on X means :Def6: :: NCFCONT2:def 6
( X c= dom f & ( for r being Real st 0 < r holds
ex s being Real st
( 0 < s & ( for x1, x2 being Point of RNS st x1 in X & x2 in X & ||.(x1 - x2).|| < s holds
|.((f /. x1) - (f /. x2)).| < r ) ) ) );
end;

:: deftheorem Def6 defines is_uniformly_continuous_on NCFCONT2:def 6 :
for X being set
for RNS being RealNormSpace
for f being PartFunc of the carrier of RNS, COMPLEX holds
( f is_uniformly_continuous_on X iff ( X c= dom f & ( for r being Real st 0 < r holds
ex s being Real st
( 0 < s & ( for x1, x2 being Point of RNS st x1 in X & x2 in X & ||.(x1 - x2).|| < s holds
|.((f /. x1) - (f /. x2)).| < r ) ) ) ) );

theorem Th1: :: NCFCONT2:1  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X, X1 being set
for CNS1, CNS2 being ComplexNormSpace
for f being PartFunc of CNS1,CNS2 st f is_uniformly_continuous_on X & X1 c= X holds
f is_uniformly_continuous_on X1
proof end;

theorem Th2: :: NCFCONT2:2  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X, X1 being set
for RNS being RealNormSpace
for CNS being ComplexNormSpace
for f being PartFunc of CNS,RNS st f is_uniformly_continuous_on X & X1 c= X holds
f is_uniformly_continuous_on X1
proof end;

theorem Th3: :: NCFCONT2:3  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X, X1 being set
for RNS being RealNormSpace
for CNS being ComplexNormSpace
for f being PartFunc of RNS,CNS st f is_uniformly_continuous_on X & X1 c= X holds
f is_uniformly_continuous_on X1
proof end;

theorem :: NCFCONT2:4  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X, X1 being set
for CNS1, CNS2 being ComplexNormSpace
for f1, f2 being PartFunc of CNS1,CNS2 st f1 is_uniformly_continuous_on X & f2 is_uniformly_continuous_on X1 holds
f1 + f2 is_uniformly_continuous_on X /\ X1
proof end;

theorem :: NCFCONT2:5  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X, X1 being set
for RNS being RealNormSpace
for CNS being ComplexNormSpace
for f1, f2 being PartFunc of CNS,RNS st f1 is_uniformly_continuous_on X & f2 is_uniformly_continuous_on X1 holds
f1 + f2 is_uniformly_continuous_on X /\ X1
proof end;

theorem :: NCFCONT2:6  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X, X1 being set
for RNS being RealNormSpace
for CNS being ComplexNormSpace
for f1, f2 being PartFunc of RNS,CNS st f1 is_uniformly_continuous_on X & f2 is_uniformly_continuous_on X1 holds
f1 + f2 is_uniformly_continuous_on X /\ X1
proof end;

theorem :: NCFCONT2:7  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X, X1 being set
for CNS1, CNS2 being ComplexNormSpace
for f1, f2 being PartFunc of CNS1,CNS2 st f1 is_uniformly_continuous_on X & f2 is_uniformly_continuous_on X1 holds
f1 - f2 is_uniformly_continuous_on X /\ X1
proof end;

theorem :: NCFCONT2:8  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X, X1 being set
for RNS being RealNormSpace
for CNS being ComplexNormSpace
for f1, f2 being PartFunc of CNS,RNS st f1 is_uniformly_continuous_on X & f2 is_uniformly_continuous_on X1 holds
f1 - f2 is_uniformly_continuous_on X /\ X1
proof end;

theorem :: NCFCONT2:9  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X, X1 being set
for RNS being RealNormSpace
for CNS being ComplexNormSpace
for f1, f2 being PartFunc of RNS,CNS st f1 is_uniformly_continuous_on X & f2 is_uniformly_continuous_on X1 holds
f1 - f2 is_uniformly_continuous_on X /\ X1
proof end;

theorem Th10: :: NCFCONT2:10  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being set
for z being Complex
for CNS1, CNS2 being ComplexNormSpace
for f being PartFunc of CNS1,CNS2 st f is_uniformly_continuous_on X holds
z (#) f is_uniformly_continuous_on X
proof end;

theorem Th11: :: NCFCONT2:11  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being set
for r being Real
for RNS being RealNormSpace
for CNS being ComplexNormSpace
for f being PartFunc of CNS,RNS st f is_uniformly_continuous_on X holds
r (#) f is_uniformly_continuous_on X
proof end;

theorem Th12: :: NCFCONT2:12  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being set
for z being Complex
for RNS being RealNormSpace
for CNS being ComplexNormSpace
for f being PartFunc of RNS,CNS st f is_uniformly_continuous_on X holds
z (#) f is_uniformly_continuous_on X
proof end;

theorem :: NCFCONT2:13  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being set
for CNS1, CNS2 being ComplexNormSpace
for f being PartFunc of CNS1,CNS2 st f is_uniformly_continuous_on X holds
- f is_uniformly_continuous_on X
proof end;

theorem :: NCFCONT2:14  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being set
for RNS being RealNormSpace
for CNS being ComplexNormSpace
for f being PartFunc of CNS,RNS st f is_uniformly_continuous_on X holds
- f is_uniformly_continuous_on X
proof end;

theorem :: NCFCONT2:15  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being set
for RNS being RealNormSpace
for CNS being ComplexNormSpace
for f being PartFunc of RNS,CNS st f is_uniformly_continuous_on X holds
- f is_uniformly_continuous_on X
proof end;

theorem :: NCFCONT2:16  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being set
for CNS1, CNS2 being ComplexNormSpace
for f being PartFunc of CNS1,CNS2 st f is_uniformly_continuous_on X holds
||.f.|| is_uniformly_continuous_on X
proof end;

theorem :: NCFCONT2:17  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being set
for RNS being RealNormSpace
for CNS being ComplexNormSpace
for f being PartFunc of CNS,RNS st f is_uniformly_continuous_on X holds
||.f.|| is_uniformly_continuous_on X
proof end;

theorem :: NCFCONT2:18  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being set
for RNS being RealNormSpace
for CNS being ComplexNormSpace
for f being PartFunc of RNS,CNS st f is_uniformly_continuous_on X holds
||.f.|| is_uniformly_continuous_on X
proof end;

theorem Th19: :: NCFCONT2:19  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being set
for CNS1, CNS2 being ComplexNormSpace
for f being PartFunc of CNS1,CNS2 st f is_uniformly_continuous_on X holds
f is_continuous_on X
proof end;

theorem Th20: :: NCFCONT2:20  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being set
for RNS being RealNormSpace
for CNS being ComplexNormSpace
for f being PartFunc of CNS,RNS st f is_uniformly_continuous_on X holds
f is_continuous_on X
proof end;

theorem Th21: :: NCFCONT2:21  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being set
for RNS being RealNormSpace
for CNS being ComplexNormSpace
for f being PartFunc of RNS,CNS st f is_uniformly_continuous_on X holds
f is_continuous_on X
proof end;

theorem :: NCFCONT2:22  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being set
for CNS being ComplexNormSpace
for f being PartFunc of the carrier of CNS, COMPLEX st f is_uniformly_continuous_on X holds
f is_continuous_on X
proof end;

theorem Th23: :: NCFCONT2:23  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being set
for CNS being ComplexNormSpace
for f being PartFunc of the carrier of CNS, REAL st f is_uniformly_continuous_on X holds
f is_continuous_on X
proof end;

theorem :: NCFCONT2:24  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being set
for RNS being RealNormSpace
for f being PartFunc of the carrier of RNS, COMPLEX st f is_uniformly_continuous_on X holds
f is_continuous_on X
proof end;

theorem Th25: :: NCFCONT2:25  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being set
for CNS1, CNS2 being ComplexNormSpace
for f being PartFunc of CNS1,CNS2 st f is_Lipschitzian_on X holds
f is_uniformly_continuous_on X
proof end;

theorem Th26: :: NCFCONT2:26  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being set
for RNS being RealNormSpace
for CNS being ComplexNormSpace
for f being PartFunc of CNS,RNS st f is_Lipschitzian_on X holds
f is_uniformly_continuous_on X
proof end;

theorem Th27: :: NCFCONT2:27  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being set
for RNS being RealNormSpace
for CNS being ComplexNormSpace
for f being PartFunc of RNS,CNS st f is_Lipschitzian_on X holds
f is_uniformly_continuous_on X
proof end;

theorem :: NCFCONT2:28  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for CNS1, CNS2 being ComplexNormSpace
for f being PartFunc of CNS1,CNS2
for Y being Subset of CNS1 st Y is compact & f is_continuous_on Y holds
f is_uniformly_continuous_on Y
proof end;

theorem :: NCFCONT2:29  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for RNS being RealNormSpace
for CNS being ComplexNormSpace
for f being PartFunc of CNS,RNS
for Y being Subset of CNS st Y is compact & f is_continuous_on Y holds
f is_uniformly_continuous_on Y
proof end;

theorem :: NCFCONT2:30  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for RNS being RealNormSpace
for CNS being ComplexNormSpace
for f being PartFunc of RNS,CNS
for Y being Subset of RNS st Y is compact & f is_continuous_on Y holds
f is_uniformly_continuous_on Y
proof end;

theorem :: NCFCONT2:31  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for CNS1, CNS2 being ComplexNormSpace
for f being PartFunc of CNS1,CNS2
for Y being Subset of CNS1 st Y c= dom f & Y is compact & f is_uniformly_continuous_on Y holds
f .: Y is compact
proof end;

theorem :: NCFCONT2:32  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for RNS being RealNormSpace
for CNS being ComplexNormSpace
for f being PartFunc of CNS,RNS
for Y being Subset of CNS st Y c= dom f & Y is compact & f is_uniformly_continuous_on Y holds
f .: Y is compact
proof end;

theorem :: NCFCONT2:33  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for RNS being RealNormSpace
for CNS being ComplexNormSpace
for f being PartFunc of RNS,CNS
for Y being Subset of RNS st Y c= dom f & Y is compact & f is_uniformly_continuous_on Y holds
f .: Y is compact
proof end;

theorem :: NCFCONT2:34  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for CNS being ComplexNormSpace
for f being PartFunc of the carrier of CNS, REAL
for Y being Subset of CNS st Y <> {} & Y c= dom f & Y is compact & f is_uniformly_continuous_on Y holds
ex x1, x2 being Point of CNS st
( x1 in Y & x2 in Y & f /. x1 = upper_bound (f .: Y) & f /. x2 = lower_bound (f .: Y) )
proof end;

theorem :: NCFCONT2:35  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being set
for CNS1, CNS2 being ComplexNormSpace
for f being PartFunc of CNS1,CNS2 st X c= dom f & f is_constant_on X holds
f is_uniformly_continuous_on X
proof end;

theorem :: NCFCONT2:36  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being set
for RNS being RealNormSpace
for CNS being ComplexNormSpace
for f being PartFunc of CNS,RNS st X c= dom f & f is_constant_on X holds
f is_uniformly_continuous_on X
proof end;

theorem :: NCFCONT2:37  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being set
for RNS being RealNormSpace
for CNS being ComplexNormSpace
for f being PartFunc of RNS,CNS st X c= dom f & f is_constant_on X holds
f is_uniformly_continuous_on X
proof end;

definition
let M be ComplexBanachSpace;
mode contraction of M -> Function of the carrier of M,the carrier of M means :Def7: :: NCFCONT2:def 7
ex L being Real st
( 0 < L & L < 1 & ( for x, y being Point of M holds ||.((it . x) - (it . y)).|| <= L * ||.(x - y).|| ) );
existence
ex b1 being Function of the carrier of M,the carrier of M ex L being Real st
( 0 < L & L < 1 & ( for x, y being Point of M holds ||.((b1 . x) - (b1 . y)).|| <= L * ||.(x - y).|| ) )
proof end;
end;

:: deftheorem Def7 defines contraction NCFCONT2:def 7 :
for M being ComplexBanachSpace
for b2 being Function of the carrier of M,the carrier of M holds
( b2 is contraction of M iff ex L being Real st
( 0 < L & L < 1 & ( for x, y being Point of M holds ||.((b2 . x) - (b2 . y)).|| <= L * ||.(x - y).|| ) ) );

theorem :: NCFCONT2:38  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexNormSpace
for x, y being Point of X holds
( ||.(x - y).|| > 0 iff x <> y )
proof end;

theorem :: NCFCONT2:39  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexNormSpace
for x, y being Point of X holds ||.(x - y).|| = ||.(y - x).||
proof end;

Lm1: for X being ComplexNormSpace
for x, y, z being Point of X
for e being Real st e > 0 & ||.(x - z).|| < e / 2 & ||.(z - y).|| < e / 2 holds
||.(x - y).|| < e
proof end;

Lm2: for X being ComplexNormSpace
for x, y, z being Point of X
for e being Real st e > 0 & ||.(x - z).|| < e / 2 & ||.(y - z).|| < e / 2 holds
||.(x - y).|| < e
proof end;

Lm3: for X being ComplexNormSpace
for x being Point of X st ( for e being Real st e > 0 holds
||.x.|| < e ) holds
x = 0. X
proof end;

Lm4: for X being ComplexNormSpace
for x, y being Point of X st ( for e being Real st e > 0 holds
||.(x - y).|| < e ) holds
x = y
proof end;

Lm5: for K, L, e being real number st 0 < K & K < 1 & 0 < e holds
ex n being Nat st abs (L * (K to_power n)) < e
by NFCONT_2:16;

theorem Th40: :: NCFCONT2:40  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexBanachSpace
for f being Function of X,X st f is contraction of X holds
ex xp being Point of X st
( f . xp = xp & ( for x being Point of X st f . x = x holds
xp = x ) )
proof end;

theorem :: NCFCONT2:41  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for X being ComplexBanachSpace
for f being Function of X,X st ex n0 being Nat st iter f,n0 is contraction of X holds
ex xp being Point of X st
( f . xp = xp & ( for x being Point of X st f . x = x holds
xp = x ) )
proof end;