theorem Th23:
  M|=A iff M |= {A}
 proof
  thus M|=A implies M |= {A} by TARSKI:def 1;
  A in {A} by TARSKI:def 1;
  hence thesis;
 end;
