theorem
  p is valid implies X |- p
proof
  assume p is valid;
then A1: p in TAUT(Al);
 TAUT(Al) c= Cn(X) by Th11,Th34;
  hence thesis by A1;
end;
