let CNS1, CNS2 be ComplexNormSpace; for X being set
for f being PartFunc of CNS1,CNS2 st X c= dom f & f | X is constant holds
f is_Lipschitzian_on X
let X be set ; for f being PartFunc of CNS1,CNS2 st X c= dom f & f | X is constant holds
f is_Lipschitzian_on X
let f be PartFunc of CNS1,CNS2; ( X c= dom f & f | X is constant implies f is_Lipschitzian_on X )
assume that
A1:
X c= dom f
and
A2:
f | X is constant
; f is_Lipschitzian_on X
now for x1, x2 being Point of CNS1 st x1 in X & x2 in X holds
||.((f /. x1) - (f /. x2)).|| <= 1 * ||.(x1 - x2).||let x1,
x2 be
Point of
CNS1;
( x1 in X & x2 in X implies ||.((f /. x1) - (f /. x2)).|| <= 1 * ||.(x1 - x2).|| )assume that A3:
x1 in X
and A4:
x2 in X
;
||.((f /. x1) - (f /. x2)).|| <= 1 * ||.(x1 - x2).||A5:
(
x1 in X /\ (dom f) &
x2 in X /\ (dom f) )
by A1, A3, A4, XBOOLE_0:def 4;
f /. x1 =
f . x1
by A1, A3, PARTFUN1:def 6
.=
f . x2
by A2, A5, PARTFUN2:58
.=
f /. x2
by A1, A4, PARTFUN1:def 6
;
then ||.((f /. x1) - (f /. x2)).|| =
||.(0. CNS2).||
by RLVECT_1:15
.=
0
by CLVECT_1:102
;
hence
||.((f /. x1) - (f /. x2)).|| <= 1
* ||.(x1 - x2).||
by CLVECT_1:105;
verum end;
hence
f is_Lipschitzian_on X
by A1; verum