theorem
  IConSet(X) c= ConSet(X)
proof
  let x be object;
  assume x in IConSet(X);
  then ex I being Ideal of X st x is I-congruence of X,I by Def13;
  hence thesis;
end;
