theorem Th10:
  X |- {p} iff X |- p
proof
  hereby
    p in {p} by TARSKI:def 1;
    hence X |- {p} implies X |- p;
  end;
  thus thesis by TARSKI:def 1;
end;
