let CNS be ComplexNormSpace; :: thesis: for RNS being RealNormSpace
for X being set
for f being PartFunc of RNS,CNS st f is_Lipschitzian_on X holds
( - f is_Lipschitzian_on X & ||.f.|| is_Lipschitzian_on X )

let RNS be RealNormSpace; :: thesis: for X being set
for f being PartFunc of RNS,CNS st f is_Lipschitzian_on X holds
( - f is_Lipschitzian_on X & ||.f.|| is_Lipschitzian_on X )

let X be set ; :: thesis: for f being PartFunc of RNS,CNS st f is_Lipschitzian_on X holds
( - f is_Lipschitzian_on X & ||.f.|| is_Lipschitzian_on X )

let f be PartFunc of RNS,CNS; :: thesis: ( f is_Lipschitzian_on X implies ( - f is_Lipschitzian_on X & ||.f.|| is_Lipschitzian_on X ) )
assume A1: f is_Lipschitzian_on X ; :: thesis: ( - f is_Lipschitzian_on X & ||.f.|| is_Lipschitzian_on X )
then consider s being Real such that
A2: 0 < s and
A3: for x1, x2 being Point of RNS st x1 in X & x2 in X holds
||.((f /. x1) - (f /. x2)).|| <= s * ||.(x1 - x2).|| ;
- f = (- 1r) (#) f by VFUNCT_2:23;
hence - f is_Lipschitzian_on X by A1, Th108; :: thesis: ||.f.|| is_Lipschitzian_on X
X c= dom f by A1;
hence A4: X c= dom ||.f.|| by NORMSP_0:def 3; :: according to NFCONT_1:def 10 :: thesis: ex b1 being object st
( not b1 <= 0 & ( for b2, b3 being Element of the carrier of RNS holds
( not b2 in X or not b3 in X or |.((||.f.|| /. b2) - (||.f.|| /. b3)).| <= b1 * ||.(b2 - b3).|| ) ) )

take s ; :: thesis: ( not s <= 0 & ( for b1, b2 being Element of the carrier of RNS holds
( not b1 in X or not b2 in X or |.((||.f.|| /. b1) - (||.f.|| /. b2)).| <= s * ||.(b1 - b2).|| ) ) )

thus 0 < s by A2; :: thesis: for b1, b2 being Element of the carrier of RNS holds
( not b1 in X or not b2 in X or |.((||.f.|| /. b1) - (||.f.|| /. b2)).| <= s * ||.(b1 - b2).|| )

let x1, x2 be Point of RNS; :: thesis: ( not x1 in X or not x2 in X or |.((||.f.|| /. x1) - (||.f.|| /. x2)).| <= s * ||.(x1 - x2).|| )
assume that
A5: x1 in X and
A6: x2 in X ; :: thesis: |.((||.f.|| /. x1) - (||.f.|| /. x2)).| <= s * ||.(x1 - x2).||
|.((||.f.|| /. x1) - (||.f.|| /. x2)).| = |.((||.f.|| . x1) - (||.f.|| /. x2)).| by A4, A5, PARTFUN1:def 6
.= |.((||.f.|| . x1) - (||.f.|| . x2)).| by A4, A6, PARTFUN1:def 6
.= |.(||.(f /. x1).|| - (||.f.|| . x2)).| by A4, A5, NORMSP_0:def 3
.= |.(||.(f /. x1).|| - ||.(f /. x2).||).| by A4, A6, NORMSP_0:def 3 ;
then A7: |.((||.f.|| /. x1) - (||.f.|| /. x2)).| <= ||.((f /. x1) - (f /. x2)).|| by CLVECT_1:110;
||.((f /. x1) - (f /. x2)).|| <= s * ||.(x1 - x2).|| by A3, A5, A6;
hence |.((||.f.|| /. x1) - (||.f.|| /. x2)).| <= s * ||.(x1 - x2).|| by A7, XXREAL_0:2; :: thesis: verum