theorem Th7:
  {x} c= {x,y}
proof
  let z;
  assume z in {x};
  then z=x by TARSKI:def 1;
  hence thesis by TARSKI:def 2;
end;
