theorem Th45:
  ConSet(X) c= LConSet(X)
proof
  let x be object;
  assume x in ConSet(X);
  then ex R being Congruence of X st x=R;
  then x is L-congruence of X by Th36;
  hence thesis;
end;
