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