theorem Th6:
  p '&' q => q in CnPos(X)
proof
  T is Hilbert_theory & X c= T implies p '&' q => q in T;
  hence thesis by Def11;
end;
