theorem
  x in X \ A implies chi(A,X).x = 0
proof
  assume
A1: x in X\A;
  then not x in A by XBOOLE_0:def 5;
  hence thesis by A1,Def3;
end;
