let z be Complex; :: thesis: for CNS1, CNS2 being ComplexNormSpace
for X being set
for f being PartFunc of CNS1,CNS2 st f is_Lipschitzian_on X holds
z (#) f is_Lipschitzian_on X
let CNS1, CNS2 be ComplexNormSpace; :: thesis: for X being set
for f being PartFunc of CNS1,CNS2 st f is_Lipschitzian_on X holds
z (#) f is_Lipschitzian_on X
let X be set ; :: thesis: for f being PartFunc of CNS1,CNS2 st f is_Lipschitzian_on X holds
z (#) f is_Lipschitzian_on X
let f be PartFunc of CNS1,CNS2; :: thesis: ( f is_Lipschitzian_on X implies z (#) f is_Lipschitzian_on X )
assume A1:
f is_Lipschitzian_on X
; :: thesis: z (#) f is_Lipschitzian_on X
then
X c= dom f
by Def27;
hence A2:
X c= dom (z (#) f)
by VFUNCT_2:def 4; :: according to NCFCONT1:def 27 :: thesis: ex r being Real st
( 0 < r & ( for x1, x2 being Point of CNS1 st x1 in X & x2 in X holds
||.(((z (#) f) /. x1) - ((z (#) f) /. x2)).|| <= r * ||.(x1 - x2).|| ) )
consider s being Real such that
A3:
( 0 < s & ( for x1, x2 being Point of CNS1 st x1 in X & x2 in X holds
||.((f /. x1) - (f /. x2)).|| <= s * ||.(x1 - x2).|| ) )
by A1, Def27;
hence
ex r being Real st
( 0 < r & ( for x1, x2 being Point of CNS1 st x1 in X & x2 in X holds
||.(((z (#) f) /. x1) - ((z (#) f) /. x2)).|| <= r * ||.(x1 - x2).|| ) )
; :: thesis: verum