:: deftheorem Def3 defines chi FUNCT_3:def 3 :
for A, X being set
for b3 being Function holds
( b3 = chi (A,X) iff ( dom b3 = X & ( for x being object st x in X holds
( ( x in A implies b3 . x = 1 ) & ( not x in A implies b3 . x = 0 ) ) ) ) );