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